98 lines
4.2 KiB
Plaintext
98 lines
4.2 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProductVersion>
|
||
|
</ProductVersion>
|
||
|
<SchemaVersion>
|
||
|
</SchemaVersion>
|
||
|
<ProjectGuid>{E6794089-F810-402B-A3CE-0D7EA579108A}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<RootNamespace>GlickoTest</RootNamespace>
|
||
|
<AssemblyName>GlickoTest</AssemblyName>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
<MyType>Windows</MyType>
|
||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
||
|
<ReferencePath>$(DevEnvDir)PublicAssemblies\</ReferencePath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<DefineDebug>true</DefineDebug>
|
||
|
<DefineTrace>true</DefineTrace>
|
||
|
<OutputPath>bin\Debug\</OutputPath>
|
||
|
<DocumentationFile>GlickoTest.xml</DocumentationFile>
|
||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<DefineDebug>false</DefineDebug>
|
||
|
<DefineTrace>true</DefineTrace>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release\</OutputPath>
|
||
|
<DocumentationFile>GlickoTest.xml</DocumentationFile>
|
||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionExplicit>On</OptionExplicit>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionCompare>Binary</OptionCompare>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionStrict>Off</OptionStrict>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionInfer>On</OptionInfer>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Core">
|
||
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||
|
</Reference>
|
||
|
<Reference Include="System.Data" />
|
||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||
|
<Reference Include="System.Deployment" />
|
||
|
<Reference Include="System.Windows.Forms" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
<Reference Include="System.Xml.Linq" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Import Include="System" />
|
||
|
<Import Include="System.Collections" />
|
||
|
<Import Include="System.Collections.Generic" />
|
||
|
<Import Include="System.Data" />
|
||
|
<Import Include="System.Diagnostics" />
|
||
|
<Import Include="System.Linq" />
|
||
|
<Import Include="System.Xml.Linq" />
|
||
|
<Import Include="Microsoft.VisualBasic" />
|
||
|
<Import Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
||
|
<Visible>False</Visible>
|
||
|
</CodeAnalysisDependentAssemblyPaths>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
||
|
<Compile Include="GlickoTest.vb" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\PepperBet\PepperBet.vbproj">
|
||
|
<Project>{F88AA82A-320E-4A3B-87A3-C07BFC6F3450}</Project>
|
||
|
<Name>PepperBet</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||
|
<Target Name="BeforeBuild">
|
||
|
</Target>
|
||
|
<Target Name="AfterBuild">
|
||
|
</Target>
|
||
|
-->
|
||
|
</Project>
|