Files
NightAlert/ThirdParty/EngineIoClientDotNet/Src/Quobject.Collections.Immutable/Quobject.Collections.Immutable.csproj

51 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{024A2111-4B19-44D7-917E-8514CF632469}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Quobject.Collections.Immutable</RootNamespace>
<AssemblyName>Quobject.Collections.Immutable</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="AvlNode.cs" />
<Compile Include="IImmutableDictionary.cs" />
<Compile Include="IImmutableList.cs" />
<Compile Include="IImmutableQueue.cs" />
<Compile Include="IImmutableSet.cs" />
<Compile Include="IImmutableStack.cs" />
<Compile Include="ImmutableDictionary.cs" />
<Compile Include="ImmutableList.cs" />
<Compile Include="ImmutableQueue.cs" />
<Compile Include="ImmutableStack.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup />
</Project>