Skip to content

Commit e6fe29b

Browse files
committed
cumulative fixes
1 parent b84018e commit e6fe29b

File tree

6 files changed

+615
-130
lines changed

6 files changed

+615
-130
lines changed

src/PdfSharp-gdi/PdfSharp-gdi.csproj

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,28 @@
9393
<DebugType>none</DebugType>
9494
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
9595
</PropertyGroup>
96+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
97+
<DebugSymbols>true</DebugSymbols>
98+
<OutputPath>bin\x64\Debug\</OutputPath>
99+
<DefineConstants>TRACE;DEBUG;GDI;UseGdiObjects</DefineConstants>
100+
<BaseAddress>285212672</BaseAddress>
101+
<FileAlignment>4096</FileAlignment>
102+
<PlatformTarget>x64</PlatformTarget>
103+
<LangVersion>default</LangVersion>
104+
<ErrorReport>prompt</ErrorReport>
105+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106+
</PropertyGroup>
107+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
108+
<OutputPath>bin\x64\Release\</OutputPath>
109+
<DefineConstants>TRACE;GDI;UseGdiObjects</DefineConstants>
110+
<BaseAddress>285212672</BaseAddress>
111+
<DocumentationFile>bin\Release\PdfSharp-gdi.xml</DocumentationFile>
112+
<Optimize>true</Optimize>
113+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
114+
<FileAlignment>4096</FileAlignment>
115+
<PlatformTarget>x64</PlatformTarget>
116+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
117+
</PropertyGroup>
96118
<ItemGroup>
97119
<Reference Include="System">
98120
<Name>System</Name>

0 commit comments

Comments
 (0)