32 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
33 |
<NoWarn>1607</NoWarn> |
<NoWarn>1607</NoWarn> |
34 |
</PropertyGroup> |
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\x86\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
|
|
<NoWarn>1607</NoWarn> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\x64\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
<NoWarn>1607</NoWarn> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
|
|
</PropertyGroup> |
|
35 |
<ItemGroup> |
<ItemGroup> |
36 |
<Reference Include="System" /> |
<Reference Include="System" /> |
37 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |