Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2931 was 2900, checked in by abeham, 14 years ago

Updated solution configuration (added x86 and x64 for all projects and checked release configuration to output documentation xml file)
Added Encodings.RealVector plugin
#95

File size: 5.6 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.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
81      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
82      <Name>HeuristicLab.Persistence-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
85      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
86      <Name>HeuristicLab.PluginInfrastructure</Name>
87    </ProjectReference>
88  </ItemGroup>
89  <ItemGroup>
90    <None Include="HeuristicLabPersistenceGUIPlugin.cs.frame" />
91    <Compile Include="HeuristicLabPersistenceGUIPlugin.cs" />
92    <Compile Include="PersistenceConfigurationForm.cs">
93      <SubType>Form</SubType>
94    </Compile>
95    <Compile Include="PersistenceConfigurationForm.Designer.cs">
96      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
97    </Compile>
98    <Compile Include="Properties\AssemblyInfo.cs" />
99    <Compile Include="TypeExtensions.cs" />
100  </ItemGroup>
101  <ItemGroup>
102    <Reference Include="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Drawing" />
108    <Reference Include="System.Windows.Forms" />
109    <Reference Include="System.Xml" />
110  </ItemGroup>
111  <ItemGroup>
112    <EmbeddedResource Include="PersistenceConfigurationForm.resx">
113      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
114    </EmbeddedResource>
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="app.config" />
118    <None Include="Properties\AssemblyInfo.frame" />
119  </ItemGroup>
120  <PropertyGroup>
121    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
122set ProjectDir=$(ProjectDir)
123set SolutionDir=$(SolutionDir)
124set Outdir=$(Outdir)
125
126call PreBuildEvent.cmd
127SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs"</PreBuildEvent>
128  </PropertyGroup>
129</Project>
Note: See TracBrowser for help on using the repository browser.