11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3- <PropertyGroup >
4- <ProjectType >Local</ProjectType >
5- <ProductVersion >8.0.30319</ProductVersion >
6- <SchemaVersion >2.0</SchemaVersion >
7- <ProjectGuid >{6A203A21-673D-45E1-A7F5-D7112E114D6E}</ProjectGuid >
8- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10- <ApplicationIcon >App.ico</ApplicationIcon >
11- <AssemblyKeyContainerName />
12- <AssemblyName >SvgDocTest</AssemblyName >
13- <AssemblyOriginatorKeyFile />
14- <DefaultClientScript >JScript</DefaultClientScript >
15- <DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
16- <DefaultTargetSchema >IE50</DefaultTargetSchema >
17- <DelaySign >false</DelaySign >
18- <OutputType >WinExe</OutputType >
19- <RootNamespace >SvgDocTest</RootNamespace >
20- <StartupObject />
21- <FileUpgradeFlags >
22- </FileUpgradeFlags >
23- <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
24- <OldToolsVersion >0.0</OldToolsVersion >
25- <UpgradeBackupLocation />
26- <TargetFrameworkProfile />
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29- <OutputPath >bin\Debug\</OutputPath >
30- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
31- <BaseAddress >285212672</BaseAddress >
32- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
33- <ConfigurationOverrideFile />
34- <DefineConstants >DEBUG;TRACE</DefineConstants >
35- <DocumentationFile />
36- <DebugSymbols >true</DebugSymbols >
37- <FileAlignment >4096</FileAlignment >
38- <Optimize >false</Optimize >
39- <RegisterForComInterop >false</RegisterForComInterop >
40- <RemoveIntegerChecks >false</RemoveIntegerChecks >
41- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
42- <WarningLevel >4</WarningLevel >
43- <DebugType >full</DebugType >
44- <ErrorReport >prompt</ErrorReport >
45- <NoWarn >CS1591</NoWarn >
46- <Prefer32Bit >false</Prefer32Bit >
47- </PropertyGroup >
48- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
49- <OutputPath >bin\Release\</OutputPath >
50- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
51- <BaseAddress >285212672</BaseAddress >
52- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
53- <ConfigurationOverrideFile />
54- <DefineConstants >TRACE</DefineConstants >
55- <DocumentationFile />
56- <DebugSymbols >false</DebugSymbols >
57- <FileAlignment >4096</FileAlignment >
58- <Optimize >true</Optimize >
59- <RegisterForComInterop >false</RegisterForComInterop >
60- <RemoveIntegerChecks >false</RemoveIntegerChecks >
61- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
62- <WarningLevel >4</WarningLevel >
63- <DebugType >none</DebugType >
64- <ErrorReport >prompt</ErrorReport >
65- <NoWarn >CS1591</NoWarn >
66- <Prefer32Bit >false</Prefer32Bit >
67- </PropertyGroup >
68- <ItemGroup >
69- <ProjectReference Include =" ..\SvgNet\SvgNet.csproj" >
70- <Name >SvgNet</Name >
71- <Project >{BB4C8021-B5E1-4DE2-82CB-14BDFB9837E4}</Project >
72- <Package >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package >
73- </ProjectReference >
74- <Reference Include =" System" >
75- <Name >System</Name >
76- </Reference >
77- <Reference Include =" System.Data" >
78- <Name >System.Data</Name >
79- </Reference >
80- <Reference Include =" System.Drawing" >
81- <Name >System.Drawing</Name >
82- </Reference >
83- <Reference Include =" System.Windows.Forms" >
84- <Name >System.Windows.Forms</Name >
85- </Reference >
86- <Reference Include =" System.Xml" >
87- <Name >System.XML</Name >
88- </Reference >
89- </ItemGroup >
90- <ItemGroup >
91- <Compile Include =" AssemblyInfo.cs" >
92- <SubType >Code</SubType >
93- </Compile >
94- <Compile Include =" Assert.cs" />
95- <Compile Include =" DocForm.cs" >
96- <SubType >Form</SubType >
97- </Compile >
98- <Compile Include =" DocForm.Designer.cs" >
99- <DependentUpon >DocForm.cs</DependentUpon >
100- </Compile >
101- <Compile Include =" StringExtensions.cs" />
102- <Content Include =" App.ico" />
103- <EmbeddedResource Include =" DocForm.resx" >
104- <DependentUpon >DocForm.cs</DependentUpon >
105- </EmbeddedResource >
106- </ItemGroup >
107- <ItemGroup >
108- <None Include =" app.config" />
109- </ItemGroup >
110- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111- <PropertyGroup >
112- <PreBuildEvent />
113- <PostBuildEvent />
114- </PropertyGroup >
115- <Target Name =" NugetOrg" />
116- <Target Name =" TagSources" />
3+ <PropertyGroup >
4+ <ProjectType >Local</ProjectType >
5+ <ProductVersion >8.0.30319</ProductVersion >
6+ <SchemaVersion >2.0</SchemaVersion >
7+ <ProjectGuid >{6A203A21-673D-45E1-A7F5-D7112E114D6E}</ProjectGuid >
8+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10+ <ApplicationIcon >App.ico</ApplicationIcon >
11+ <AssemblyKeyContainerName />
12+ <AssemblyName >SvgDocTest</AssemblyName >
13+ <AssemblyOriginatorKeyFile />
14+ <DefaultClientScript >JScript</DefaultClientScript >
15+ <DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
16+ <DefaultTargetSchema >IE50</DefaultTargetSchema >
17+ <DelaySign >false</DelaySign >
18+ <OutputType >WinExe</OutputType >
19+ <RootNamespace >SvgDocTest</RootNamespace >
20+ <StartupObject />
21+ <FileUpgradeFlags >
22+ </FileUpgradeFlags >
23+ <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
24+ <OldToolsVersion >0.0</OldToolsVersion >
25+ <UpgradeBackupLocation />
26+ <TargetFrameworkProfile />
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29+ <OutputPath >bin\Debug\</OutputPath >
30+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
31+ <BaseAddress >285212672</BaseAddress >
32+ <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
33+ <ConfigurationOverrideFile />
34+ <DefineConstants >DEBUG;TRACE</DefineConstants >
35+ <DocumentationFile />
36+ <DebugSymbols >true</DebugSymbols >
37+ <FileAlignment >4096</FileAlignment >
38+ <Optimize >false</Optimize >
39+ <RegisterForComInterop >false</RegisterForComInterop >
40+ <RemoveIntegerChecks >false</RemoveIntegerChecks >
41+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
42+ <WarningLevel >4</WarningLevel >
43+ <DebugType >full</DebugType >
44+ <ErrorReport >prompt</ErrorReport >
45+ <NoWarn >CS1591</NoWarn >
46+ <Prefer32Bit >false</Prefer32Bit >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
49+ <OutputPath >bin\Release\</OutputPath >
50+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
51+ <BaseAddress >285212672</BaseAddress >
52+ <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
53+ <ConfigurationOverrideFile />
54+ <DefineConstants >TRACE</DefineConstants >
55+ <DocumentationFile />
56+ <DebugSymbols >false</DebugSymbols >
57+ <FileAlignment >4096</FileAlignment >
58+ <Optimize >true</Optimize >
59+ <RegisterForComInterop >false</RegisterForComInterop >
60+ <RemoveIntegerChecks >false</RemoveIntegerChecks >
61+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
62+ <WarningLevel >4</WarningLevel >
63+ <DebugType >none</DebugType >
64+ <ErrorReport >prompt</ErrorReport >
65+ <NoWarn >CS1591</NoWarn >
66+ <Prefer32Bit >false</Prefer32Bit >
67+ </PropertyGroup >
68+ <ItemGroup >
69+ <ProjectReference Include =" ..\SvgNet\SvgNet.csproj" >
70+ <Name >SvgNet</Name >
71+ <Project >{BB4C8021-B5E1-4DE2-82CB-14BDFB9837E4}</Project >
72+ <Package >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package >
73+ </ProjectReference >
74+ <Reference Include =" System" >
75+ <Name >System</Name >
76+ </Reference >
77+ <Reference Include =" System.Data" >
78+ <Name >System.Data</Name >
79+ </Reference >
80+ <Reference Include =" System.Drawing" >
81+ <Name >System.Drawing</Name >
82+ </Reference >
83+ <Reference Include =" System.Windows.Forms" >
84+ <Name >System.Windows.Forms</Name >
85+ </Reference >
86+ <Reference Include =" System.Xml" >
87+ <Name >System.XML</Name >
88+ </Reference >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <Compile Include =" AssemblyInfo.cs" >
92+ <SubType >Code</SubType >
93+ </Compile >
94+ <Compile Include =" Assert.cs" />
95+ <Compile Include =" DocForm.cs" >
96+ <SubType >Form</SubType >
97+ </Compile >
98+ <Compile Include =" DocForm.Designer.cs" >
99+ <DependentUpon >DocForm.cs</DependentUpon >
100+ </Compile >
101+ <Compile Include =" StringExtensions.cs" />
102+ <Content Include =" App.ico" />
103+ <EmbeddedResource Include =" DocForm.resx" >
104+ <DependentUpon >DocForm.cs</DependentUpon >
105+ </EmbeddedResource >
106+ </ItemGroup >
107+ <ItemGroup >
108+ <None Include =" app.config" />
109+ </ItemGroup >
110+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111+ <PropertyGroup >
112+ <PreBuildEvent />
113+ <PostBuildEvent />
114+ </PropertyGroup >
115+ <Target Name =" NugetOrg" />
116+ <Target Name =" TagSources" />
117117</Project >
0 commit comments