36 |
|
<ErrorReport>prompt</ErrorReport> |
37 |
|
<WarningLevel>4</WarningLevel> |
38 |
|
</PropertyGroup> |
39 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
40 |
– |
<DebugSymbols>true</DebugSymbols> |
41 |
– |
<OutputPath>bin\Debug\x86\</OutputPath> |
42 |
– |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
43 |
– |
<DebugType>full</DebugType> |
44 |
– |
<PlatformTarget>x86</PlatformTarget> |
45 |
– |
<ErrorReport>prompt</ErrorReport> |
46 |
– |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
47 |
– |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
48 |
– |
</PropertyGroup> |
49 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
50 |
– |
<OutputPath>bin\x86\Release\</OutputPath> |
51 |
– |
<DefineConstants>TRACE</DefineConstants> |
52 |
– |
<Optimize>true</Optimize> |
53 |
– |
<DebugType>pdbonly</DebugType> |
54 |
– |
<PlatformTarget>x86</PlatformTarget> |
55 |
– |
<ErrorReport>prompt</ErrorReport> |
56 |
– |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
57 |
– |
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
58 |
– |
</PropertyGroup> |
59 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
60 |
– |
<DebugSymbols>true</DebugSymbols> |
61 |
– |
<OutputPath>bin\Debug\x64\</OutputPath> |
62 |
– |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
63 |
– |
<DebugType>full</DebugType> |
64 |
– |
<PlatformTarget>AnyCPU</PlatformTarget> |
65 |
– |
<ErrorReport>prompt</ErrorReport> |
66 |
– |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
67 |
– |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
68 |
– |
<NoWarn>1607</NoWarn> |
69 |
– |
</PropertyGroup> |
70 |
– |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
71 |
– |
<OutputPath>bin\x64\Release\</OutputPath> |
72 |
– |
<DefineConstants>TRACE</DefineConstants> |
73 |
– |
<Optimize>true</Optimize> |
74 |
– |
<DebugType>pdbonly</DebugType> |
75 |
– |
<PlatformTarget>x64</PlatformTarget> |
76 |
– |
<ErrorReport>prompt</ErrorReport> |
77 |
– |
</PropertyGroup> |
39 |
|
<ItemGroup> |
40 |
|
<Reference Include="System" /> |
41 |
|
<Reference Include="System.Data" /> |