diff --git a/SuperGrate.sln b/SuperGrate.sln index e0179f6..663c705 100644 --- a/SuperGrate.sln +++ b/SuperGrate.sln @@ -10,15 +10,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Release_64|Any CPU = Release_64|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release_64|Any CPU.ActiveCfg = Release_64|Any CPU + {2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release_64|Any CPU.Build.0 = Release_64|Any CPU {2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release|Any CPU.ActiveCfg = Release|Any CPU {2F05C2FB-1F11-4D53-9D9D-C8CEC72AB64E}.Release|Any CPU.Build.0 = Release|Any CPU {CF5AACC9-BE7C-4199-94A4-70803D63618B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CF5AACC9-BE7C-4199-94A4-70803D63618B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF5AACC9-BE7C-4199-94A4-70803D63618B}.Release_64|Any CPU.ActiveCfg = Release|Any CPU {CF5AACC9-BE7C-4199-94A4-70803D63618B}.Release|Any CPU.ActiveCfg = Release|Any CPU {CF5AACC9-BE7C-4199-94A4-70803D63618B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection diff --git a/SuperGrate/SuperGrate.csproj b/SuperGrate/SuperGrate.csproj index 7c8c70b..75fff56 100644 --- a/SuperGrate/SuperGrate.csproj +++ b/SuperGrate/SuperGrate.csproj @@ -35,7 +35,7 @@ prompt 4 - false + true Properties\app.manifest @@ -43,6 +43,14 @@ Images\supergrate.ico + + bin\Release_64\ + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset +