Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorDom/SharpVectors.Dom.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: 9.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>{FE34CBC0-D23C-4A95-BA64-83A031814010}</ProjectGuid>
8    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10    <ApplicationIcon>
11    </ApplicationIcon>
12    <AssemblyKeyContainerName>
13    </AssemblyKeyContainerName>
14    <AssemblyName>SharpVectors.Dom</AssemblyName>
15    <AssemblyOriginatorKeyFile>SharpVectors.Dom.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.Dom.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.Xml">
128      <Name>System.XML</Name>
129    </Reference>
130  </ItemGroup>
131  <ItemGroup>
132    <Compile Include="Properties\AssemblyInfo.cs">
133      <SubType>Code</SubType>
134    </Compile>
135    <Compile Include="Attribute.cs">
136      <SubType>Code</SubType>
137    </Compile>
138    <Compile Include="CDataSection.cs">
139      <SubType>Code</SubType>
140    </Compile>
141    <Compile Include="Comment.cs">
142      <SubType>Code</SubType>
143    </Compile>
144    <Compile Include="Conversion.cs">
145      <SubType>Code</SubType>
146    </Compile>
147    <Compile Include="Declaration.cs">
148      <SubType>Code</SubType>
149    </Compile>
150    <Compile Include="Document.cs">
151      <SubType>Code</SubType>
152    </Compile>
153    <Compile Include="DocumentFragment.cs">
154      <SubType>Code</SubType>
155    </Compile>
156    <Compile Include="DocumentType.cs">
157      <SubType>Code</SubType>
158    </Compile>
159    <Compile Include="DomImplementation.cs">
160      <SubType>Code</SubType>
161    </Compile>
162    <Compile Include="Element.cs">
163      <SubType>Code</SubType>
164    </Compile>
165    <Compile Include="EntityReference.cs">
166      <SubType>Code</SubType>
167    </Compile>
168    <Compile Include="Events\Event.cs">
169      <SubType>Code</SubType>
170    </Compile>
171    <Compile Include="Events\EventClasses.cs">
172      <SubType>Code</SubType>
173    </Compile>
174    <Compile Include="Events\EventListenerMap.cs">
175      <SubType>Code</SubType>
176    </Compile>
177    <Compile Include="Events\EventListenerMapEntry.cs">
178      <SubType>Code</SubType>
179    </Compile>
180    <Compile Include="Events\EventTarget.cs">
181      <SubType>Code</SubType>
182    </Compile>
183    <Compile Include="Events\EventType.cs">
184      <SubType>Code</SubType>
185    </Compile>
186    <Compile Include="Events\IEventTargetSupports.cs">
187      <SubType>Code</SubType>
188    </Compile>
189    <Compile Include="Events\KeyboardEvent.cs">
190      <SubType>Code</SubType>
191    </Compile>
192    <Compile Include="Events\MouseEvent.cs">
193      <SubType>Code</SubType>
194    </Compile>
195    <Compile Include="Events\MutationEvent.cs">
196      <SubType>Code</SubType>
197    </Compile>
198    <Compile Include="Events\MutationNameEvent.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="Events\TextEvent.cs">
202      <SubType>Code</SubType>
203    </Compile>
204    <Compile Include="Events\UiEvent.cs">
205      <SubType>Code</SubType>
206    </Compile>
207    <Compile Include="NodeListAdapter.cs">
208      <SubType>Code</SubType>
209    </Compile>
210    <Compile Include="ProcessingInstruction.cs">
211      <SubType>Code</SubType>
212    </Compile>
213    <Compile Include="SignificantWhitespace.cs">
214      <SubType>Code</SubType>
215    </Compile>
216    <Compile Include="Text.cs">
217      <SubType>Code</SubType>
218    </Compile>
219    <Compile Include="Whitespace.cs">
220      <SubType>Code</SubType>
221    </Compile>
222  </ItemGroup>
223  <ItemGroup>
224    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
225      <Visible>False</Visible>
226      <ProductName>.NET Framework Client Profile</ProductName>
227      <Install>false</Install>
228    </BootstrapperPackage>
229    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
230      <Visible>False</Visible>
231      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
232      <Install>true</Install>
233    </BootstrapperPackage>
234    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
235      <Visible>False</Visible>
236      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
237      <Install>false</Install>
238    </BootstrapperPackage>
239    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
240      <Visible>False</Visible>
241      <ProductName>.NET Framework 3.5</ProductName>
242      <Install>false</Install>
243    </BootstrapperPackage>
244    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
245      <Visible>False</Visible>
246      <ProductName>.NET Framework 3.5 SP1</ProductName>
247      <Install>false</Install>
248    </BootstrapperPackage>
249  </ItemGroup>
250  <ItemGroup>
251    <None Include="SharpVectors.Dom.snk" />
252  </ItemGroup>
253  <ItemGroup>
254    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
255      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
256      <Name>SharpVectors.Core</Name>
257    </ProjectReference>
258  </ItemGroup>
259  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
260  <PropertyGroup>
261    <PreBuildEvent>
262    </PreBuildEvent>
263    <PostBuildEvent>
264    </PostBuildEvent>
265  </PropertyGroup>
266</Project>
Note: See TracBrowser for help on using the repository browser.