This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 71
71
<PlatformTarget >AnyCPU</PlatformTarget >
72
72
<ErrorReport >prompt</ErrorReport >
73
73
<CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
74
+ <WarningLevel >4</WarningLevel >
74
75
</PropertyGroup >
75
76
<PropertyGroup >
76
77
<SignAssembly >true</SignAssembly >
82
83
<Reference Include =" Microsoft.CSharp" />
83
84
<Reference Include =" System" />
84
85
<Reference Include =" System.Configuration" />
85
- <Reference Include =" System.Core" >
86
- <RequiredTargetFramework >3.5</RequiredTargetFramework >
87
- </Reference >
86
+ <Reference Include =" System.Core" />
88
87
<Reference Include =" System.Data.Linq" />
89
- <Reference Include =" System.Runtime.Serialization" >
90
- <RequiredTargetFramework >3.0</RequiredTargetFramework >
91
- </Reference >
92
- <Reference Include =" System.Xml.Linq" >
93
- <RequiredTargetFramework >3.5</RequiredTargetFramework >
94
- </Reference >
88
+ <Reference Include =" System.Runtime.Serialization" />
89
+ <Reference Include =" System.Xml.Linq" />
95
90
<Reference Include =" System.Data" />
96
91
<Reference Include =" System.Xml" />
97
92
</ItemGroup >
You can’t perform that action at this time.
0 commit comments