File tree Expand file tree Collapse file tree 6 files changed +615
-130
lines changed Expand file tree Collapse file tree 6 files changed +615
-130
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments