631f372b4c4fb004e0f29e49b575364b1921465f
[sudokuSolver.git] / SudokuSolver / SudokuSolver.fsproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProjectGuid>{244C26E9-4AA3-42E2-BFD9-4CFB848C7230}</ProjectGuid>\r
7     <OutputType>Exe</OutputType>\r
8     <RootNamespace>SudokuSolver</RootNamespace>\r
9     <AssemblyName>SudokuSolver</AssemblyName>\r
10   </PropertyGroup>\r
11   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
12     <DebugSymbols>true</DebugSymbols>\r
13     <DebugType>full</DebugType>\r
14     <Optimize>false</Optimize>\r
15     <OutputPath>bin\Debug</OutputPath>\r
16     <DefineConstants>DEBUG</DefineConstants>\r
17     <ErrorReport>prompt</ErrorReport>\r
18     <Externalconsole>true</Externalconsole>\r
19     <Tailcalls>false</Tailcalls>\r
20     <PlatformTarget>x86</PlatformTarget>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
23     <DebugSymbols>false</DebugSymbols>\r
24     <DebugType>none</DebugType>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>bin\Release</OutputPath>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <PlatformTarget>x86</PlatformTarget>\r
29     <Externalconsole>true</Externalconsole>\r
30     <Tailcalls>true</Tailcalls>\r
31   </PropertyGroup>\r
32   <ItemGroup>\r
33     <Reference Include="mscorlib" />\r
34     <Reference Include="FSharp.Core" />\r
35     <Reference Include="System" />\r
36     <Reference Include="System.Core" />\r
37     <Reference Include="System.Numerics" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <Compile Include="AssemblyInfo.fs" />\r
41     <Compile Include="Version1.fs" />\r
42     <Compile Include="Version2.fs" />\r
43     <Compile Include="Program.fs" />\r
44   </ItemGroup>\r
45   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.FSharp.Targets" />\r
46 </Project>