Browse Source

commit: add x86 x64 build config

HOME 3 years ago
parent
commit
3f7eebe9da
2 changed files with 35 additions and 6 deletions
  1. 20 0
      Aio1Ef.Packer/Aio1Ef.Packer.csproj
  2. 15 6
      Aio1Ef.sln

+ 20 - 0
Aio1Ef.Packer/Aio1Ef.Packer.csproj

@@ -58,6 +58,26 @@
   <PropertyGroup>
     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
   </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\x86\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <DebugType>full</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+    <OutputPath>bin\x86\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="SevenZipSharp, Version=0.64.3890.29348, Culture=neutral, PublicKeyToken=20de82c62b055c88, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>

+ 15 - 6
Aio1Ef.sln

@@ -1,32 +1,41 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.40629.0
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30309.148
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aio1Ef.Packer", "Aio1Ef.Packer\Aio1Ef.Packer.csproj", "{2797D24E-261B-409D-A36E-18CD688EDDCF}"
 EndProject
 Global
-	GlobalSection(SubversionScc) = preSolution
-		Svn-Managed = True
-		Manager = AnkhSVN - Subversion Support for Visual Studio
-	EndGlobalSection
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
 		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
 		Release|Any CPU = Release|Any CPU
 		Release|x64 = Release|x64
+		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Debug|x64.ActiveCfg = Debug|x64
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Debug|x64.Build.0 = Debug|x64
+		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Debug|x86.ActiveCfg = Debug|x86
+		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Debug|x86.Build.0 = Debug|x86
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Release|Any CPU.Build.0 = Release|Any CPU
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Release|x64.ActiveCfg = Release|x64
 		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Release|x64.Build.0 = Release|x64
+		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Release|x86.ActiveCfg = Release|x86
+		{2797D24E-261B-409D-A36E-18CD688EDDCF}.Release|x86.Build.0 = Release|x86
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
 	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {A6BE60D2-9229-4C04-8AF1-2FE548342F83}
+	EndGlobalSection
+	GlobalSection(SubversionScc) = preSolution
+		Svn-Managed = True
+		Manager = AnkhSVN - Subversion Support for Visual Studio
+	EndGlobalSection
 EndGlobal