Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorRenderingWpf/SharpVectors.Rendering.Wpf.csproj @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 7.8 KB
Line 
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  <ItemGroup>
58    <Reference Include="System" />
59    <Reference Include="System.Core">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Web" />
63    <Reference Include="System.Data" />
64    <Reference Include="System.Xml" />
65    <Reference Include="WindowsBase" />
66    <Reference Include="PresentationCore" />
67    <Reference Include="PresentationFramework" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="Texts\WpfHorzTextRenderer.cs" />
71    <Compile Include="Texts\WpfPathTextRenderer.cs" />
72    <Compile Include="Texts\WpfTextAnchor.cs" />
73    <Compile Include="Texts\WpfTextOnPathBase.cs" />
74    <Compile Include="Texts\WpfTextOnPathDrawing.cs" />
75    <Compile Include="Texts\WpfTextPlacement.cs" />
76    <Compile Include="Texts\WpfTextPosition.cs" />
77    <Compile Include="Texts\WpfTextRenderer.cs" />
78    <Compile Include="Texts\WpfTextRun.cs" />
79    <Compile Include="Texts\WpfTextStringFormat.cs" />
80    <Compile Include="Texts\WpfVertTextRenderer.cs" />
81    <Compile Include="Utils\WpfApplicationContext.cs" />
82    <Compile Include="Utils\WpfCacheManager.cs" />
83    <Compile Include="Utils\WpfSvgWindow.cs" />
84    <Compile Include="Utils\WpfConvert.cs" />
85    <Compile Include="Properties\AssemblyInfo.cs">
86      <SubType>Code</SubType>
87    </Compile>
88    <Compile Include="Properties\Resources.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DesignTime>True</DesignTime>
91      <DependentUpon>Resources.resx</DependentUpon>
92    </Compile>
93    <Compile Include="Properties\Settings.Designer.cs">
94      <AutoGen>True</AutoGen>
95      <DependentUpon>Settings.settings</DependentUpon>
96      <DesignTimeSharedInput>True</DesignTimeSharedInput>
97    </Compile>
98    <Compile Include="Utils\SvgConvert.cs" />
99    <Compile Include="Wpf\WpfARendering.cs" />
100    <Compile Include="Wpf\WpfDrawingContext.cs" />
101    <Compile Include="Wpf\WpfDrawingSettings.cs" />
102    <Compile Include="Wpf\WpfEmbeddedImageVisitor.cs" />
103    <Compile Include="Wpf\WpfFontFamilyInfo.cs" />
104    <Compile Include="Wpf\WpfFontFamilyVisitor.cs" />
105    <Compile Include="Wpf\WpfGroupRendering.cs" />
106    <Compile Include="Wpf\WpfLinkVisitor.cs" />
107    <Compile Include="Wpf\WpfSvgPaint.cs" />
108    <Compile Include="Wpf\WpfSvgColor.cs" />
109    <Compile Include="Wpf\WpfDrawingRenderer.cs" />
110    <Compile Include="Wpf\WpfSvgRendering.cs" />
111    <Compile Include="Wpf\WpfFill.cs" />
112    <Compile Include="Wpf\WpfGradientFill.cs" />
113    <Compile Include="Wpf\WpfImageRendering.cs" />
114    <Compile Include="Wpf\WpfMarkerRendering.cs" />
115    <Compile Include="Wpf\WpfPathRendering.cs" />
116    <Compile Include="Wpf\WpfPatternFill.cs" />
117    <Compile Include="Wpf\WpfRendering.cs" />
118    <Compile Include="Wpf\WpfRenderingBase.cs" />
119    <Compile Include="Wpf\WpfRenderingHelper.cs" />
120    <Compile Include="Wpf\WpfSwitchRendering.cs" />
121    <Compile Include="Wpf\WpfTextRendering.cs" />
122    <Compile Include="Wpf\WpfUseRendering.cs" />
123    <EmbeddedResource Include="Properties\Resources.resx">
124      <Generator>ResXFileCodeGenerator</Generator>
125      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
126    </EmbeddedResource>
127    <None Include="Diagrams\Others.cd" />
128    <None Include="Diagrams\Rendering.cd" />
129    <None Include="Diagrams\Texts.cd" />
130    <None Include="Properties\Settings.settings">
131      <Generator>SettingsSingleFileGenerator</Generator>
132      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
133    </None>
134    <None Include="SharpVectors.Rendering.Wpf.snk" />
135    <AppDesigner Include="Properties\" />
136  </ItemGroup>
137  <ItemGroup>
138    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
139      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
140      <Name>SharpVectors.Core</Name>
141      <Private>False</Private>
142    </ProjectReference>
143    <ProjectReference Include="..\SharpVectorCss\SharpVectors.Css.csproj">
144      <Project>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</Project>
145      <Name>SharpVectors.Css</Name>
146      <Private>False</Private>
147    </ProjectReference>
148    <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
149      <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
150      <Name>SharpVectors.Dom</Name>
151      <Private>False</Private>
152    </ProjectReference>
153    <ProjectReference Include="..\SharpVectorModel\SharpVectors.Model.csproj">
154      <Project>{5D336F48-3FB9-4382-B4B9-06974C764007}</Project>
155      <Name>SharpVectors.Model</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\SharpVectorRuntime\SharpVectors.Runtime.csproj">
159      <Project>{2CD52982-A1C2-4A14-9D69-D64719357216}</Project>
160      <Name>SharpVectors.Runtime</Name>
161      <Private>False</Private>
162    </ProjectReference>
163  </ItemGroup>
164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166       Other similar extension points exist, see Microsoft.Common.targets.
167  <Target Name="BeforeBuild">
168  </Target>
169  <Target Name="AfterBuild">
170  </Target>
171  -->
172</Project>
Note: See TracBrowser for help on using the repository browser.