diff --git a/trunk/Assistant/Assistant.csproj b/trunk/Assistant/Assistant.csproj index 9b2354b2a..71b8871e6 100644 --- a/trunk/Assistant/Assistant.csproj +++ b/trunk/Assistant/Assistant.csproj @@ -2,7 +2,7 @@ Debug - AnyCPU + x86 9.0.30729 2.0 {0710ADEF-F89E-4CBC-8150-B340460BC9D6} @@ -14,7 +14,7 @@ 512 Assistant.Program - + true full false @@ -22,14 +22,16 @@ DEBUG;TRACE prompt 4 + x86 - + pdbonly true bin\Release\ TRACE prompt 4 + x86 diff --git a/trunk/ProcessHacker.Common/ProcessHacker.Common.csproj b/trunk/ProcessHacker.Common/ProcessHacker.Common.csproj index 9c67c3a2d..a408d2257 100644 --- a/trunk/ProcessHacker.Common/ProcessHacker.Common.csproj +++ b/trunk/ProcessHacker.Common/ProcessHacker.Common.csproj @@ -2,7 +2,7 @@ Debug - AnyCPU + x86 9.0.30729 2.0 {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E} @@ -15,7 +15,7 @@ - + true full false @@ -28,8 +28,9 @@ true + x86 - + pdbonly true bin\Release\ @@ -39,6 +40,7 @@ bin\Release\ProcessHacker.Common.xml 1591 true + x86 diff --git a/trunk/ProcessHacker.Native/ProcessHacker.Native.csproj b/trunk/ProcessHacker.Native/ProcessHacker.Native.csproj index 5bb335304..b07d0a3cf 100644 --- a/trunk/ProcessHacker.Native/ProcessHacker.Native.csproj +++ b/trunk/ProcessHacker.Native/ProcessHacker.Native.csproj @@ -2,7 +2,7 @@ Debug - AnyCPU + x86 9.0.30729 2.0 {8A448157-E1A7-4DDF-954E-287F1117832B} @@ -15,7 +15,7 @@ - + true full false @@ -28,8 +28,9 @@ + x86 - + pdbonly true bin\Release\ @@ -39,6 +40,7 @@ true bin\Release\ProcessHacker.Native.xml 1591 + x86 diff --git a/trunk/ProcessHacker.sln b/trunk/ProcessHacker.sln index c93bbacd6..a1dd6dcbd 100644 --- a/trunk/ProcessHacker.sln +++ b/trunk/ProcessHacker.sln @@ -16,30 +16,30 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aga.Controls", "TreeViewAdv EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Release|Any CPU.Build.0 = Release|Any CPU - {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Release|Any CPU.Build.0 = Release|Any CPU - {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Release|Any CPU.Build.0 = Release|Any CPU - {8A448157-E1A7-4DDF-954E-287F1117832B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8A448157-E1A7-4DDF-954E-287F1117832B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8A448157-E1A7-4DDF-954E-287F1117832B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8A448157-E1A7-4DDF-954E-287F1117832B}.Release|Any CPU.Build.0 = Release|Any CPU - {E73BB233-D88B-44A7-A98F-D71EE158381D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E73BB233-D88B-44A7-A98F-D71EE158381D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E73BB233-D88B-44A7-A98F-D71EE158381D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E73BB233-D88B-44A7-A98F-D71EE158381D}.Release|Any CPU.Build.0 = Release|Any CPU + {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Debug|x86.ActiveCfg = Debug|x86 + {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Debug|x86.Build.0 = Debug|x86 + {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Release|x86.ActiveCfg = Release|x86 + {EEEA1778-1702-4964-8793-A98FE37E4D2B}.Release|x86.Build.0 = Release|x86 + {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Debug|x86.ActiveCfg = Debug|x86 + {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Debug|x86.Build.0 = Debug|x86 + {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Release|x86.ActiveCfg = Release|x86 + {0710ADEF-F89E-4CBC-8150-B340460BC9D6}.Release|x86.Build.0 = Release|x86 + {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Debug|x86.ActiveCfg = Debug|x86 + {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Debug|x86.Build.0 = Debug|x86 + {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Release|x86.ActiveCfg = Release|x86 + {8E10F5E8-D4FA-4980-BB23-2EDD134AC15E}.Release|x86.Build.0 = Release|x86 + {8A448157-E1A7-4DDF-954E-287F1117832B}.Debug|x86.ActiveCfg = Debug|x86 + {8A448157-E1A7-4DDF-954E-287F1117832B}.Debug|x86.Build.0 = Debug|x86 + {8A448157-E1A7-4DDF-954E-287F1117832B}.Release|x86.ActiveCfg = Release|x86 + {8A448157-E1A7-4DDF-954E-287F1117832B}.Release|x86.Build.0 = Release|x86 + {E73BB233-D88B-44A7-A98F-D71EE158381D}.Debug|x86.ActiveCfg = Debug|x86 + {E73BB233-D88B-44A7-A98F-D71EE158381D}.Debug|x86.Build.0 = Debug|x86 + {E73BB233-D88B-44A7-A98F-D71EE158381D}.Release|x86.ActiveCfg = Release|x86 + {E73BB233-D88B-44A7-A98F-D71EE158381D}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/trunk/ProcessHacker/ProcessHacker.csproj b/trunk/ProcessHacker/ProcessHacker.csproj index 8f568095a..b25aa5e76 100644 --- a/trunk/ProcessHacker/ProcessHacker.csproj +++ b/trunk/ProcessHacker/ProcessHacker.csproj @@ -2,7 +2,7 @@ Debug - AnyCPU + x86 9.0.30729 2.0 {EEEA1778-1702-4964-8793-A98FE37E4D2B} @@ -17,7 +17,7 @@ app.manifest OnBuildSuccess - + true full false @@ -26,8 +26,9 @@ prompt 4 true + x86 - + pdbonly true bin\Release\ @@ -37,6 +38,7 @@ 4 true false + x86 diff --git a/trunk/TreeViewAdv/Aga.Controls.csproj b/trunk/TreeViewAdv/Aga.Controls.csproj index b04944f89..09b383387 100644 --- a/trunk/TreeViewAdv/Aga.Controls.csproj +++ b/trunk/TreeViewAdv/Aga.Controls.csproj @@ -1,7 +1,7 @@  Debug - AnyCPU + x86 9.0.30729 2.0 {E73BB233-D88B-44A7-A98F-D71EE158381D} @@ -43,7 +43,7 @@ - + true full false @@ -53,8 +53,9 @@ 4 -Microsoft.Design#CA1020;-Microsoft.Design#CA1060;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Maintainability#CA1501;-Microsoft.Mobility#CA1601;-Microsoft.Performance#CA1805;-Microsoft.Performance#CA1815;-Microsoft.Performance#CA1819;-Microsoft.Usage#CA2208 true + x86 - + pdbonly true bin\Release\ @@ -62,6 +63,7 @@ prompt 4 true + x86