Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorRuntime/SharpVectors.Runtime.csproj @ 12830

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

#2283 x64 build of projects

File size: 5.5 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>{2CD52982-A1C2-4A14-9D69-D64719357216}</ProjectGuid>
9    <OutputType>library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>SharpVectors.Runtime</RootNamespace>
12    <AssemblyName>SharpVectors.Runtime</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    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>SharpVectors.Runtime.snk</AssemblyOriginatorKeyFile>
19    <SccProjectName>SAK</SccProjectName>
20    <SccLocalPath>SAK</SccLocalPath>
21    <SccAuxPath>SAK</SccAuxPath>
22    <SccProvider>SAK</SccProvider>
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="EmbeddedBitmapData.cs" />
77    <Compile Include="EmbeddedBitmapDataConverter.cs" />
78    <Compile Include="EmbeddedBitmapSource.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs">
80      <SubType>Code</SubType>
81    </Compile>
82    <Compile Include="Properties\Resources.Designer.cs">
83      <AutoGen>True</AutoGen>
84      <DesignTime>True</DesignTime>
85      <DependentUpon>Resources.resx</DependentUpon>
86    </Compile>
87    <Compile Include="Properties\Settings.Designer.cs">
88      <AutoGen>True</AutoGen>
89      <DependentUpon>Settings.settings</DependentUpon>
90      <DesignTimeSharedInput>True</DesignTimeSharedInput>
91    </Compile>
92    <Compile Include="SvgAnimationLayer.cs" />
93    <Compile Include="SvgAnimator.cs" />
94    <Compile Include="SvgDrawingCanvas.cs" />
95    <Compile Include="SvgObjectType.cs" />
96    <Compile Include="SvgFontUriExtension.cs" />
97    <Compile Include="SvgImage.cs" />
98    <Compile Include="SvgLink.cs" />
99    <Compile Include="SvgObject.cs" />
100    <Compile Include="Utils\Casting.cs" />
101    <Compile Include="ZoomPanAnimationHelper.cs" />
102    <Compile Include="ZoomPanControl.cs" />
103    <Compile Include="ZoomPanControl.IScrollInfo.cs" />
104    <EmbeddedResource Include="Properties\Resources.resx">
105      <Generator>ResXFileCodeGenerator</Generator>
106      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
107    </EmbeddedResource>
108    <None Include="Properties\Settings.settings">
109      <Generator>SettingsSingleFileGenerator</Generator>
110      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111    </None>
112    <None Include="SharpVectors.Runtime.snk" />
113    <AppDesigner Include="Properties\" />
114  </ItemGroup>
115  <ItemGroup>
116    <Page Include="Themes\Generic.xaml">
117      <Generator>MSBuild:Compile</Generator>
118      <SubType>Designer</SubType>
119      <Generator>MSBuild:Compile</Generator>
120      <SubType>Designer</SubType>
121    </Page>
122  </ItemGroup>
123  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>
Note: See TracBrowser for help on using the repository browser.