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