File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 <BootstrapperEnabled >true</BootstrapperEnabled >
2929 </PropertyGroup >
3030 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31- <PlatformTarget >x86 </PlatformTarget >
31+ <PlatformTarget >AnyCPU </PlatformTarget >
3232 <DebugSymbols >true</DebugSymbols >
3333 <DebugType >full</DebugType >
3434 <Optimize >false</Optimize >
3838 <WarningLevel >4</WarningLevel >
3939 </PropertyGroup >
4040 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41- <PlatformTarget >x86 </PlatformTarget >
41+ <PlatformTarget >AnyCPU </PlatformTarget >
4242 <DebugType >none</DebugType >
4343 <Optimize >true</Optimize >
4444 <OutputPath >bin\Release\</OutputPath >
Original file line number Diff line number Diff line change 2121 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
2222 <DebugType >none</DebugType >
2323 <DebugSymbols >false</DebugSymbols >
24- <PlatformTarget >x86 </PlatformTarget >
24+ <PlatformTarget >AnyCPU </PlatformTarget >
2525 </PropertyGroup >
2626
2727 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
28- <PlatformTarget >x86 </PlatformTarget >
28+ <PlatformTarget >AnyCPU </PlatformTarget >
2929 </PropertyGroup >
3030
3131 <ItemGroup >
You can’t perform that action at this time.
0 commit comments