Free cookie consent management tool by TermsFeed Policy Generator

source: branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/HeuristicLab.Persistence.GUI.csproj @ 1398

Last change on this file since 1398 was 1373, checked in by epitzer, 15 years ago

Simple GUI configuration for decomposers. (#506)

File size: 3.1 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>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Persistence.GUI</RootNamespace>
12    <AssemblyName>HeuristicLab.Persistence.GUI</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>HeuristicLab.Persistence.GUI.Program</StartupObject>
16    <TargetFrameworkSubset>Full</TargetFrameworkSubset>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
36  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
37       Other similar extension points exist, see Microsoft.Common.targets.
38  <Target Name="BeforeBuild">
39  </Target>
40  <Target Name="AfterBuild">
41  </Target>
42  -->
43  <ItemGroup>
44    <ProjectReference Include="..\Persistence\HeuristicLab.Persistence.csproj">
45      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
46      <Name>HeuristicLab.Persistence</Name>
47    </ProjectReference>
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="PersistenceConfigurationForm.cs">
51      <SubType>Form</SubType>
52    </Compile>
53    <Compile Include="PersistenceConfigurationForm.Designer.cs">
54      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
55    </Compile>
56    <Compile Include="Program.cs" />
57  </ItemGroup>
58  <ItemGroup>
59    <Reference Include="System" />
60    <Reference Include="System.Core">
61      <RequiredTargetFramework>3.5</RequiredTargetFramework>
62    </Reference>
63    <Reference Include="System.Data" />
64    <Reference Include="System.Drawing" />
65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Xml" />
67  </ItemGroup>
68  <ItemGroup>
69    <EmbeddedResource Include="PersistenceConfigurationForm.resx">
70      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
71    </EmbeddedResource>
72  </ItemGroup>
73  <ItemGroup>
74    <None Include="app.config" />
75  </ItemGroup>
76</Project>
Note: See TracBrowser for help on using the repository browser.