Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-swensen committed Mar 14, 2015
1 parent ec2ac6b commit 213380f
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Unquote.v10.sln
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Unquote.Net40", "Unquote.Net40\Unquote.Net40.fsproj", "{BDCA2201-A8D1-42DC-942E-1FCAE24E47C5}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UnquoteTests.Net40", "UnquoteTests.Net40\UnquoteTests.Net40.fsproj", "{8F571CAF-5AEF-4F5D-B524-C08EAE85B629}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +15,10 @@ Global
{BDCA2201-A8D1-42DC-942E-1FCAE24E47C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDCA2201-A8D1-42DC-942E-1FCAE24E47C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDCA2201-A8D1-42DC-942E-1FCAE24E47C5}.Release|Any CPU.Build.0 = Release|Any CPU
{8F571CAF-5AEF-4F5D-B524-C08EAE85B629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F571CAF-5AEF-4F5D-B524-C08EAE85B629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F571CAF-5AEF-4F5D-B524-C08EAE85B629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F571CAF-5AEF-4F5D-B524-C08EAE85B629}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
97 changes: 97 additions & 0 deletions UnquoteTests.Net40/UnquoteTests.Net40.fsproj
@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8f571caf-5aef-4f5d-b524-c08eae85b629}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>UnquoteTests.Net40</RootNamespace>
<AssemblyName>UnquoteTests.Net40</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<Name>UnquoteTests.Net40</Name>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<Tailcalls>false</Tailcalls>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Debug\UnquoteTests.Net40.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<Tailcalls>true</Tailcalls>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NET40</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Release\UnquoteTests.Net40.XML</DocumentationFile>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition="!Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition=" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<ItemGroup>
<Compile Include="..\UnquoteTests\EvaluationTests.fs">
<Link>EvaluationTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\DynamicOperatorsEvaluationTests.fs">
<Link>DynamicOperatorsEvaluationTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\CheckedDynamicOperatorsEvaluationTests.fs">
<Link>CheckedDynamicOperatorsEvaluationTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\FSharpNameTests.fs">
<Link>FSharpNameTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\DecompilationTests.fs">
<Link>DecompilationTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\ReductionTests.fs">
<Link>ReductionTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\AssertionOperatorsTests.fs">
<Link>AssertionOperatorsTests.fs</Link>
</Compile>
<Compile Include="..\UnquoteTests\CustomExceptionSerializationTests.fs">
<Link>CustomExceptionSerializationTests.fs</Link>
</Compile>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="xunit">
<HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Unquote.Net40\Unquote.Net40.fsproj">
<Name>Unquote.Net40</Name>
<Project>{bdca2201-a8d1-42dc-942e-1fcae24e47c5}</Project>
<Private>True</Private>
</ProjectReference>
</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>
4 changes: 4 additions & 0 deletions UnquoteTests.Net40/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="xunit" version="1.9.2" targetFramework="net40" />
</packages>

0 comments on commit 213380f

Please sign in to comment.