diff --git a/Hype.sln b/Hype.sln index 97c3397..c9c0679 100644 --- a/Hype.sln +++ b/Hype.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Hype", "src\Hype\Hype.fsproj", "{C923664D-182E-48D5-BB30-F1505D7D28DF}" EndProject @@ -21,13 +21,17 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C923664D-182E-48D5-BB30-F1505D7D28DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C923664D-182E-48D5-BB30-F1505D7D28DF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C923664D-182E-48D5-BB30-F1505D7D28DF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C923664D-182E-48D5-BB30-F1505D7D28DF}.Release|Any CPU.Build.0 = Release|Any CPU + {C923664D-182E-48D5-BB30-F1505D7D28DF}.Debug|Any CPU.ActiveCfg = Debug|x64 + {C923664D-182E-48D5-BB30-F1505D7D28DF}.Debug|x64.ActiveCfg = Debug|x64 + {C923664D-182E-48D5-BB30-F1505D7D28DF}.Debug|x64.Build.0 = Debug|x64 + {C923664D-182E-48D5-BB30-F1505D7D28DF}.Release|Any CPU.ActiveCfg = Release|x64 + {C923664D-182E-48D5-BB30-F1505D7D28DF}.Release|x64.ActiveCfg = Release|x64 + {C923664D-182E-48D5-BB30-F1505D7D28DF}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Hype/AssemblyInfo.fs b/src/Hype/AssemblyInfo.fs index 2cdcffa..7345770 100644 --- a/src/Hype/AssemblyInfo.fs +++ b/src/Hype/AssemblyInfo.fs @@ -34,9 +34,9 @@ open System.Runtime.InteropServices // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [] -[] -[] -[] +[] +[] +[] do () \ No newline at end of file diff --git a/src/Hype/Hype.fsproj b/src/Hype/Hype.fsproj index 3735c3e..4c7f302 100644 --- a/src/Hype/Hype.fsproj +++ b/src/Hype/Hype.fsproj @@ -17,7 +17,10 @@ - + + 11 + + true full false @@ -28,7 +31,7 @@ bin\Debug\Hype.XML x64 - + pdbonly true true @@ -38,9 +41,6 @@ bin\Release\Hype.XML x64 - - 11 -