diff --git a/adbGUI.sln b/adbGUI.sln index cf8687a..d0e039c 100644 --- a/adbGUI.sln +++ b/adbGUI.sln @@ -1,21 +1,27 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adbGUI", "adbGUI\adbGUI.csproj", "{ECE8C416-960E-4F2F-9B1D-AB260B668D96}" 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 {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Debug|x64.ActiveCfg = Debug|x64 + {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Debug|x64.Build.0 = Debug|x64 {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Release|Any CPU.ActiveCfg = Release|Any CPU {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Release|Any CPU.Build.0 = Release|Any CPU {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Release|Any CPU.Deploy.0 = Release|Any CPU + {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Release|x64.ActiveCfg = Release|x64 + {ECE8C416-960E-4F2F-9B1D-AB260B668D96}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/adbGUI/Properties/AssemblyInfo.cs b/adbGUI/Properties/AssemblyInfo.cs index 806ad47..3751839 100644 --- a/adbGUI/Properties/AssemblyInfo.cs +++ b/adbGUI/Properties/AssemblyInfo.cs @@ -35,4 +35,4 @@ // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/adbGUI/adbGUI.csproj b/adbGUI/adbGUI.csproj index 23f0562..901332e 100644 --- a/adbGUI/adbGUI.csproj +++ b/adbGUI/adbGUI.csproj @@ -82,6 +82,27 @@ true + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + false + prompt + MinimumRecommendedRules.ruleset + true + @@ -282,4 +303,4 @@ --> - \ No newline at end of file +