2f2421188b20ab329507baa43e20934dbe517a62
[crypto_lab2.git] / labo2-fsharp / CryptoFileTests / CryptoFileTests.fsproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProjectGuid>{FA5B9C91-036B-455C-892B-05A7FC398158}</ProjectGuid>
7     <OutputType>Exe</OutputType>
8     <RootNamespace>CryptoFileTests</RootNamespace>
9     <AssemblyName>CryptoFileTests</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug</OutputPath>
17     <DefineConstants>DEBUG</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <Externalconsole>true</Externalconsole>
20     <Tailcalls>false</Tailcalls>
21     <PlatformTarget>x86</PlatformTarget>
22     <Commandlineparameters>tests</Commandlineparameters>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25     <DebugSymbols>false</DebugSymbols>
26     <DebugType>none</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release</OutputPath>
29     <ErrorReport>prompt</ErrorReport>
30     <PlatformTarget>x86</PlatformTarget>
31     <Externalconsole>true</Externalconsole>
32     <Tailcalls>true</Tailcalls>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="mscorlib" />
36     <Reference Include="FSharp.Core" />
37     <Reference Include="System" />
38     <Reference Include="System.Core" />
39     <Reference Include="System.Numerics" />
40   </ItemGroup>
41   <ItemGroup>
42     <Compile Include="AssemblyInfo.fs" />
43     <Compile Include="Program.fs" />
44   </ItemGroup>
45   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.FSharp.Targets" />
46   <ItemGroup>
47     <ProjectReference Include="..\CryptoFile\CryptoFile.fsproj">
48       <Project>{CDB168EA-04F9-4A8B-A3B4-27D9A6390269}</Project>
49       <Name>CryptoFile</Name>
50     </ProjectReference>
51   </ItemGroup>
52 </Project>