[376] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{1C5368E1-A4CF-4580-86BB-DFFB20AB682C}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <RootNamespace>SpaceWizards.HttpListener</RootNamespace>
|
---|
| 11 | <AssemblyName>SpaceWizards.HttpListener</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <LangVersion>8</LangVersion>
|
---|
| 14 | <Nullable>enable</Nullable>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 17 | <DebugType>none</DebugType>
|
---|
| 18 | <Optimize>true</Optimize>
|
---|
| 19 | <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
|
---|
| 20 | <ErrorReport>prompt</ErrorReport>
|
---|
| 21 | <WarningLevel>4</WarningLevel>
|
---|
| 22 | <ConsolePause>false</ConsolePause>
|
---|
| 23 | <NoStdLib>true</NoStdLib>
|
---|
| 24 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
| 25 | <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Profiler|AnyCPU' ">
|
---|
| 28 | <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
|
---|
| 29 | <DefineConstants>ENABLE_PROFILER;UNITY_NETFRAMEWORK</DefineConstants>
|
---|
| 30 | <Optimize>true</Optimize>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | <NoStdLib>true</NoStdLib>
|
---|
| 33 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 36 | <OutputPath>..\bin\Mods\Allocs_WebAndMapRendering\</OutputPath>
|
---|
| 37 | <DebugType>full</DebugType>
|
---|
| 38 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
---|
| 39 | <DefineConstants>UNITY_NETFRAMEWORK</DefineConstants>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <ItemGroup>
|
---|
| 42 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
| 43 | <Compile Include="src\SR.cs" />
|
---|
| 44 | <Compile Include="src\System\HexConverter.cs" />
|
---|
| 45 | <Compile Include="src\System\Net\AuthenticationSchemeSelector.cs" />
|
---|
| 46 | <Compile Include="src\System\Net\AuthenticationTypes.cs" />
|
---|
| 47 | <Compile Include="src\System\Net\BoundaryType.cs" />
|
---|
| 48 | <Compile Include="src\System\Net\CaseInsensitiveAscii.cs" />
|
---|
| 49 | <Compile Include="src\System\Net\CookieComparer.cs" />
|
---|
| 50 | <Compile Include="src\System\Net\CookieFields.cs" />
|
---|
| 51 | <Compile Include="src\System\Net\CookieParser.cs" />
|
---|
| 52 | <Compile Include="src\System\Net\EntitySendFormat.cs" />
|
---|
| 53 | <Compile Include="src\System\Net\ExceptionCheck.cs" />
|
---|
| 54 | <Compile Include="src\System\Net\HttpKnownHeaderNames.cs" />
|
---|
| 55 | <Compile Include="src\System\Net\HttpListener.cs" />
|
---|
| 56 | <Compile Include="src\System\Net\HttpListenerBasicIdentity.cs" />
|
---|
| 57 | <Compile Include="src\System\Net\HttpListenerContext.cs" />
|
---|
| 58 | <Compile Include="src\System\Net\HttpListenerException.cs" />
|
---|
| 59 | <Compile Include="src\System\Net\HttpListenerPrefixCollection.cs" />
|
---|
| 60 | <Compile Include="src\System\Net\HttpListenerRequest.cs" />
|
---|
| 61 | <Compile Include="src\System\Net\HttpListenerRequestUriBuilder.cs" />
|
---|
| 62 | <Compile Include="src\System\Net\HttpListenerResponse.cs" />
|
---|
| 63 | <Compile Include="src\System\Net\HttpRequestStream.cs" />
|
---|
| 64 | <Compile Include="src\System\Net\HttpResponseStream.cs" />
|
---|
| 65 | <Compile Include="src\System\Net\HttpStatusDescription.cs" />
|
---|
| 66 | <Compile Include="src\System\Net\LazyAsyncResult.cs" />
|
---|
| 67 | <Compile Include="src\System\Net\ListenerClientCertState.cs" />
|
---|
| 68 | <Compile Include="src\System\Net\Logging\NetEventSource.Common.cs" />
|
---|
| 69 | <Compile Include="src\System\Net\Managed\ChunkedInputStream.cs" />
|
---|
| 70 | <Compile Include="src\System\Net\Managed\ChunkStream.cs" />
|
---|
| 71 | <Compile Include="src\System\Net\Managed\HttpConnection.cs" />
|
---|
| 72 | <Compile Include="src\System\Net\Managed\HttpEndPointListener.cs" />
|
---|
| 73 | <Compile Include="src\System\Net\Managed\HttpEndPointManager.cs" />
|
---|
| 74 | <Compile Include="src\System\Net\Managed\HttpHeaderStrings.cs" />
|
---|
| 75 | <Compile Include="src\System\Net\Managed\HttpListener.Certificates.cs" />
|
---|
| 76 | <Compile Include="src\System\Net\Managed\HttpListener.Managed.cs" />
|
---|
| 77 | <Compile Include="src\System\Net\Managed\HttpListenerContext.Managed.cs" />
|
---|
| 78 | <Compile Include="src\System\Net\Managed\HttpListenerRequest.Managed.cs" />
|
---|
| 79 | <Compile Include="src\System\Net\Managed\HttpListenerResponse.Managed.cs" />
|
---|
| 80 | <Compile Include="src\System\Net\Managed\HttpListenerTimeoutManager.Managed.cs" />
|
---|
| 81 | <Compile Include="src\System\Net\Managed\HttpRequestStream.Managed.cs" />
|
---|
| 82 | <Compile Include="src\System\Net\Managed\HttpResponseStream.Managed.cs" />
|
---|
| 83 | <Compile Include="src\System\Net\Managed\HttpStreamAsyncResult.cs" />
|
---|
| 84 | <Compile Include="src\System\Net\Managed\ListenerAsyncResult.Managed.cs" />
|
---|
| 85 | <Compile Include="src\System\Net\Managed\ListenerPrefix.cs" />
|
---|
| 86 | <Compile Include="src\System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs" />
|
---|
| 87 | <Compile Include="src\System\Net\NetEventSource.HttpListener.cs" />
|
---|
| 88 | <Compile Include="src\System\Net\ServiceNameStore.cs" />
|
---|
| 89 | <Compile Include="src\System\Net\StreamHelper.cs" />
|
---|
| 90 | <Compile Include="src\System\Net\UriScheme.cs" />
|
---|
| 91 | <Compile Include="src\System\Net\WebHeaderEncoding.cs" />
|
---|
| 92 | <Compile Include="src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
|
---|
| 93 | <Compile Include="src\System\Net\WebSockets\HttpWebSocket.cs" />
|
---|
| 94 | <Compile Include="src\System\Net\WebSockets\WebSocketValidate.cs" />
|
---|
| 95 | <Compile Include="src\System\Net\Windows\CookieExtensions.cs" />
|
---|
| 96 | <Compile Include="src\System\StringExtensions.cs" />
|
---|
| 97 | <Compile Include="src\System\Threading\Tasks\TaskToApm.cs" />
|
---|
| 98 | </ItemGroup>
|
---|
| 99 | <ItemGroup>
|
---|
| 100 | <Reference Include="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 101 | <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
| 103 | </Reference>
|
---|
| 104 | <Reference Include="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 105 | <HintPath>..\7dtd-binaries\System.dll</HintPath>
|
---|
| 106 | <Private>False</Private>
|
---|
| 107 | </Reference>
|
---|
| 108 | </ItemGroup>
|
---|
[377] | 109 | <ItemGroup>
|
---|
| 110 | <Content Include="SpaceWizards.HttpListener-LICENSE.TXT">
|
---|
| 111 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 112 | </Content>
|
---|
| 113 | </ItemGroup>
|
---|
[376] | 114 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 115 | </Project>
|
---|