Update it all, VisualStudio Changes
This commit is contained in:
78
fsharp/Exercism.fsharp.fsproj
Normal file
78
fsharp/Exercism.fsharp.fsproj
Normal file
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>f7e8e67c-3cfa-4b46-a2b6-956263649501</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>fsharp</RootNamespace>
|
||||
<AssemblyName>Exercism.fsharp</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<TargetFSharpCoreVersion>4.3.1.0</TargetFSharpCoreVersion>
|
||||
<Name>Exercism.fsharp</Name>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<Tailcalls>false</Tailcalls>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<WarningLevel>3</WarningLevel>
|
||||
<DocumentationFile>bin\Debug\fsharp.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<Tailcalls>true</Tailcalls>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<WarningLevel>3</WarningLevel>
|
||||
<DocumentationFile>bin\Release\fsharp.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
<Choose>
|
||||
<When Condition="'$(VisualStudioVersion)' == '11.0'">
|
||||
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">
|
||||
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
||||
</PropertyGroup>
|
||||
</When>
|
||||
<Otherwise>
|
||||
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')">
|
||||
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
||||
</PropertyGroup>
|
||||
</Otherwise>
|
||||
</Choose>
|
||||
<Import Project="$(FSharpTargetsPath)" />
|
||||
<ItemGroup>
|
||||
<Content Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="mscorlib" />
|
||||
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="nunit.framework">
|
||||
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Numerics" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="example\Example.fs" />
|
||||
<Compile Include="example\ExampleTest.fs" />
|
||||
</ItemGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
BIN
fsharp/bin/Debug/Exercism.fsharp.dll
Normal file
BIN
fsharp/bin/Debug/Exercism.fsharp.dll
Normal file
Binary file not shown.
BIN
fsharp/bin/Debug/Exercism.fsharp.pdb
Normal file
BIN
fsharp/bin/Debug/Exercism.fsharp.pdb
Normal file
Binary file not shown.
BIN
fsharp/bin/Debug/FSharp.Core.dll
Normal file
BIN
fsharp/bin/Debug/FSharp.Core.dll
Normal file
Binary file not shown.
10715
fsharp/bin/Debug/FSharp.Core.xml
Normal file
10715
fsharp/bin/Debug/FSharp.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
6
fsharp/bin/Debug/fsharp.XML
Normal file
6
fsharp/bin/Debug/fsharp.XML
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<doc>
|
||||
<assembly><name>Exercism.fsharp</name></assembly>
|
||||
<members>
|
||||
</members>
|
||||
</doc>
|
BIN
fsharp/bin/Debug/nunit.framework.dll
Normal file
BIN
fsharp/bin/Debug/nunit.framework.dll
Normal file
Binary file not shown.
10960
fsharp/bin/Debug/nunit.framework.xml
Normal file
10960
fsharp/bin/Debug/nunit.framework.xml
Normal file
File diff suppressed because it is too large
Load Diff
4
fsharp/example/Example.fs
Normal file
4
fsharp/example/Example.fs
Normal file
@@ -0,0 +1,4 @@
|
||||
module Example
|
||||
|
||||
type Example() =
|
||||
member this.Add(x, y) = x + y
|
16
fsharp/example/ExampleTest.fs
Normal file
16
fsharp/example/ExampleTest.fs
Normal file
@@ -0,0 +1,16 @@
|
||||
module SumOfMultiplesTest
|
||||
|
||||
open NUnit.Framework
|
||||
open Example
|
||||
|
||||
[<TestFixture>]
|
||||
type ExampleTest() =
|
||||
let mutable example = Example()
|
||||
|
||||
[<Test>]
|
||||
[<TestCase(2, 2, 4)>]
|
||||
[<TestCase(12, 24, 36)>]
|
||||
[<TestCase(100, 1, 101)>]
|
||||
[<TestCase(2, -2, 0)>]
|
||||
member tc.Can_add(x, y, expected) =
|
||||
Assert.That(example.Add(x, y), Is.EqualTo(expected))
|
BIN
fsharp/obj/Debug/Exercism.fsharp.dll
Normal file
BIN
fsharp/obj/Debug/Exercism.fsharp.dll
Normal file
Binary file not shown.
10
fsharp/obj/Debug/Exercism.fsharp.fsproj.FileListAbsolute.txt
Normal file
10
fsharp/obj/Debug/Exercism.fsharp.fsproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\fsharp.XML
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\Exercism.fsharp.dll
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\Exercism.fsharp.pdb
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\FSharp.Core.dll
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\nunit.framework.dll
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\FSharp.Core.xml
|
||||
C:\Users\brbuller\Development\exercism\fsharp\bin\Debug\nunit.framework.xml
|
||||
C:\Users\brbuller\Development\exercism\fsharp\obj\Debug\Exercism.fsharp.fsprojResolveAssemblyReference.cache
|
||||
C:\Users\brbuller\Development\exercism\fsharp\obj\Debug\Exercism.fsharp.dll
|
||||
C:\Users\brbuller\Development\exercism\fsharp\obj\Debug\Exercism.fsharp.pdb
|
Binary file not shown.
BIN
fsharp/obj/Debug/Exercism.fsharp.pdb
Normal file
BIN
fsharp/obj/Debug/Exercism.fsharp.pdb
Normal file
Binary file not shown.
4
fsharp/packages.config
Normal file
4
fsharp/packages.config
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="NUnit" version="2.6.3" targetFramework="net45" />
|
||||
</packages>
|
Reference in New Issue
Block a user