Put the API in an seperate library assembly and create an assembly for testing.
[crypto_lab2.git] / labo2-fsharp / labo2-fsharp / labo2-fsharp.fsproj
diff --git a/labo2-fsharp/labo2-fsharp/labo2-fsharp.fsproj b/labo2-fsharp/labo2-fsharp/labo2-fsharp.fsproj
deleted file mode 100644 (file)
index 4ee07a3..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
-    <ProjectGuid>{CDB168EA-04F9-4A8B-A3B4-27D9A6390269}</ProjectGuid>\r
-    <OutputType>Exe</OutputType>\r
-    <RootNamespace>labo2fsharp</RootNamespace>\r
-    <AssemblyName>labo2-fsharp</AssemblyName>\r
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <OutputPath>bin\Debug</OutputPath>\r
-    <DefineConstants>DEBUG</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <PlatformTarget>x86</PlatformTarget>\r
-    <Externalconsole>true</Externalconsole>\r
-    <Optimize>false</Optimize>\r
-    <Tailcalls>false</Tailcalls>\r
-    <EnvironmentVariables>\r
-      <EnvironmentVariables>\r
-        <Variable name="MONO_TRACE_LISTENER" value="Console.Error" />\r
-      </EnvironmentVariables>\r
-    </EnvironmentVariables>\r
-    <Commandlineparameters>tests</Commandlineparameters>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release</OutputPath>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <PlatformTarget>x86</PlatformTarget>\r
-    <Externalconsole>true</Externalconsole>\r
-    <Tailcalls>true</Tailcalls>\r
-    <DefineConstants>\r
-    </DefineConstants>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Reference Include="mscorlib" />\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Core" />\r
-    <Reference Include="System.Numerics" />\r
-    <Reference Include="System.Security" />\r
-    <Reference Include="FSharp.Core" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="AssemblyInfo.fs" />\r
-    <Compile Include="Crypto.fs" />\r
-    <Compile Include="Program.fs" />\r
-  </ItemGroup>\r
-  <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />\r
-</Project>
\ No newline at end of file