Change compilation target to AnyCPU
All checks were successful
continuous-integration/laminar-elessar Build 65 succeeded in 51 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 65 succeeded in 51 seconds .
This commit is contained in:
parent
b32999f80e
commit
8099155455
1 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ExternalConsole>true</ExternalConsole>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<Optimize>true</Optimize>
|
||||
|
@ -27,7 +26,6 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ExternalConsole>true</ExternalConsole>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Loading…
Reference in a new issue