|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <Deterministic>true</Deterministic> |
15 | 15 | </PropertyGroup> |
16 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 16 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
17 | 17 | <DebugSymbols>true</DebugSymbols> |
18 | | - <DebugType>full</DebugType> |
19 | | - <Optimize>false</Optimize> |
20 | | - <OutputPath>bin\Debug\</OutputPath> |
| 18 | + <OutputPath>bin\x64\Debug\</OutputPath> |
21 | 19 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 20 | + <DebugType>full</DebugType> |
| 21 | + <PlatformTarget>x64</PlatformTarget> |
| 22 | + <LangVersion>12</LangVersion> |
| 23 | + <WarningLevel>4</WarningLevel> |
22 | 24 | <ErrorReport>prompt</ErrorReport> |
| 25 | + </PropertyGroup> |
| 26 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 27 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 28 | + <DefineConstants>TRACE</DefineConstants> |
| 29 | + <Optimize>true</Optimize> |
| 30 | + <DebugType>pdbonly</DebugType> |
| 31 | + <PlatformTarget>x64</PlatformTarget> |
| 32 | + <LangVersion>12</LangVersion> |
23 | 33 | <WarningLevel>4</WarningLevel> |
| 34 | + <ErrorReport>prompt</ErrorReport> |
| 35 | + </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 37 | + <DebugSymbols>true</DebugSymbols> |
| 38 | + <OutputPath>bin\Debug\</OutputPath> |
| 39 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 40 | + <DebugType>full</DebugType> |
| 41 | + <PlatformTarget>AnyCPU</PlatformTarget> |
24 | 42 | <LangVersion>12</LangVersion> |
| 43 | + <ErrorReport>prompt</ErrorReport> |
25 | 44 | </PropertyGroup> |
26 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | | - <DebugType>pdbonly</DebugType> |
28 | | - <Optimize>true</Optimize> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
29 | 46 | <OutputPath>bin\Release\</OutputPath> |
30 | 47 | <DefineConstants>TRACE</DefineConstants> |
31 | | - <ErrorReport>prompt</ErrorReport> |
32 | | - <WarningLevel>4</WarningLevel> |
| 48 | + <Optimize>true</Optimize> |
| 49 | + <DebugType>pdbonly</DebugType> |
| 50 | + <PlatformTarget>AnyCPU</PlatformTarget> |
33 | 51 | <LangVersion>12</LangVersion> |
| 52 | + <ErrorReport>prompt</ErrorReport> |
34 | 53 | </PropertyGroup> |
35 | 54 | <ItemGroup> |
36 | 55 | <Reference Include="Assembly-CSharp"> |
|
0 commit comments