Remove unused packages
[StratumLibrary.git] / StratumTest / StratumTest.csproj
1 \feff<?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProjectGuid>{FB61065F-93BA-497B-A2D5-3574D23B0B62}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>StratumTest</RootNamespace>\r
11     <AssemblyName>StratumTest</AssemblyName>\r
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
16     <PlatformTarget>AnyCPU</PlatformTarget>\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <PlatformTarget>AnyCPU</PlatformTarget>\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>bin\Release\</OutputPath>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33   </PropertyGroup>\r
34   <ItemGroup>\r
35     <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">\r
36       <SpecificVersion>False</SpecificVersion>\r
37       <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>\r
38     </Reference>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Core" />\r
41     <Reference Include="Microsoft.CSharp" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="Program.cs" />\r
45     <Compile Include="Properties\AssemblyInfo.cs" />\r
46   </ItemGroup>\r
47   <ItemGroup>\r
48     <None Include="App.config" />\r
49     <None Include="packages.config" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <ProjectReference Include="..\StratumLibrary\Stratum.csproj">\r
53       <Project>{27F0C6C3-DCD6-4588-AFBB-DCE22306F5F8}</Project>\r
54       <Name>Stratum</Name>\r
55     </ProjectReference>\r
56   </ItemGroup>\r
57   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
58   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
59        Other similar extension points exist, see Microsoft.Common.targets.\r
60   <Target Name="BeforeBuild">\r
61   </Target>\r
62   <Target Name="AfterBuild">\r
63   </Target>\r
64   -->\r
65 </Project>