|
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 14 | <Deterministic>true</Deterministic> |
| 15 | + <TargetFrameworkProfile /> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
32 | 33 | <ErrorReport>prompt</ErrorReport> |
33 | 34 | <WarningLevel>4</WarningLevel> |
34 | 35 | </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 37 | + <DebugSymbols>true</DebugSymbols> |
| 38 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 39 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 40 | + <DebugType>full</DebugType> |
| 41 | + <PlatformTarget>x64</PlatformTarget> |
| 42 | + <LangVersion>7.3</LangVersion> |
| 43 | + <ErrorReport>prompt</ErrorReport> |
| 44 | + <Prefer32Bit>true</Prefer32Bit> |
| 45 | + </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 47 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 48 | + <DefineConstants>TRACE</DefineConstants> |
| 49 | + <Optimize>true</Optimize> |
| 50 | + <DebugType>pdbonly</DebugType> |
| 51 | + <PlatformTarget>x64</PlatformTarget> |
| 52 | + <LangVersion>7.3</LangVersion> |
| 53 | + <ErrorReport>prompt</ErrorReport> |
| 54 | + <Prefer32Bit>true</Prefer32Bit> |
| 55 | + </PropertyGroup> |
35 | 56 | <ItemGroup> |
36 | 57 | <Reference Include="System" /> |
37 | 58 | <Reference Include="System.Core" /> |
|
0 commit comments