11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 3.5 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
1010 <RootNamespace >HTTP</RootNamespace >
1111 <AssemblyName >HTTP</AssemblyName >
1212 <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13- <ReleaseVersion >0.3</ReleaseVersion >
1413 </PropertyGroup >
1514 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true </DebugSymbols >
15+ <DebugSymbols >True </DebugSymbols >
1716 <DebugType >full</DebugType >
18- <Optimize >false </Optimize >
19- <OutputPath >bin\Debug </OutputPath >
17+ <Optimize >False </Optimize >
18+ <OutputPath >bin\</OutputPath >
2019 <DefineConstants >DEBUG</DefineConstants >
2120 <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4 </WarningLevel >
23- <ConsolePause >false </ConsolePause >
21+ <WarningLevel >0 </WarningLevel >
22+ <ConsolePause >False </ConsolePause >
2423 </PropertyGroup >
2524 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2625 <DebugType >none</DebugType >
27- <Optimize >false </Optimize >
28- <OutputPath >bin\Release </OutputPath >
26+ <Optimize >False </Optimize >
27+ <OutputPath >bin\</OutputPath >
2928 <ErrorReport >prompt</ErrorReport >
3029 <WarningLevel >4</WarningLevel >
31- <ConsolePause >false </ConsolePause >
30+ <ConsolePause >False </ConsolePause >
3231 </PropertyGroup >
3332 <ItemGroup >
3433 <Reference Include =" System" />
35- <Reference Include =" Ionic.Zlib, Version=1.9.1.5, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c" >
36- <SpecificVersion >False</SpecificVersion >
37- <HintPath >..\..\..\..\Unity\DMU\Assets\DMU\DLL\Ionic.Zlib.dll</HintPath >
34+ <Reference Include =" Ionic.Zlib" >
35+ <HintPath >libs\Ionic.Zlib.dll</HintPath >
3836 </Reference >
39- <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
40- <SpecificVersion >False</SpecificVersion >
41- <HintPath >..\..\..\..\..\..\Applications\Unity\Unity.app\Contents\Frameworks\Managed\UnityEngine.dll</HintPath >
37+ <Reference Include =" UnityEngine" >
38+ <HintPath >..\..\..\..\..\Applications\Unity\Unity.app\Contents\Frameworks\Managed\UnityEngine.dll</HintPath >
4239 </Reference >
4340 </ItemGroup >
4441 <ItemGroup >
4542 <Compile Include =" AssemblyInfo.cs" />
46- <Compile Include =" Request.cs" />
47- <Compile Include =" Response.cs" />
48- <Compile Include =" DiskCache.cs" />
43+ <Compile Include =" src\DiskCache.cs" />
44+ <Compile Include =" src\CookieJar.cs" />
45+ <Compile Include =" src\Request.cs" />
46+ <Compile Include =" src\Response.cs" />
47+ <Compile Include =" src\ResponseCallbackDispatcher.cs" />
48+ <Compile Include =" libs\JSON.cs" />
4949 </ItemGroup >
5050 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
51+ <ItemGroup >
52+ <Folder Include =" src\" />
53+ </ItemGroup >
5154</Project >
0 commit comments