48 |
|
<ErrorReport>prompt</ErrorReport> |
49 |
|
<WarningLevel>4</WarningLevel> |
50 |
|
</PropertyGroup> |
51 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
52 |
– |
<DebugSymbols>true</DebugSymbols> |
53 |
– |
<OutputPath>bin\Debug\x86\</OutputPath> |
54 |
– |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
55 |
– |
<DebugType>full</DebugType> |
56 |
– |
<PlatformTarget>x86</PlatformTarget> |
57 |
– |
<ErrorReport>prompt</ErrorReport> |
58 |
– |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
59 |
– |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
60 |
– |
</PropertyGroup> |
61 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
62 |
– |
<OutputPath>bin\x86\Release\</OutputPath> |
63 |
– |
<DefineConstants>TRACE</DefineConstants> |
64 |
– |
<Optimize>true</Optimize> |
65 |
– |
<DebugType>pdbonly</DebugType> |
66 |
– |
<PlatformTarget>x86</PlatformTarget> |
67 |
– |
<ErrorReport>prompt</ErrorReport> |
68 |
– |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
69 |
– |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
70 |
– |
</PropertyGroup> |
71 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
72 |
– |
<DebugSymbols>true</DebugSymbols> |
73 |
– |
<OutputPath>bin\Debug\x64\</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 |
– |
<NoWarn>1607</NoWarn> |
81 |
– |
</PropertyGroup> |
82 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
83 |
– |
<OutputPath>bin\x64\Release\</OutputPath> |
84 |
– |
<DefineConstants>TRACE</DefineConstants> |
85 |
– |
<Optimize>true</Optimize> |
86 |
– |
<DebugType>pdbonly</DebugType> |
87 |
– |
<PlatformTarget>x64</PlatformTarget> |
88 |
– |
<ErrorReport>prompt</ErrorReport> |
89 |
– |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
90 |
– |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
91 |
– |
</PropertyGroup> |
51 |
|
<ItemGroup> |
52 |
|
<Reference Include="System" /> |
53 |
|
<Reference Include="System.Data" /> |