From c4fb3c2b7b18fd177d954ef3b67829d3e9e5f00e Mon Sep 17 00:00:00 2001 From: BOTLester <58360400+BOTLester@users.noreply.github.com> Date: Wed, 6 May 2020 16:40:35 +0200 Subject: [PATCH] Changed from x86 to x64 --- Game1.sln | 6 ++++++ Game1/Game1.csproj | 28 +++++++++++++++++++++++++--- Game1/app.config | 3 +++ 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 Game1/app.config diff --git a/Game1.sln b/Game1.sln index cc8e21a..ef74ef7 100644 --- a/Game1.sln +++ b/Game1.sln @@ -7,12 +7,18 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Game1", "Game1\Game1.csproj EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 + Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Debug|x64.ActiveCfg = Debug|x64 + {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Debug|x64.Build.0 = Debug|x64 {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Debug|x86.ActiveCfg = Debug|x86 {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Debug|x86.Build.0 = Debug|x86 + {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Release|x64.ActiveCfg = Release|x64 + {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Release|x64.Build.0 = Release|x64 {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Release|x86.ActiveCfg = Release|x86 {650E4519-2DEF-496F-AC3B-3C794DC7CF0D}.Release|x86.Build.0 = Release|x86 EndGlobalSection diff --git a/Game1/Game1.csproj b/Game1/Game1.csproj index fafc243..264915a 100644 --- a/Game1/Game1.csproj +++ b/Game1/Game1.csproj @@ -1,5 +1,5 @@  - + Debug @@ -13,10 +13,11 @@ Game1 512 Windows - v4.5 + v4.6.1 + - x86 + x64 true full false @@ -40,6 +41,26 @@ app.manifest + + true + bin\x64\Debug\ + DEBUG;TRACE;WINDOWS + full + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + TRACE;WINDOWS + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + true + @@ -88,6 +109,7 @@ + diff --git a/Game1/app.config b/Game1/app.config new file mode 100644 index 0000000..3dbff35 --- /dev/null +++ b/Game1/app.config @@ -0,0 +1,3 @@ + + +