|
2 | 2 | <Project Sdk="Microsoft.NET.Sdk">
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 |
| - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform> |
6 | 6 |
|
7 | 7 | <OutputType>Library</OutputType>
|
8 | 8 | <TargetFramework>net46</TargetFramework>
|
|
11 | 11 | </PropertyGroup>
|
12 | 12 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
13 | 13 | <DebugSymbols>true</DebugSymbols>
|
14 |
| - <DebugType>full</DebugType> |
15 |
| - <Optimize>false</Optimize> |
| 14 | + <DebugType>full</DebugType> |
16 | 15 | <OutputPath>..\..\output\debug\GitTools.Core.Tests\$(TargetFramework)\</OutputPath>
|
17 |
| - <DefineConstants>TRACE;DEBUG</DefineConstants> |
18 |
| - <ErrorReport>prompt</ErrorReport> |
19 |
| - <WarningLevel>4</WarningLevel> |
20 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
21 |
| - <NoWarn>1591,1701</NoWarn> |
| 16 | + <DefineConstants>TRACE;DEBUG</DefineConstants> |
22 | 17 | </PropertyGroup>
|
23 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
24 | 19 | <DebugType>pdbonly</DebugType>
|
25 | 20 | <Optimize>true</Optimize>
|
26 | 21 | <OutputPath>..\..\output\release\GitTools.Core.Tests\$(TargetFramework)\</OutputPath>
|
27 |
| - <DefineConstants>TRACE</DefineConstants> |
28 |
| - <ErrorReport>prompt</ErrorReport> |
29 |
| - <WarningLevel>4</WarningLevel> |
30 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
31 |
| - <NoWarn>1591</NoWarn> |
| 22 | + <DefineConstants>TRACE</DefineConstants> |
32 | 23 | </PropertyGroup>
|
33 | 24 |
|
34 | 25 | <ItemGroup>
|
|
0 commit comments