File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
NHibernate.TestDatabaseSetup Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 12
12
<NoWarn >$(NoWarn);3001;3002;3003;3005</NoWarn >
13
13
</PropertyGroup >
14
14
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
16
+ <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
17
+ <TreatSpecificWarningsAsErrors />
18
+ </PropertyGroup >
19
+
15
20
<ItemGroup >
16
21
<None Remove =" **\*.hbm.xml" />
17
22
</ItemGroup >
Original file line number Diff line number Diff line change 12
12
<NoWarn >$(NoWarn);3001;3002;3003;3005</NoWarn >
13
13
</PropertyGroup >
14
14
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
16
+ <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
17
+ <TreatSpecificWarningsAsErrors />
18
+ </PropertyGroup >
19
+
15
20
<ItemGroup >
16
21
<None Remove =" **\*.hbm.xml" />
17
22
<None Remove =" **\*.jpg" />
Original file line number Diff line number Diff line change 12
12
<NoWarn >$(NoWarn);3001;3002;3003;3005</NoWarn >
13
13
</PropertyGroup >
14
14
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
16
+ <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
17
+ <TreatSpecificWarningsAsErrors />
18
+ </PropertyGroup >
19
+
15
20
<ItemGroup >
16
21
<PackageReference Include =" nunit" Version =" 3.6.0" />
17
22
</ItemGroup >
Original file line number Diff line number Diff line change 15
15
<GenerateDocumentationFile >true</GenerateDocumentationFile >
16
16
</PropertyGroup >
17
17
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19
+ <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
20
+ <TreatSpecificWarningsAsErrors />
21
+ </PropertyGroup >
22
+
18
23
<ItemGroup >
19
24
<None Remove =" **\*.g" />
20
25
<None Remove =" **\*.xsd" />
You can’t perform that action at this time.
0 commit comments