Tools.Collections.ConsoleTest.csproj
Home
/
src /
Tools.Collections /
Tools.Collections.ConsoleTest /
Tools.Collections.ConsoleTest.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{181D7F46-CEDB-4BBB-86A6-DA91EB0F539D}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Tools.Collections.ConsoleTest</RootNamespace>
<AssemblyName>Tools.Collections.ConsoleTest</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Test_ConcurrentDictionaryRemoveIf.cs" />
<Compile Include="Test_LinkItemDictionary.cs" />
<Compile Include="Test_SortedDictionarySortKeyItemKey.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tools.Collections.ConcurrentDictonary.Extensions\Tools.Collections.Concurrent.Extensions.csproj">
<Project>{7531e7fd-16d7-4111-8fbd-d98f23d7c53c}</Project>
<Name>Tools.Collections.Concurrent.Extensions</Name>
</ProjectReference>
<ProjectReference Include="..\Tools.Collections.LinkItemDictionary\Tools.Collections.Concurrent.LinkItemDictionary.csproj">
<Project>{e221963a-526e-43c1-a6d5-bf4d9721bc59}</Project>
<Name>Tools.Collections.Concurrent.LinkItemDictionary</Name>
</ProjectReference>
<ProjectReference Include="..\Tools.Collections.ObjectLinkItemDictionary\Tools.Collections.Concurrent.ObjectLinkItemDictionary.csproj">
<Project>{0792b9b8-bbb9-4421-81a1-a534b43ca6b8}</Project>
<Name>Tools.Collections.Concurrent.ObjectLinkItemDictionary</Name>
</ProjectReference>
<ProjectReference Include="..\Tools.Collections.SortedDictionarySortKeyItemKey\Tools.Collections.SortedDictionarySortKeyItemKey.csproj">
<Project>{83c77e76-7114-4494-a7d3-6b4d54767ac6}</Project>
<Name>Tools.Collections.SortedDictionarySortKeyItemKey</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>