Changes accommodating Malom2Morris

This commit is contained in:
Markus Himmel
2016-08-29 21:28:25 +02:00
parent ee4db90b0d
commit ec1f8f803e
7 changed files with 24 additions and 11 deletions

View File

@@ -23,6 +23,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Debug\ExternalBotTest.XML</DocumentationFile>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -32,11 +33,9 @@
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Release\ExternalBotTest.XML</DocumentationFile>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Morris">
<HintPath>D:\Users\marku\Documents\Visual Studio 2015\Projects\Morris\Morris\bin\Debug\Morris.exe</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>True</Private>
@@ -50,6 +49,13 @@
<Compile Include="FSharpRandomBot.fs" />
<None Include="Script.fsx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Morris\Morris.csproj">
<Name>Morris</Name>
<Project>{e3ccb2e8-5840-4442-8a66-177f5df4c4f5}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
</PropertyGroup>