Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorConverters/SharpVectors.Converters.csproj @ 13046

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

#2283 x64 build of projects

File size: 6.9 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>{E8056611-E49C-4BC3-A682-A629D5CEC11C}</ProjectGuid>
9    <OutputType>library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>SharpVectors.Converters</RootNamespace>
12    <AssemblyName>SharpVectors.Converters</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.Converters.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)' == 'Debug|x64'">
47    <DebugSymbols>true</DebugSymbols>
48    <OutputPath>bin\x64\Debug\</OutputPath>
49    <DefineConstants>DEBUG;TRACE</DefineConstants>
50    <DebugType>full</DebugType>
51    <PlatformTarget>x64</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>bin\x64\Release\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63  </PropertyGroup>
64  <ItemGroup>
65    <Reference Include="System" />
66    <Reference Include="System.Core">
67      <RequiredTargetFramework>3.5</RequiredTargetFramework>
68    </Reference>
69    <Reference Include="System.Data" />
70    <Reference Include="System.Xml" />
71    <Reference Include="WindowsBase" />
72    <Reference Include="PresentationCore" />
73    <Reference Include="PresentationFramework" />
74  </ItemGroup>
75  <ItemGroup>
76    <Compile Include="ImageEncoderType.cs" />
77    <Compile Include="Utils\DirectoryCopier.cs" />
78    <Compile Include="Utils\DirectoryUtils.cs" />
79    <Compile Include="FileSvgConverter.cs" />
80    <Compile Include="ImageSvgConverter.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs">
82      <SubType>Code</SubType>
83    </Compile>
84    <Compile Include="Properties\Resources.Designer.cs">
85      <AutoGen>True</AutoGen>
86      <DesignTime>True</DesignTime>
87      <DependentUpon>Resources.resx</DependentUpon>
88    </Compile>
89    <Compile Include="Properties\Settings.Designer.cs">
90      <AutoGen>True</AutoGen>
91      <DependentUpon>Settings.settings</DependentUpon>
92      <DesignTimeSharedInput>True</DesignTimeSharedInput>
93    </Compile>
94    <Compile Include="DirectorySvgConverter.cs" />
95    <Compile Include="EmbeddedImageVisitor.cs" />
96    <Compile Include="FileSvgReader.cs" />
97    <Compile Include="FontFamilyVisitor.cs" />
98    <Compile Include="LinkVisitor.cs" />
99    <Compile Include="SvgCanvas.cs" />
100    <Compile Include="SvgConverter.cs" />
101    <Compile Include="SvgImageExtension.cs" />
102    <Compile Include="SvgViewbox.cs" />
103    <Compile Include="XmlXamlWriter.cs" />
104    <EmbeddedResource Include="Properties\Resources.resx">
105      <Generator>ResXFileCodeGenerator</Generator>
106      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
107    </EmbeddedResource>
108    <None Include="Drawings\Controls.cd" />
109    <None Include="Drawings\Converters.cd" />
110    <None Include="Drawings\Others.cd" />
111    <None Include="Properties\Settings.settings">
112      <Generator>SettingsSingleFileGenerator</Generator>
113      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
114    </None>
115    <None Include="SharpVectors.Converters.snk" />
116    <AppDesigner Include="Properties\" />
117  </ItemGroup>
118  <ItemGroup>
119    <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
120      <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
121      <Name>SharpVectors.Core</Name>
122      <Private>False</Private>
123    </ProjectReference>
124    <ProjectReference Include="..\SharpVectorCss\SharpVectors.Css.csproj">
125      <Project>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</Project>
126      <Name>SharpVectors.Css</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
130      <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
131      <Name>SharpVectors.Dom</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\SharpVectorModel\SharpVectors.Model.csproj">
135      <Project>{5D336F48-3FB9-4382-B4B9-06974C764007}</Project>
136      <Name>SharpVectors.Model</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\SharpVectorRenderingWpf\SharpVectors.Rendering.Wpf.csproj">
140      <Project>{A2576CE0-E492-490F-97E9-C0E7ABAFAF27}</Project>
141      <Name>SharpVectors.Rendering.Wpf</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\SharpVectorRuntime\SharpVectors.Runtime.csproj">
145      <Project>{2CD52982-A1C2-4A14-9D69-D64719357216}</Project>
146      <Name>SharpVectors.Runtime</Name>
147      <Private>False</Private>
148    </ProjectReference>
149  </ItemGroup>
150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158</Project>
Note: See TracBrowser for help on using the repository browser.