Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCss/SharpVectors.Css.csproj @ 12803

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

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

File size: 10.5 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>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</ProjectGuid>
8    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10    <ApplicationIcon>
11    </ApplicationIcon>
12    <AssemblyKeyContainerName>
13    </AssemblyKeyContainerName>
14    <AssemblyName>SharpVectors.Css</AssemblyName>
15    <AssemblyOriginatorKeyFile>SharpVectors.Css.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.Dom</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.Css.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    <Reference Include="System.Web">
129      <Name>System.Web</Name>
130    </Reference>
131    <Reference Include="System.Xml">
132      <Name>System.XML</Name>
133    </Reference>
134    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
135      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
136      <Name>SharpVectors.Core</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
139      <Name>SharpVectors.Dom</Name>
140      <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
141      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
142    </ProjectReference>
143  </ItemGroup>
144  <ItemGroup>
145    <Compile Include="Css\StaticSection.cs" />
146    <Compile Include="Properties\AssemblyInfo.cs">
147      <SubType>Code</SubType>
148    </Compile>
149    <Compile Include="Css\CssAbsPrimitiveLengthValue.cs">
150      <SubType>Code</SubType>
151    </Compile>
152    <Compile Include="Css\CssAbsPrimitiveValue.cs">
153      <SubType>Code</SubType>
154    </Compile>
155    <Compile Include="Css\CssAbsValue.cs">
156      <SubType>Code</SubType>
157    </Compile>
158    <Compile Include="Css\CssCharsetRule.cs">
159      <SubType>Code</SubType>
160    </Compile>
161    <Compile Include="Css\CssCollectedProperty.cs">
162      <SubType>Code</SubType>
163    </Compile>
164    <Compile Include="Css\CssCollectedStyleDeclaration.cs">
165      <SubType>Code</SubType>
166    </Compile>
167    <Compile Include="Css\CssFontFaceRule.cs">
168      <SubType>Code</SubType>
169    </Compile>
170    <Compile Include="Css\CssImportRule.cs">
171      <SubType>Code</SubType>
172    </Compile>
173    <Compile Include="Css\CssMediaRule.cs">
174      <SubType>Code</SubType>
175    </Compile>
176    <Compile Include="Css\CssNumber.cs">
177      <SubType>Code</SubType>
178    </Compile>
179    <Compile Include="Css\CssPageRule.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="Css\CssPrimitiveAngleValue.cs">
183      <SubType>Code</SubType>
184    </Compile>
185    <Compile Include="Css\CssPrimitiveColorValue.cs">
186      <SubType>Code</SubType>
187    </Compile>
188    <Compile Include="Css\CssPrimitiveLengthValue.cs">
189      <SubType>Code</SubType>
190    </Compile>
191    <Compile Include="Css\CssPrimitiveRgbValue.cs">
192      <SubType>Code</SubType>
193    </Compile>
194    <Compile Include="Css\CssPrimitiveValue.cs">
195      <SubType>Code</SubType>
196    </Compile>
197    <Compile Include="Css\CssPropertyProfile.cs">
198      <SubType>Code</SubType>
199    </Compile>
200    <Compile Include="Css\CssRule.cs">
201      <SubType>Code</SubType>
202    </Compile>
203    <Compile Include="Css\CssRuleList.cs">
204      <SubType>Code</SubType>
205    </Compile>
206    <Compile Include="Css\CssStyleDeclaration.cs">
207      <SubType>Code</SubType>
208    </Compile>
209    <Compile Include="Css\CssStyleRule.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="Css\CssStyleSheet.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="Css\CssStyleSheetType.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="Css\CssUnknownRule.cs">
219      <SubType>Code</SubType>
220    </Compile>
221    <Compile Include="Css\CssValue.cs">
222      <SubType>Code</SubType>
223    </Compile>
224    <Compile Include="Css\CssXmlDocument.cs">
225      <SubType>Code</SubType>
226    </Compile>
227    <Compile Include="Css\CssXmlElement.cs">
228      <SubType>Code</SubType>
229    </Compile>
230    <Compile Include="Css\CssRect.cs">
231      <SubType>Code</SubType>
232    </Compile>
233    <Compile Include="Css\CssColor.cs">
234      <SubType>Code</SubType>
235    </Compile>
236    <Compile Include="Css\CssStyleBlock.cs">
237      <SubType>Code</SubType>
238    </Compile>
239    <Compile Include="Css\CssXPathSelector.cs">
240      <SubType>Code</SubType>
241    </Compile>
242    <Compile Include="Stylesheets\MediaList.cs">
243      <SubType>Code</SubType>
244    </Compile>
245    <Compile Include="Stylesheets\StyleSheet.cs">
246      <SubType>Code</SubType>
247    </Compile>
248    <Compile Include="Stylesheets\StyleSheetList.cs">
249      <SubType>Code</SubType>
250    </Compile>
251  </ItemGroup>
252  <ItemGroup>
253    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
254      <Visible>False</Visible>
255      <ProductName>.NET Framework Client Profile</ProductName>
256      <Install>false</Install>
257    </BootstrapperPackage>
258    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
259      <Visible>False</Visible>
260      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
261      <Install>true</Install>
262    </BootstrapperPackage>
263    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
264      <Visible>False</Visible>
265      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
266      <Install>false</Install>
267    </BootstrapperPackage>
268    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
269      <Visible>False</Visible>
270      <ProductName>.NET Framework 3.5</ProductName>
271      <Install>false</Install>
272    </BootstrapperPackage>
273    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
274      <Visible>False</Visible>
275      <ProductName>.NET Framework 3.5 SP1</ProductName>
276      <Install>false</Install>
277    </BootstrapperPackage>
278  </ItemGroup>
279  <ItemGroup>
280    <None Include="SharpVectors.Css.snk" />
281  </ItemGroup>
282  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
283  <PropertyGroup>
284    <PreBuildEvent>
285    </PreBuildEvent>
286    <PostBuildEvent>
287    </PostBuildEvent>
288  </PropertyGroup>
289</Project>
Note: See TracBrowser for help on using the repository browser.