Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

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