First commit.
[crypto_lab2.git] / labo2-fsharp / labo2-fsharp / labo2-fsharp.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>Exe</OutputType>\r
8     <RootNamespace>labo2fsharp</RootNamespace>\r
9     <AssemblyName>labo2-fsharp</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     <EnvironmentVariables>\r
23       <EnvironmentVariables>\r
24         <Variable name="MONO_TRACE_LISTENER" value="Console.Error" />\r
25       </EnvironmentVariables>\r
26     </EnvironmentVariables>\r
27     <Commandlineparameters>tests</Commandlineparameters>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
30     <DebugSymbols>true</DebugSymbols>\r
31     <DebugType>pdbonly</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     <DefineConstants>\r
39     </DefineConstants>\r
40   </PropertyGroup>\r
41   <ItemGroup>\r
42     <Reference Include="mscorlib" />\r
43     <Reference Include="System" />\r
44     <Reference Include="System.Core" />\r
45     <Reference Include="System.Numerics" />\r
46     <Reference Include="System.Security" />\r
47     <Reference Include="FSharp.Core" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="AssemblyInfo.fs" />\r
51     <Compile Include="Crypto.fs" />\r
52     <Compile Include="Program.fs" />\r
53   </ItemGroup>\r
54   <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />\r
55 </Project>