1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{A2576CE0-E492-490F-97E9-C0E7ABAFAF27}</ProjectGuid>
|
---|
9 | <OutputType>library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>SharpVectors.Renderers</RootNamespace>
|
---|
12 | <AssemblyName>SharpVectors.Rendering.Wpf</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
16 | <WarningLevel>4</WarningLevel>
|
---|
17 | <SccProjectName>SAK</SccProjectName>
|
---|
18 | <SccLocalPath>SAK</SccLocalPath>
|
---|
19 | <SccAuxPath>SAK</SccAuxPath>
|
---|
20 | <SccProvider>SAK</SccProvider>
|
---|
21 | <SignAssembly>true</SignAssembly>
|
---|
22 | <AssemblyOriginatorKeyFile>SharpVectors.Rendering.Wpf.snk</AssemblyOriginatorKeyFile>
|
---|
23 | <FileUpgradeFlags>
|
---|
24 | </FileUpgradeFlags>
|
---|
25 | <UpgradeBackupLocation>
|
---|
26 | </UpgradeBackupLocation>
|
---|
27 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
28 | </PropertyGroup>
|
---|
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
30 | <DebugSymbols>true</DebugSymbols>
|
---|
31 | <DebugType>full</DebugType>
|
---|
32 | <Optimize>false</Optimize>
|
---|
33 | <OutputPath>..\..\Output\</OutputPath>
|
---|
34 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
35 | <ErrorReport>prompt</ErrorReport>
|
---|
36 | <WarningLevel>4</WarningLevel>
|
---|
37 | </PropertyGroup>
|
---|
38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
39 | <DebugType>pdbonly</DebugType>
|
---|
40 | <Optimize>true</Optimize>
|
---|
41 | <OutputPath>..\..\Output\</OutputPath>
|
---|
42 | <DefineConstants>TRACE</DefineConstants>
|
---|
43 | <ErrorReport>prompt</ErrorReport>
|
---|
44 | <WarningLevel>4</WarningLevel>
|
---|
45 | </PropertyGroup>
|
---|
46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Documentation|AnyCPU' ">
|
---|
47 | <OutputPath>..\..\Output\</OutputPath>
|
---|
48 | <DefineConstants>TRACE</DefineConstants>
|
---|
49 | <Optimize>true</Optimize>
|
---|
50 | <DebugType>pdbonly</DebugType>
|
---|
51 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
52 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
53 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
54 | <ErrorReport>prompt</ErrorReport>
|
---|
55 | <DocumentationFile>..\..\Output\SharpVectors.Rendering.Wpf.xml</DocumentationFile>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
58 | <DebugSymbols>true</DebugSymbols>
|
---|
59 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
61 | <DebugType>full</DebugType>
|
---|
62 | <PlatformTarget>x64</PlatformTarget>
|
---|
63 | <ErrorReport>prompt</ErrorReport>
|
---|
64 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
65 | </PropertyGroup>
|
---|
66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
67 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
68 | <DefineConstants>TRACE</DefineConstants>
|
---|
69 | <Optimize>true</Optimize>
|
---|
70 | <DebugType>pdbonly</DebugType>
|
---|
71 | <PlatformTarget>x64</PlatformTarget>
|
---|
72 | <ErrorReport>prompt</ErrorReport>
|
---|
73 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
74 | </PropertyGroup>
|
---|
75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|x64'">
|
---|
76 | <OutputPath>bin\x64\Documentation\</OutputPath>
|
---|
77 | <DefineConstants>TRACE</DefineConstants>
|
---|
78 | <DocumentationFile>..\..\Output\SharpVectors.Rendering.Wpf.xml</DocumentationFile>
|
---|
79 | <Optimize>true</Optimize>
|
---|
80 | <DebugType>pdbonly</DebugType>
|
---|
81 | <PlatformTarget>x64</PlatformTarget>
|
---|
82 | <ErrorReport>prompt</ErrorReport>
|
---|
83 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
84 | </PropertyGroup>
|
---|
85 | <ItemGroup>
|
---|
86 | <Reference Include="System" />
|
---|
87 | <Reference Include="System.Core">
|
---|
88 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="System.Web" />
|
---|
91 | <Reference Include="System.Data" />
|
---|
92 | <Reference Include="System.Xml" />
|
---|
93 | <Reference Include="WindowsBase" />
|
---|
94 | <Reference Include="PresentationCore" />
|
---|
95 | <Reference Include="PresentationFramework" />
|
---|
96 | </ItemGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <Compile Include="Texts\WpfHorzTextRenderer.cs" />
|
---|
99 | <Compile Include="Texts\WpfPathTextRenderer.cs" />
|
---|
100 | <Compile Include="Texts\WpfTextAnchor.cs" />
|
---|
101 | <Compile Include="Texts\WpfTextOnPathBase.cs" />
|
---|
102 | <Compile Include="Texts\WpfTextOnPathDrawing.cs" />
|
---|
103 | <Compile Include="Texts\WpfTextPlacement.cs" />
|
---|
104 | <Compile Include="Texts\WpfTextPosition.cs" />
|
---|
105 | <Compile Include="Texts\WpfTextRenderer.cs" />
|
---|
106 | <Compile Include="Texts\WpfTextRun.cs" />
|
---|
107 | <Compile Include="Texts\WpfTextStringFormat.cs" />
|
---|
108 | <Compile Include="Texts\WpfVertTextRenderer.cs" />
|
---|
109 | <Compile Include="Utils\WpfApplicationContext.cs" />
|
---|
110 | <Compile Include="Utils\WpfCacheManager.cs" />
|
---|
111 | <Compile Include="Utils\WpfSvgWindow.cs" />
|
---|
112 | <Compile Include="Utils\WpfConvert.cs" />
|
---|
113 | <Compile Include="Properties\AssemblyInfo.cs">
|
---|
114 | <SubType>Code</SubType>
|
---|
115 | </Compile>
|
---|
116 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
117 | <AutoGen>True</AutoGen>
|
---|
118 | <DesignTime>True</DesignTime>
|
---|
119 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
120 | </Compile>
|
---|
121 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
122 | <AutoGen>True</AutoGen>
|
---|
123 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
124 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
125 | </Compile>
|
---|
126 | <Compile Include="Utils\SvgConvert.cs" />
|
---|
127 | <Compile Include="Wpf\WpfARendering.cs" />
|
---|
128 | <Compile Include="Wpf\WpfDrawingContext.cs" />
|
---|
129 | <Compile Include="Wpf\WpfDrawingSettings.cs" />
|
---|
130 | <Compile Include="Wpf\WpfEmbeddedImageVisitor.cs" />
|
---|
131 | <Compile Include="Wpf\WpfFontFamilyInfo.cs" />
|
---|
132 | <Compile Include="Wpf\WpfFontFamilyVisitor.cs" />
|
---|
133 | <Compile Include="Wpf\WpfGroupRendering.cs" />
|
---|
134 | <Compile Include="Wpf\WpfLinkVisitor.cs" />
|
---|
135 | <Compile Include="Wpf\WpfSvgPaint.cs" />
|
---|
136 | <Compile Include="Wpf\WpfSvgColor.cs" />
|
---|
137 | <Compile Include="Wpf\WpfDrawingRenderer.cs" />
|
---|
138 | <Compile Include="Wpf\WpfSvgRendering.cs" />
|
---|
139 | <Compile Include="Wpf\WpfFill.cs" />
|
---|
140 | <Compile Include="Wpf\WpfGradientFill.cs" />
|
---|
141 | <Compile Include="Wpf\WpfImageRendering.cs" />
|
---|
142 | <Compile Include="Wpf\WpfMarkerRendering.cs" />
|
---|
143 | <Compile Include="Wpf\WpfPathRendering.cs" />
|
---|
144 | <Compile Include="Wpf\WpfPatternFill.cs" />
|
---|
145 | <Compile Include="Wpf\WpfRendering.cs" />
|
---|
146 | <Compile Include="Wpf\WpfRenderingBase.cs" />
|
---|
147 | <Compile Include="Wpf\WpfRenderingHelper.cs" />
|
---|
148 | <Compile Include="Wpf\WpfSwitchRendering.cs" />
|
---|
149 | <Compile Include="Wpf\WpfTextRendering.cs" />
|
---|
150 | <Compile Include="Wpf\WpfUseRendering.cs" />
|
---|
151 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
152 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
153 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
154 | </EmbeddedResource>
|
---|
155 | <None Include="Diagrams\Others.cd" />
|
---|
156 | <None Include="Diagrams\Rendering.cd" />
|
---|
157 | <None Include="Diagrams\Texts.cd" />
|
---|
158 | <None Include="Properties\Settings.settings">
|
---|
159 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
160 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
161 | </None>
|
---|
162 | <None Include="SharpVectors.Rendering.Wpf.snk" />
|
---|
163 | <AppDesigner Include="Properties\" />
|
---|
164 | </ItemGroup>
|
---|
165 | <ItemGroup>
|
---|
166 | <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
|
---|
167 | <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
|
---|
168 | <Name>SharpVectors.Core</Name>
|
---|
169 | <Private>False</Private>
|
---|
170 | </ProjectReference>
|
---|
171 | <ProjectReference Include="..\SharpVectorCss\SharpVectors.Css.csproj">
|
---|
172 | <Project>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</Project>
|
---|
173 | <Name>SharpVectors.Css</Name>
|
---|
174 | <Private>False</Private>
|
---|
175 | </ProjectReference>
|
---|
176 | <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
|
---|
177 | <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
|
---|
178 | <Name>SharpVectors.Dom</Name>
|
---|
179 | <Private>False</Private>
|
---|
180 | </ProjectReference>
|
---|
181 | <ProjectReference Include="..\SharpVectorModel\SharpVectors.Model.csproj">
|
---|
182 | <Project>{5D336F48-3FB9-4382-B4B9-06974C764007}</Project>
|
---|
183 | <Name>SharpVectors.Model</Name>
|
---|
184 | <Private>False</Private>
|
---|
185 | </ProjectReference>
|
---|
186 | <ProjectReference Include="..\SharpVectorRuntime\SharpVectors.Runtime.csproj">
|
---|
187 | <Project>{2CD52982-A1C2-4A14-9D69-D64719357216}</Project>
|
---|
188 | <Name>SharpVectors.Runtime</Name>
|
---|
189 | <Private>False</Private>
|
---|
190 | </ProjectReference>
|
---|
191 | </ItemGroup>
|
---|
192 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
193 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
194 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
195 | <Target Name="BeforeBuild">
|
---|
196 | </Target>
|
---|
197 | <Target Name="AfterBuild">
|
---|
198 | </Target>
|
---|
199 | -->
|
---|
200 | </Project> |
---|