8000 Change build configurations · DiffSharp/DiffSharp@df6d3a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit df6d3a4

Browse files
committed
Change build configurations
1 parent 6be2602 commit df6d3a4

File tree

5 files changed

+103
-18
lines changed

5 files changed

+103
-18
lines changed

DiffSharp.sln

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DiffSharp.Tests", "tests\Di
3636
EndProject
3737
Global
3838
GlobalSection(SolutionConfigurationPlatforms) = preSolution
39-
Debug|Any CPU = Debug|Any CPU
40-
Release|Any CPU = Release|Any CPU
39+
Debug|x64 = Debug|x64
40+
Release|x64 = Release|x64
4141
EndGlobalSection
4242
GlobalSection(ProjectConfigurationPlatforms) = postSolution
43-
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44-
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
45-
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
46-
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Release|Any CPU.Build.0 = Release|Any CPU
47-
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52-
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Debug|Any CPU.Build.0 = Debug|Any CPU
53-
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Release|Any CPU.ActiveCfg = Release|Any CPU
54-
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Release|Any CPU.Build.0 = Release|Any CPU
55-
{89636F64-9969-474B-AA31-1FE21F8B6217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{89636F64-9969-474B-AA31-1FE21F8B6217}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{89636F64-9969-474B-AA31-1FE21F8B6217}.Release|Any CPU.ActiveCfg = Release|Any CPU
58-
{89636F64-9969-474B-AA31-1FE21F8B6217}.Release|Any CPU.Build.0 = Release|Any CPU
43+
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Debug|x64.ActiveCfg = Debug|x64
44+
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Debug|x64.Build.0 = Debug|x64
45+
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Release|x64.ActiveCfg = Release|x64
46+
{AB5AF4D0-EC82-413D-A903-C53CE34D1CEC}.Release|x64.Build.0 = Release|x64
47+
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Debug|x64.ActiveCfg = Debug|x64
48+
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Debug|x64.Build.0 = Debug|x64
49+
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Release|x64.ActiveCfg = Release|x64
50+
{0577D15F-366A-4EB7-9BAF-73C42A38CA33}.Release|x64.Build.0 = Release|x64
51+
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Debug|x64.ActiveCfg = Debug|x64
52+
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Debug|x64.Build.0 = Debug|x64
53+
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Release|x64.ActiveCfg = Release|x64
54+
{73EDFD98-0114-4271-A92A-0F9735ED7425}.Release|x64.Build.0 = Release|x64
55+
{89636F64-9969-474B-AA31-1FE21F8B6217}.Debug|x64.ActiveCfg = Debug|x64
56+
{89636F64-9969-474B-AA31-1FE21F8B6217}.Debug|x64.Build.0 = Debug|x64
57+
{89636F64-9969-474B-AA31-1FE21F8B6217}.Release|x64.ActiveCfg = Release|x64
58+
{89636F64-9969-474B-AA31-1FE21F8B6217}.Release|x64.Build.0 = Release|x64
5959
EndGlobalSection
6060
GlobalSection(SolutionProperties) = preSolution
6161
HideSolutionNode = FALSE

src/DiffSharp/DiffSharp.fsproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,27 @@
3939
<PropertyGroup>
4040
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
4141
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
43+
<DebugSymbols>true</DebugSymbols>
44+
<DebugType>full</DebugType>
45+
<Optimize>false</Optimize>
46+
<Tailcalls>false</Tailcalls>
47+
<OutputPath>bin\Debug\</OutputPath>
48+
<DefineConstants>DEBUG;TRACE</DefineConstants>
49+
<WarningLevel>3</WarningLevel>
50+
<DocumentationFile>bin\Debug\DiffSharp.XML</DocumentationFile>
51+
<PlatformTarget>x64</PlatformTarget>
52+
</PropertyGroup>
53+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
54+
<DebugType>pdbonly</DebugType>
55+
<Optimize>true</Optimize>
56+
<Tailcalls>true</Tailcalls>
57+
<OutputPath>bin\Release\</OutputPath>
58+
<DefineConstants>TRACE</DefineConstants>
59+
<WarningLevel>3</WarningLevel>
60+
<DocumentationFile>bin\Release\DiffSharp.XML</DocumentationFile>
61+
<PlatformTarget>x64</PlatformTarget>
62+
</PropertyGroup>
4263
<Choose>
4364
<When Condition="'$(VisualStudioVersion)' == '11.0'">
4465
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">

tests/DiffSharp.Tests/DiffSharp.Tests.fsproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,27 @@
3939
<PropertyGroup>
4040
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
4141
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
43+
<DebugSymbols>true</DebugSymbols>
44+
<DebugType>full</DebugType>
45+
<Optimize>false</Optimize>
46+
<Tailcalls>false</Tailcalls>
47+
<OutputPath>bin\Debug\</OutputPath>
48+
<DefineConstants>DEBUG;TRACE</DefineConstants>
49+
<WarningLevel>3</WarningLevel>
50+
<DocumentationFile>bin\Debug\DiffSharp.Tests.XML</DocumentationFile>
51+
<PlatformTarget>x64</PlatformTarget>
52+
</PropertyGroup>
53+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
54+
<DebugType>pdbonly</DebugType>
55+
<Optimize>true</Optimize>
56+
<Tailcalls>true</Tailcalls>
57+
<OutputPath>bin\Release\</OutputPath>
58+
<DefineConstants>TRACE</DefineConstants>
59+
<WarningLevel>3</WarningLevel>
60+
<DocumentationFile>bin\Release\DiffSharp.Tests.XML</DocumentationFile>
61+
<PlatformTarget>x64</PlatformTarget>
62+
</PropertyGroup>
4263
<Choose>
4364
<When Condition="'$(VisualStudioVersion)' == '11.0'">
4465
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">

tests/Dsbench/Dsbench.fsproj

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,29 @@
6262
<PropertyGroup>
6363
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
6464
</PropertyGroup>
65+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
66+
<DebugSymbols>true</DebugSymbols>
67+
<DebugType>full</DebugType>
68+
<Optimize>false</Optimize>
69+
<Tailcalls>false</Tailcalls>
70+
<OutputPath>bin\Debug\</OutputPath>
71+
<DefineConstants>DEBUG;TRACE</DefineConstants>
72+
<WarningLevel>3</WarningLevel>
73+
<DocumentationFile>bin\Debug\DiffSharp.Tests.XML</DocumentationFile>
74+
<Prefer32Bit>false</Prefer32Bit>
75+
<PlatformTarget>x64</PlatformTarget>
76+
</PropertyGroup>
77+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
78+
<DebugType>pdbonly</DebugType>
79+
<Optimize>true</Optimize>
80+
<Tailcalls>true</Tailcalls>
81+
<OutputPath>bin\Release\</OutputPath>
82+
<DefineConstants>TRACE</DefineConstants>
83+
<WarningLevel>3</WarningLevel>
84+
<DocumentationFile>bin\Release\DiffSharp.Tests.XML</DocumentationFile>
85+
<Prefer32Bit>false</Prefer32Bit>
86+
<PlatformTarget>x64</PlatformTarget>
87+
</PropertyGroup>
6588
<Choose>
6689
<When Condition="'$(VisualStudioVersion)' == '11.0'">
6790
<PropertyGroup Condition="Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')">

tests/InteropTest/InteropTest.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,26 @@
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
37+
<DebugSymbols>true</DebugSymbols>
38+
<OutputPath>bin\x64\Debug\</OutputPath>
39+
<DefineConstants>DEBUG;TRACE</DefineConstants>
40+
<DebugType>full</DebugType>
41+
<PlatformTarget>x64</PlatformTarget>
42+
<ErrorReport>prompt</ErrorReport>
43+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44+
<Prefer32Bit>true</Prefer32Bit>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
47+
<OutputPath>bin\x64\Release\</OutputPath>
48+
<DefineConstants>TRACE</DefineConstants>
49+
<Optimize>true</Optimize>
50+
<DebugType>pdbonly</DebugType>
51+
<PlatformTarget>x64</PlatformTarget>
52+
<ErrorReport>prompt</ErrorReport>
53+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54+
<Prefer32Bit>true</Prefer32Bit>
55+
</PropertyGroup>
3656
<ItemGroup>
3757
<Reference Include="FSharp.Core, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
3858
<Reference Include="System" />

0 commit comments

Comments
 (0)
0