Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorRenderingGdi/SharpVectors.Rendering.Gdi.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: 10.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <ProjectType>Local</ProjectType>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{0AD99D97-24ED-484D-9430-9905811F8A4F}</ProjectGuid>
8    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10    <ApplicationIcon>
11    </ApplicationIcon>
12    <AssemblyKeyContainerName>
13    </AssemblyKeyContainerName>
14    <AssemblyName>SharpVectors.Rendering.Gdi</AssemblyName>
15    <AssemblyOriginatorKeyFile>SharpVectors.Rendering.Gdi.snk</AssemblyOriginatorKeyFile>
16    <DefaultClientScript>JScript</DefaultClientScript>
17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19    <DelaySign>false</DelaySign>
20    <OutputType>Library</OutputType>
21    <RootNamespace>SharpVectors.Renderers</RootNamespace>
22    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23    <StartupObject>
24    </StartupObject>
25    <FileUpgradeFlags>
26    </FileUpgradeFlags>
27    <OldToolsVersion>3.5</OldToolsVersion>
28    <UpgradeBackupLocation>
29    </UpgradeBackupLocation>
30    <PublishUrl>publish\</PublishUrl>
31    <Install>true</Install>
32    <InstallFrom>Disk</InstallFrom>
33    <UpdateEnabled>false</UpdateEnabled>
34    <UpdateMode>Foreground</UpdateMode>
35    <UpdateInterval>7</UpdateInterval>
36    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
37    <UpdatePeriodically>false</UpdatePeriodically>
38    <UpdateRequired>false</UpdateRequired>
39    <MapFileExtensions>true</MapFileExtensions>
40    <ApplicationRevision>0</ApplicationRevision>
41    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
42    <IsWebBootstrapper>false</IsWebBootstrapper>
43    <UseApplicationTrust>false</UseApplicationTrust>
44    <BootstrapperEnabled>true</BootstrapperEnabled>
45    <SignAssembly>true</SignAssembly>
46    <SccProjectName>SAK</SccProjectName>
47    <SccLocalPath>SAK</SccLocalPath>
48    <SccAuxPath>SAK</SccAuxPath>
49    <SccProvider>SAK</SccProvider>
50    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
53    <OutputPath>..\..\Output\</OutputPath>
54    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
55    <BaseAddress>285212672</BaseAddress>
56    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
57    <ConfigurationOverrideFile>
58    </ConfigurationOverrideFile>
59    <DefineConstants>TRACE;DEBUG</DefineConstants>
60    <DocumentationFile>
61    </DocumentationFile>
62    <DebugSymbols>true</DebugSymbols>
63    <FileAlignment>4096</FileAlignment>
64    <NoStdLib>false</NoStdLib>
65    <NoWarn>
66    </NoWarn>
67    <Optimize>false</Optimize>
68    <RegisterForComInterop>false</RegisterForComInterop>
69    <RemoveIntegerChecks>false</RemoveIntegerChecks>
70    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
71    <WarningLevel>4</WarningLevel>
72    <DebugType>full</DebugType>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
76    <OutputPath>..\..\Output\</OutputPath>
77    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
78    <BaseAddress>285212672</BaseAddress>
79    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
80    <ConfigurationOverrideFile>
81    </ConfigurationOverrideFile>
82    <DefineConstants>TRACE</DefineConstants>
83    <DocumentationFile>
84    </DocumentationFile>
85    <DebugSymbols>false</DebugSymbols>
86    <FileAlignment>4096</FileAlignment>
87    <NoStdLib>false</NoStdLib>
88    <NoWarn>
89    </NoWarn>
90    <Optimize>true</Optimize>
91    <RegisterForComInterop>false</RegisterForComInterop>
92    <RemoveIntegerChecks>false</RemoveIntegerChecks>
93    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
94    <WarningLevel>4</WarningLevel>
95    <DebugType>none</DebugType>
96    <ErrorReport>prompt</ErrorReport>
97  </PropertyGroup>
98  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Documentation|AnyCPU' ">
99    <OutputPath>..\..\Output\</OutputPath>
100    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
101    <BaseAddress>285212672</BaseAddress>
102    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
103    <ConfigurationOverrideFile>
104    </ConfigurationOverrideFile>
105    <DefineConstants>TRACE</DefineConstants>
106    <DocumentationFile>..\..\Output\SharpVectors.Rendering.Gdi.xml</DocumentationFile>
107    <DebugSymbols>false</DebugSymbols>
108    <FileAlignment>4096</FileAlignment>
109    <NoStdLib>false</NoStdLib>
110    <NoWarn>
111    </NoWarn>
112    <Optimize>true</Optimize>
113    <RegisterForComInterop>false</RegisterForComInterop>
114    <RemoveIntegerChecks>false</RemoveIntegerChecks>
115    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
116    <WarningLevel>4</WarningLevel>
117    <DebugType>none</DebugType>
118    <ErrorReport>prompt</ErrorReport>
119  </PropertyGroup>
120  <ItemGroup>
121    <Reference Include="System">
122      <Name>System</Name>
123    </Reference>
124    <Reference Include="System.Data">
125      <Name>System.Data</Name>
126    </Reference>
127    <Reference Include="System.Drawing">
128      <Name>System.Drawing</Name>
129    </Reference>
130    <Reference Include="System.Drawing.Design">
131      <Name>System.Drawing.Design</Name>
132    </Reference>
133    <Reference Include="System.Windows.Forms">
134      <Name>System.Windows.Forms</Name>
135    </Reference>
136    <Reference Include="System.Xml">
137      <Name>System.XML</Name>
138    </Reference>
139    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
140      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
141      <Name>SharpVectors.Core</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\SharpVectorCss\SharpVectors.Css.csproj">
144      <Name>SharpVectors.Css</Name>
145      <Project>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</Project>
146      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
147    </ProjectReference>
148    <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
149      <Name>SharpVectors.Dom</Name>
150      <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
151      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
152    </ProjectReference>
153    <ProjectReference Include="..\SharpVectorModel\SharpVectors.Model.csproj">
154      <Name>SharpVectors.Model</Name>
155      <Project>{5D336F48-3FB9-4382-B4B9-06974C764007}</Project>
156      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
157    </ProjectReference>
158  </ItemGroup>
159  <ItemGroup>
160    <Compile Include="Forms\SvgPictureBox.Designer.cs">
161      <DependentUpon>SvgPictureBox.cs</DependentUpon>
162    </Compile>
163    <Compile Include="GdiConverter.cs" />
164    <Compile Include="Forms\SvgApplicationContext.cs" />
165    <Compile Include="Forms\SvgPictureBox.cs">
166      <SubType>Component</SubType>
167    </Compile>
168    <Compile Include="Forms\SvgPictureBoxWindow.cs" />
169    <Compile Include="Forms\SvgCacheManager.cs" />
170    <Compile Include="Gdi\GdiRenderingHelper.cs" />
171    <Compile Include="Gdi\GdiTextRendering.cs" />
172    <Compile Include="Properties\AssemblyInfo.cs">
173      <SubType>Code</SubType>
174    </Compile>
175    <Compile Include="Gdi\GdiGraphicsRenderer.cs">
176      <SubType>Code</SubType>
177    </Compile>
178    <Compile Include="Gdi\GdiRendering.cs">
179      <SubType>Code</SubType>
180    </Compile>
181    <Compile Include="Gdi\GdiPathRendering.cs">
182      <SubType>Code</SubType>
183    </Compile>
184    <Compile Include="Gdi\GdiGraphicsWrapper.cs">
185      <SubType>Code</SubType>
186    </Compile>
187    <Compile Include="Gdi\GdiSvgColor.cs">
188      <SubType>Code</SubType>
189    </Compile>
190    <Compile Include="Gdi\GdiSvgPaint.cs">
191      <SubType>Code</SubType>
192    </Compile>
193    <Compile Include="Gdi\GdiGradientFill.cs">
194      <SubType>Code</SubType>
195    </Compile>
196    <Compile Include="Gdi\GdiFill.cs">
197      <SubType>Code</SubType>
198    </Compile>
199    <Compile Include="Gdi\GdiPatternFill.cs">
200      <SubType>Code</SubType>
201    </Compile>
202    <Compile Include="Gdi\GdiRootRendering.cs">
203      <SubType>Code</SubType>
204    </Compile>
205    <Compile Include="Gdi\GdiImageRendering.cs">
206      <SubType>Code</SubType>
207    </Compile>
208    <Compile Include="Gdi\GdiMarkerRendering.cs">
209      <SubType>Code</SubType>
210    </Compile>
211    <Compile Include="Gdi\GdiRenderingBase.cs" />
212    <Compile Include="SvgConverter.cs" />
213  </ItemGroup>
214  <ItemGroup>
215    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
216      <Visible>False</Visible>
217      <ProductName>.NET Framework Client Profile</ProductName>
218      <Install>false</Install>
219    </BootstrapperPackage>
220    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
221      <Visible>False</Visible>
222      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
223      <Install>true</Install>
224    </BootstrapperPackage>
225    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
226      <Visible>False</Visible>
227      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
228      <Install>false</Install>
229    </BootstrapperPackage>
230    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
231      <Visible>False</Visible>
232      <ProductName>.NET Framework 3.5</ProductName>
233      <Install>false</Install>
234    </BootstrapperPackage>
235    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
236      <Visible>False</Visible>
237      <ProductName>.NET Framework 3.5 SP1</ProductName>
238      <Install>false</Install>
239    </BootstrapperPackage>
240  </ItemGroup>
241  <ItemGroup>
242    <None Include="Diagrams\GdiGraphics.cd" />
243    <None Include="SharpVectors.Rendering.Gdi.snk" />
244  </ItemGroup>
245  <ItemGroup>
246    <EmbeddedResource Include="Forms\SvgPictureBox.resx">
247      <DependentUpon>SvgPictureBox.cs</DependentUpon>
248    </EmbeddedResource>
249  </ItemGroup>
250  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
251  <PropertyGroup>
252    <PreBuildEvent>
253    </PreBuildEvent>
254    <PostBuildEvent>
255    </PostBuildEvent>
256  </PropertyGroup>
257</Project>
Note: See TracBrowser for help on using the repository browser.