74 |
<PlatformTarget>x64</PlatformTarget> |
<PlatformTarget>x64</PlatformTarget> |
75 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
76 |
</PropertyGroup> |
</PropertyGroup> |
77 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
78 |
|
<DebugSymbols>true</DebugSymbols> |
79 |
|
<OutputPath>bin\x86\Debug\</OutputPath> |
80 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
81 |
|
<DebugType>full</DebugType> |
82 |
|
<PlatformTarget>x86</PlatformTarget> |
83 |
|
<ErrorReport>prompt</ErrorReport> |
84 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
85 |
|
</PropertyGroup> |
86 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
87 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
88 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
89 |
|
<Optimize>true</Optimize> |
90 |
|
<DebugType>pdbonly</DebugType> |
91 |
|
<PlatformTarget>x86</PlatformTarget> |
92 |
|
<ErrorReport>prompt</ErrorReport> |
93 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
94 |
|
</PropertyGroup> |
95 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All Configurations|x86'"> |
96 |
|
<OutputPath>bin\x86\All Configurations\</OutputPath> |
97 |
|
<PlatformTarget>x86</PlatformTarget> |
98 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
99 |
|
</PropertyGroup> |
100 |
<ItemGroup> |
<ItemGroup> |
101 |
<Reference Include="System" /> |
<Reference Include="System" /> |
102 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |