s/WinExe/Exe/ in the project configuration.
[crypto_lab2.git] / labo2-fsharp / CryptoFileTests / CryptoFileTests.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>{FA5B9C91-036B-455C-892B-05A7FC398158}</ProjectGuid>\r
7     <OutputType>Exe</OutputType>\r
8     <RootNamespace>CryptoFileTests</RootNamespace>\r
9     <AssemblyName>CryptoFileTests</AssemblyName>\r
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
11   </PropertyGroup>\r
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
13     <DebugSymbols>true</DebugSymbols>\r
14     <DebugType>full</DebugType>\r
15     <Optimize>false</Optimize>\r
16     <OutputPath>bin\Debug</OutputPath>\r
17     <DefineConstants>DEBUG</DefineConstants>\r
18     <ErrorReport>prompt</ErrorReport>\r
19     <Externalconsole>true</Externalconsole>\r
20     <Tailcalls>false</Tailcalls>\r
21     <PlatformTarget>x86</PlatformTarget>\r
22     <Commandlineparameters>tests</Commandlineparameters>\r
23     <EnvironmentVariables>\r
24       <EnvironmentVariables>\r
25         <Variable name="MONO_TRACE_LISTENER" value="Console.Error" />\r
26       </EnvironmentVariables>\r
27     </EnvironmentVariables>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
30     <DebugSymbols>false</DebugSymbols>\r
31     <DebugType>none</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release</OutputPath>\r
34     <ErrorReport>prompt</ErrorReport>\r
35     <PlatformTarget>x86</PlatformTarget>\r
36     <Externalconsole>true</Externalconsole>\r
37     <Tailcalls>true</Tailcalls>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="mscorlib" />\r
41     <Reference Include="FSharp.Core" />\r
42     <Reference Include="System" />\r
43     <Reference Include="System.Core" />\r
44     <Reference Include="System.Numerics" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="AssemblyInfo.fs" />\r
48     <Compile Include="Tests.fs" />\r
49     <Compile Include="Program.fs" />\r
50   </ItemGroup>\r
51   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />\r
52   <ItemGroup>\r
53     <ProjectReference Include="..\CryptoFile\CryptoFile.fsproj">\r
54       <Project>{CDB168EA-04F9-4A8B-A3B4-27D9A6390269}</Project>\r
55       <Name>CryptoFile</Name>\r
56     </ProjectReference>\r
57   </ItemGroup>\r
58 </Project>