root / Assets / Plugins / UnityHTTP / HTTP.csproj @ 9:37719e88568d
History | View | Annotate | Download (2.2 kB)
1 | <?xml version="1.0" encoding="utf-8"?> |
---|---|
2 | <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | <ProductVersion>9.0.21022</ProductVersion> |
7 | <SchemaVersion>2.0</SchemaVersion> |
8 | <ProjectGuid>{8E94F9A4-3E1E-42F4-86E8-58270D44A4D8}</ProjectGuid> |
9 | <OutputType>Library</OutputType> |
10 | <RootNamespace>HTTP</RootNamespace> |
11 | <AssemblyName>HTTP</AssemblyName> |
12 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 | <ReleaseVersion>0.3</ReleaseVersion> |
14 | </PropertyGroup> |
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | <DebugSymbols>true</DebugSymbols> |
17 | <DebugType>full</DebugType> |
18 | <Optimize>false</Optimize> |
19 | <OutputPath>bin\Debug</OutputPath> |
20 | <DefineConstants>DEBUG</DefineConstants> |
21 | <ErrorReport>prompt</ErrorReport> |
22 | <WarningLevel>4</WarningLevel> |
23 | <ConsolePause>false</ConsolePause> |
24 | </PropertyGroup> |
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | <DebugType>none</DebugType> |
27 | <Optimize>false</Optimize> |
28 | <OutputPath>bin\Release</OutputPath> |
29 | <ErrorReport>prompt</ErrorReport> |
30 | <WarningLevel>4</WarningLevel> |
31 | <ConsolePause>false</ConsolePause> |
32 | </PropertyGroup> |
33 | <ItemGroup> |
34 | <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> |
38 | </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> |
42 | </Reference> |
43 | </ItemGroup> |
44 | <ItemGroup> |
45 | <Compile Include="AssemblyInfo.cs" /> |
46 | <Compile Include="Request.cs" /> |
47 | <Compile Include="Response.cs" /> |
48 | <Compile Include="DiskCache.cs" /> |
49 | </ItemGroup> |
50 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
51 | </Project> |