Skip to content

Commit 497e2a0

Browse files
committed
Fixes Some more culture related problem (issue #1), with help from @oli-arborum (Oliver B. )
1 parent e3d426c commit 497e2a0

File tree

4 files changed

+326
-315
lines changed

4 files changed

+326
-315
lines changed

SvgDocTest/SvgDocTest.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<WarningLevel>4</WarningLevel>
4242
<DebugType>full</DebugType>
4343
<ErrorReport>prompt</ErrorReport>
44+
<NoWarn>CS1591</NoWarn>
4445
</PropertyGroup>
4546
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4647
<OutputPath>bin\Release\</OutputPath>
@@ -59,6 +60,7 @@
5960
<WarningLevel>4</WarningLevel>
6061
<DebugType>none</DebugType>
6162
<ErrorReport>prompt</ErrorReport>
63+
<NoWarn>CS1591</NoWarn>
6264
</PropertyGroup>
6365
<ItemGroup>
6466
<ProjectReference Include="..\SvgNet\SvgNet.csproj">

0 commit comments

Comments
 (0)