Skip to content

Commit

Permalink
x86 build instead of AnyCPU
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-shepherd committed Oct 23, 2012
1 parent 9ca32d1 commit 4258571
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 71 deletions.
44 changes: 22 additions & 22 deletions MakeItSo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionParser_VS2010", "So
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
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Release|Any CPU.Build.0 = Release|Any CPU
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Release|Any CPU.Build.0 = Release|Any CPU
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Release|Any CPU.Build.0 = Release|Any CPU
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Release|Any CPU.Build.0 = Release|Any CPU
{9194750C-6492-44AF-B18C-4247AC16D32B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9194750C-6492-44AF-B18C-4247AC16D32B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9194750C-6492-44AF-B18C-4247AC16D32B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9194750C-6492-44AF-B18C-4247AC16D32B}.Release|Any CPU.Build.0 = Release|Any CPU
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Debug|x86.ActiveCfg = Debug|x86
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Debug|x86.Build.0 = Debug|x86
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Release|x86.ActiveCfg = Release|x86
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Release|x86.Build.0 = Release|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Debug|x86.ActiveCfg = Debug|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Debug|x86.Build.0 = Debug|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Release|x86.ActiveCfg = Release|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Release|x86.Build.0 = Release|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Debug|x86.ActiveCfg = Debug|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Debug|x86.Build.0 = Debug|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Release|x86.ActiveCfg = Release|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Release|x86.Build.0 = Release|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Debug|x86.ActiveCfg = Debug|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Debug|x86.Build.0 = Debug|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Release|x86.ActiveCfg = Release|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Release|x86.Build.0 = Release|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Debug|x86.ActiveCfg = Debug|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Debug|x86.Build.0 = Debug|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Release|x86.ActiveCfg = Release|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
19 changes: 9 additions & 10 deletions MakeItSo/MakeItSo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\outputDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\output\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Optimize>true</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
21 changes: 10 additions & 11 deletions MakeItSoLib/MakeItSoLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\outputDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\output\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Optimize>true</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />
Expand Down
19 changes: 9 additions & 10 deletions SolutionParser_VS2008/SolutionParser_VS2008.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\outputDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\output\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Optimize>true</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand Down
15 changes: 7 additions & 8 deletions SolutionParser_VS2010/SolutionParser_VS2010.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,21 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\outputDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\output\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand Down
19 changes: 9 additions & 10 deletions TestRunner/TestRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Optimize>true</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 4258571

Please sign in to comment.