68 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
69 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
70 |
|
</PropertyGroup> |
71 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
72 |
+ |
<DebugSymbols>true</DebugSymbols> |
73 |
+ |
<OutputPath>bin\x64\Debug\</OutputPath> |
74 |
+ |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
75 |
+ |
<DebugType>full</DebugType> |
76 |
+ |
<PlatformTarget>x64</PlatformTarget> |
77 |
+ |
<ErrorReport>prompt</ErrorReport> |
78 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
79 |
+ |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
80 |
+ |
</PropertyGroup> |
81 |
+ |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
82 |
+ |
<OutputPath>bin\x64\Release\</OutputPath> |
83 |
+ |
<DefineConstants>TRACE</DefineConstants> |
84 |
+ |
<Optimize>true</Optimize> |
85 |
+ |
<DebugType>pdbonly</DebugType> |
86 |
+ |
<PlatformTarget>x64</PlatformTarget> |
87 |
+ |
<ErrorReport>prompt</ErrorReport> |
88 |
+ |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
89 |
+ |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
90 |
+ |
</PropertyGroup> |
91 |
|
<ItemGroup> |
92 |
|
<Reference Include="System" /> |
93 |
|
<Reference Include="System.Data" /> |