115 lines
5.3 KiB
XML
115 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.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>979f9f80-12fe-4236-9e93-6d554ab13701</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>mdoc.Test.FSharp</RootNamespace>
|
|
<AssemblyName>mdoc.Test.FSharp</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<TargetFSharpCoreVersion>4.4.1.0</TargetFSharpCoreVersion>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Name>mdoc.Test.FSharp</Name>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Tailcalls>false</Tailcalls>
|
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
|
|
</PropertyGroup>
|
|
<Choose>
|
|
<When Condition="'$(VisualStudioVersion)' == '11.0'">
|
|
<PropertyGroup Condition=" '$(FSharpTargetsPath)' == '' AND 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=" '$(FSharpTargetsPath)' == '' AND 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>
|
|
<Compile Include="AssemblyInfo.fs" />
|
|
<None Include="Script.fsx" />
|
|
<Content Include="packages.config" />
|
|
<Compile Include="AbstractClasses.fs" />
|
|
<Compile Include="Accessibility.fs" />
|
|
<Compile Include="AccessibilityTest.fs" />
|
|
<Compile Include="Animals.fs" />
|
|
<Compile Include="Attributes.fs" />
|
|
<Compile Include="ClassMembers.fs" />
|
|
<Compile Include="Collections.fs" />
|
|
<Compile Include="Constraints.fs" />
|
|
<Compile Include="Constructors.fs" />
|
|
<Compile Include="Customers.fs" />
|
|
<Compile Include="Delegates.fs" />
|
|
<Compile Include="DiscriminatedUnions.fs" />
|
|
<Compile Include="DoBindings.fs" />
|
|
<Compile Include="Enumerations.fs" />
|
|
<Compile Include="Extensions.fs" />
|
|
<Compile Include="FlexibleTypes.fs" />
|
|
<Compile Include="Functions.fs" />
|
|
<Compile Include="Generics.fs" />
|
|
<Compile Include="IndexedProperties.fs" />
|
|
<Compile Include="Inheritance.fs" />
|
|
<Compile Include="InheritanceAlternative.fs" />
|
|
<Compile Include="InlineFunctions.fs" />
|
|
<Compile Include="Interfaces.fs" />
|
|
<Compile Include="Literals.fs" />
|
|
<Compile Include="Methods.fs" />
|
|
<Compile Include="Namespaces.fs" />
|
|
<Compile Include="NestedModules.fs" />
|
|
<Compile Include="NestedTypes.fs" />
|
|
<Compile Include="OperatorGlobalLevel.fs" />
|
|
<Compile Include="OperatorsOverloading.fs" />
|
|
<Compile Include="PatternMatchingExamples.fs" />
|
|
<Compile Include="Properties.fs" />
|
|
<Compile Include="Records.fs" />
|
|
<Compile Include="ReferenceCells.fs" />
|
|
<Compile Include="Structures.fs" />
|
|
<Compile Include="TypeExtensions.fs" />
|
|
<Compile Include="UnitsOfMeasure.fs" />
|
|
<Compile Include="Vector.fs" />
|
|
<Compile Include="Library1.fs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\..\packages\FSharp.Core.4.3.4\lib\net45\FSharp.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.ValueTuple">
|
|
<HintPath>..\packages\System.ValueTuple.4.3.1\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
|
</Reference>
|
|
</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> |