Setting to only x86
This commit is contained in:
Родитель
6b67e6a5aa
Коммит
be63723b4f
20
A11y.csproj
20
A11y.csproj
|
@ -33,6 +33,26 @@
|
|||
<PropertyGroup>
|
||||
<StartupObject />
|
||||
</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>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Interop.UIAutomationCore, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
|
|
13
A11y.sln
13
A11y.sln
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.40629.0
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25123.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "A11y", "A11y.csproj", "{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}"
|
||||
EndProject
|
||||
|
@ -9,21 +9,30 @@ Global
|
|||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Debug64|Any CPU = Debug64|Any CPU
|
||||
Debug64|x64 = Debug64|x64
|
||||
Debug64|x86 = Debug64|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug|x86.Build.0 = Debug|x86
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug64|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug64|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug64|x64.ActiveCfg = Debug|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug64|x86.ActiveCfg = Debug|x86
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Debug64|x86.Build.0 = Debug|x86
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Release|x86.ActiveCfg = Release|x86
|
||||
{3A2CB5B2-3FD1-4F87-8EBB-581562D1F954}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Загрузка…
Ссылка в новой задаче