55 |
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
56 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
57 |
|
</PropertyGroup> |
58 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
59 |
+ |
<DebugSymbols>true</DebugSymbols> |
60 |
+ |
<OutputPath>bin\Debug\</OutputPath> |
61 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
62 |
+ |
<DebugType>full</DebugType> |
63 |
+ |
<PlatformTarget>AnyCPU</PlatformTarget> |
64 |
+ |
<ErrorReport>prompt</ErrorReport> |
65 |
+ |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
66 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
67 |
+ |
</PropertyGroup> |
68 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
69 |
+ |
<OutputPath>bin\Release\</OutputPath> |
70 |
+ |
<DefineConstants>TRACE</DefineConstants> |
71 |
+ |
<Optimize>true</Optimize> |
72 |
+ |
<DebugType>pdbonly</DebugType> |
73 |
+ |
<PlatformTarget>AnyCPU</PlatformTarget> |
74 |
+ |
<ErrorReport>prompt</ErrorReport> |
75 |
+ |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
76 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
77 |
+ |
</PropertyGroup> |
78 |
|
<ItemGroup> |
79 |
|
<Reference Include="ManagedWinapi"> |
80 |
|
<HintPath>..\deps\managedwinapi-0.3\ManagedWinapi.dll</HintPath> |