Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj @ 3732

Last change on this file since 3732 was 3732, checked in by swagner, 14 years ago

Added new HeuristicLab icon and removed obsolete resources (#841)

File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{A9E282EA-180F-4233-B809-AEDF0787545C}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Persistence.GUI</RootNamespace>
12    <AssemblyName>HeuristicLab.Persistence.GUI-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <TargetFrameworkSubset>Full</TargetFrameworkSubset>
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>bin\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x64\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x64</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
46    <OutputPath>bin\x64\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x64</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52    <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>bin\x86\Debug\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x86</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
63    <OutputPath>bin\x86\Release\</OutputPath>
64    <DefineConstants>TRACE</DefineConstants>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
70  </PropertyGroup>
71  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73       Other similar extension points exist, see Microsoft.Common.targets.
74  <Target Name="BeforeBuild">
75  </Target>
76  <Target Name="AfterBuild">
77  </Target>
78  -->
79  <ItemGroup>
80    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
81      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
82      <Name>HeuristicLab.Common.Resources-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
85      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
86      <Name>HeuristicLab.Persistence-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
89      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
90      <Name>HeuristicLab.PluginInfrastructure</Name>
91    </ProjectReference>
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="HeuristicLabPersistenceGUIPlugin.cs.frame" />
95    <Compile Include="HeuristicLabPersistenceGUIPlugin.cs" />
96    <Compile Include="PersistenceAnalysis.cs" />
97    <Compile Include="PersistenceConfigurationForm.cs">
98      <SubType>Form</SubType>
99    </Compile>
100    <Compile Include="PersistenceConfigurationForm.Designer.cs">
101      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
102    </Compile>
103    <Compile Include="Properties\AssemblyInfo.cs" />
104    <Compile Include="TypeExtensions.cs" />
105  </ItemGroup>
106  <ItemGroup>
107    <Reference Include="System" />
108    <Reference Include="System.Core">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data" />
112    <Reference Include="System.Drawing" />
113    <Reference Include="System.Windows.Forms" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <EmbeddedResource Include="PersistenceConfigurationForm.resx">
118      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
119      <SubType>Designer</SubType>
120    </EmbeddedResource>
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="app.config" />
124    <None Include="Properties\AssemblyInfo.frame" />
125  </ItemGroup>
126  <PropertyGroup>
127    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
128set ProjectDir=$(ProjectDir)
129set SolutionDir=$(SolutionDir)
130set Outdir=$(Outdir)
131
132call PreBuildEvent.cmd
133SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs"</PreBuildEvent>
134  </PropertyGroup>
135</Project>
Note: See TracBrowser for help on using the repository browser.