Solution file update

This commit is contained in:
Stedd 2022-02-19 12:47:58 +01:00
parent 0e218f3da5
commit 5b80b0c177
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178 VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CryptoCalc", "CryptoCalc.csproj", "{E83CB079-DF59-452D-9FA3-F5736553DC07}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoCalc", "CryptoCalc.csproj", "{E83CB079-DF59-452D-9FA3-F5736553DC07}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -11,10 +11,10 @@ Global
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E83CB079-DF59-452D-9FA3-F5736553DC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E83CB079-DF59-452D-9FA3-F5736553DC07}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E83CB079-DF59-452D-9FA3-F5736553DC07}.Debug|Any CPU.Build.0 = Debug|Any CPU {E83CB079-DF59-452D-9FA3-F5736553DC07}.Debug|Any CPU.Build.0 = Release|Any CPU
{E83CB079-DF59-452D-9FA3-F5736553DC07}.Release|Any CPU.ActiveCfg = Release|Any CPU {E83CB079-DF59-452D-9FA3-F5736553DC07}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{E83CB079-DF59-452D-9FA3-F5736553DC07}.Release|Any CPU.Build.0 = Release|Any CPU {E83CB079-DF59-452D-9FA3-F5736553DC07}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE