diff --git a/ImageCrusher.sln b/ImageCrusher.sln index bbcf33b..40bd7f1 100644 --- a/ImageCrusher.sln +++ b/ImageCrusher.sln @@ -5,14 +5,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCrusher", "ImageCrushe EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BFFF979E-15D9-43A5-917D-69A8825C0819}.Debug|x86.ActiveCfg = Debug|x86 - {BFFF979E-15D9-43A5-917D-69A8825C0819}.Debug|x86.Build.0 = Debug|x86 - {BFFF979E-15D9-43A5-917D-69A8825C0819}.Release|x86.ActiveCfg = Release|x86 - {BFFF979E-15D9-43A5-917D-69A8825C0819}.Release|x86.Build.0 = Release|x86 + {BFFF979E-15D9-43A5-917D-69A8825C0819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFFF979E-15D9-43A5-917D-69A8825C0819}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFFF979E-15D9-43A5-917D-69A8825C0819}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFFF979E-15D9-43A5-917D-69A8825C0819}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ImageCrusher/ImageCrusher.csproj b/ImageCrusher/ImageCrusher.csproj index d9ef6c4..85b9585 100644 --- a/ImageCrusher/ImageCrusher.csproj +++ b/ImageCrusher/ImageCrusher.csproj @@ -33,6 +33,24 @@ prompt 4 + + true + bin\Debug\ + DEBUG;TRACE + full + AnyCPU + prompt + MinimumRecommendedRules.ruleset + + + bin\Release\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset +