Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorDom/SharpVectors.Dom.csproj @ 13237

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

#2283 x64 build of projects

File size: 11.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>{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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
121    <DebugSymbols>true</DebugSymbols>
122    <OutputPath>bin\x64\Debug\</OutputPath>
123    <DefineConstants>TRACE;DEBUG</DefineConstants>
124    <BaseAddress>285212672</BaseAddress>
125    <FileAlignment>4096</FileAlignment>
126    <DebugType>full</DebugType>
127    <PlatformTarget>x64</PlatformTarget>
128    <ErrorReport>prompt</ErrorReport>
129    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
130  </PropertyGroup>
131  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
132    <OutputPath>bin\x64\Release\</OutputPath>
133    <DefineConstants>TRACE</DefineConstants>
134    <BaseAddress>285212672</BaseAddress>
135    <Optimize>true</Optimize>
136    <FileAlignment>4096</FileAlignment>
137    <PlatformTarget>x64</PlatformTarget>
138    <ErrorReport>prompt</ErrorReport>
139    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
140  </PropertyGroup>
141  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|x64'">
142    <OutputPath>bin\x64\Documentation\</OutputPath>
143    <DefineConstants>TRACE</DefineConstants>
144    <BaseAddress>285212672</BaseAddress>
145    <DocumentationFile>..\..\Output\SharpVectors.Dom.xml</DocumentationFile>
146    <Optimize>true</Optimize>
147    <FileAlignment>4096</FileAlignment>
148    <PlatformTarget>x64</PlatformTarget>
149    <ErrorReport>prompt</ErrorReport>
150    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
151  </PropertyGroup>
152  <ItemGroup>
153    <Reference Include="System">
154      <Name>System</Name>
155    </Reference>
156    <Reference Include="System.Data">
157      <Name>System.Data</Name>
158    </Reference>
159    <Reference Include="System.Xml">
160      <Name>System.XML</Name>
161    </Reference>
162  </ItemGroup>
163  <ItemGroup>
164    <Compile Include="Properties\AssemblyInfo.cs">
165      <SubType>Code</SubType>
166    </Compile>
167    <Compile Include="Attribute.cs">
168      <SubType>Code</SubType>
169    </Compile>
170    <Compile Include="CDataSection.cs">
171      <SubType>Code</SubType>
172    </Compile>
173    <Compile Include="Comment.cs">
174      <SubType>Code</SubType>
175    </Compile>
176    <Compile Include="Conversion.cs">
177      <SubType>Code</SubType>
178    </Compile>
179    <Compile Include="Declaration.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="Document.cs">
183      <SubType>Code</SubType>
184    </Compile>
185    <Compile Include="DocumentFragment.cs">
186      <SubType>Code</SubType>
187    </Compile>
188    <Compile Include="DocumentType.cs">
189      <SubType>Code</SubType>
190    </Compile>
191    <Compile Include="DomImplementation.cs">
192      <SubType>Code</SubType>
193    </Compile>
194    <Compile Include="Element.cs">
195      <SubType>Code</SubType>
196    </Compile>
197    <Compile Include="EntityReference.cs">
198      <SubType>Code</SubType>
199    </Compile>
200    <Compile Include="Events\Event.cs">
201      <SubType>Code</SubType>
202    </Compile>
203    <Compile Include="Events\EventClasses.cs">
204      <SubType>Code</SubType>
205    </Compile>
206    <Compile Include="Events\EventListenerMap.cs">
207      <SubType>Code</SubType>
208    </Compile>
209    <Compile Include="Events\EventListenerMapEntry.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="Events\EventTarget.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="Events\EventType.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="Events\IEventTargetSupports.cs">
219      <SubType>Code</SubType>
220    </Compile>
221    <Compile Include="Events\KeyboardEvent.cs">
222      <SubType>Code</SubType>
223    </Compile>
224    <Compile Include="Events\MouseEvent.cs">
225      <SubType>Code</SubType>
226    </Compile>
227    <Compile Include="Events\MutationEvent.cs">
228      <SubType>Code</SubType>
229    </Compile>
230    <Compile Include="Events\MutationNameEvent.cs">
231      <SubType>Code</SubType>
232    </Compile>
233    <Compile Include="Events\TextEvent.cs">
234      <SubType>Code</SubType>
235    </Compile>
236    <Compile Include="Events\UiEvent.cs">
237      <SubType>Code</SubType>
238    </Compile>
239    <Compile Include="NodeListAdapter.cs">
240      <SubType>Code</SubType>
241    </Compile>
242    <Compile Include="ProcessingInstruction.cs">
243      <SubType>Code</SubType>
244    </Compile>
245    <Compile Include="SignificantWhitespace.cs">
246      <SubType>Code</SubType>
247    </Compile>
248    <Compile Include="Text.cs">
249      <SubType>Code</SubType>
250    </Compile>
251    <Compile Include="Whitespace.cs">
252      <SubType>Code</SubType>
253    </Compile>
254  </ItemGroup>
255  <ItemGroup>
256    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
257      <Visible>False</Visible>
258      <ProductName>.NET Framework Client Profile</ProductName>
259      <Install>false</Install>
260    </BootstrapperPackage>
261    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
262      <Visible>False</Visible>
263      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
264      <Install>true</Install>
265    </BootstrapperPackage>
266    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
267      <Visible>False</Visible>
268      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
269      <Install>false</Install>
270    </BootstrapperPackage>
271    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
272      <Visible>False</Visible>
273      <ProductName>.NET Framework 3.5</ProductName>
274      <Install>false</Install>
275    </BootstrapperPackage>
276    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
277      <Visible>False</Visible>
278      <ProductName>.NET Framework 3.5 SP1</ProductName>
279      <Install>false</Install>
280    </BootstrapperPackage>
281  </ItemGroup>
282  <ItemGroup>
283    <None Include="SharpVectors.Dom.snk" />
284  </ItemGroup>
285  <ItemGroup>
286    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
287      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
288      <Name>SharpVectors.Core</Name>
289    </ProjectReference>
290  </ItemGroup>
291  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
292  <PropertyGroup>
293    <PreBuildEvent>
294    </PreBuildEvent>
295    <PostBuildEvent>
296    </PostBuildEvent>
297  </PropertyGroup>
298</Project>
Note: See TracBrowser for help on using the repository browser.