Add some tests.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / CryptoFile.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>{CDB168EA-04F9-4A8B-A3B4-27D9A6390269}</ProjectGuid>\r
7     <OutputType>Library</OutputType>\r
8     <RootNamespace>CryptoFile</RootNamespace>\r
9     <AssemblyName>CryptoFile</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     <OutputPath>bin\Debug</OutputPath>\r
16     <DefineConstants>DEBUG</DefineConstants>\r
17     <ErrorReport>prompt</ErrorReport>\r
18     <PlatformTarget>x86</PlatformTarget>\r
19     <Externalconsole>true</Externalconsole>\r
20     <Optimize>false</Optimize>\r
21     <Tailcalls>false</Tailcalls>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>pdbonly</DebugType>\r
26     <Optimize>true</Optimize>\r
27     <OutputPath>bin\Release</OutputPath>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <PlatformTarget>x86</PlatformTarget>\r
30     <Externalconsole>true</Externalconsole>\r
31     <Tailcalls>true</Tailcalls>\r
32     <DefineConstants>\r
33     </DefineConstants>\r
34   </PropertyGroup>\r
35   <ItemGroup>\r
36     <Reference Include="mscorlib" />\r
37     <Reference Include="System" />\r
38     <Reference Include="System.Core" />\r
39     <Reference Include="System.Numerics" />\r
40     <Reference Include="System.Security" />\r
41     <Reference Include="FSharp.Core" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="AssemblyInfo.fs" />\r
45     <Compile Include="Types.fs" />\r
46     <Compile Include="Crypto.fs" />\r
47     <Compile Include="API.fs" />\r
48     <Compile Include="UnitTests.fs" />\r
49   </ItemGroup>\r
50   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />\r
51 </Project>