Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab 3.3/HeuristicLab 3.3.csproj @ 2801

Last change on this file since 2801 was 2801, checked in by mkommend, 14 years ago

added first version of OperatorGraphVisualization (ticket #867)

File size: 5.9 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>{B1DCDECA-B56E-41D5-9850-EF0D3A77DEAF}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab</RootNamespace>
12    <AssemblyName>HeuristicLab</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>HeuristicLab.Program</StartupObject>
18    <RunPostBuildEvent>Always</RunPostBuildEvent>
19    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\</OutputPath>
26    <DefineConstants>DEBUG;TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\x86\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\x86\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>pdbonly</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53  </PropertyGroup>
54  <ItemGroup>
55    <Reference Include="System" />
56    <Reference Include="System.Core">
57      <RequiredTargetFramework>3.5</RequiredTargetFramework>
58    </Reference>
59    <Reference Include="System.Xml.Linq">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Data.DataSetExtensions">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Data" />
66    <Reference Include="System.Deployment" />
67    <Reference Include="System.Drawing" />
68    <Reference Include="System.Windows.Forms" />
69    <Reference Include="System.Xml" />
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="Program.cs" />
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <EmbeddedResource Include="Properties\Resources.resx">
75      <Generator>ResXFileCodeGenerator</Generator>
76      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
77      <SubType>Designer</SubType>
78    </EmbeddedResource>
79    <Compile Include="Properties\Resources.Designer.cs">
80      <AutoGen>True</AutoGen>
81      <DependentUpon>Resources.resx</DependentUpon>
82      <DesignTime>True</DesignTime>
83    </Compile>
84    <None Include="app.config" />
85    <None Include="CopyAssemblies.cmd" />
86    <None Include="CreateConsoleApplication.cmd" />
87    <None Include="CustomPostBuild.cmd" />
88    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
89    <None Include="HeuristicLab.snk" />
90    <None Include="MergeConfigs.cmd" />
91    <None Include="Properties\AssemblyInfo.frame" />
92    <None Include="Properties\Settings.settings">
93      <Generator>SettingsSingleFileGenerator</Generator>
94      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
95    </None>
96    <Compile Include="Properties\Settings.Designer.cs">
97      <AutoGen>True</AutoGen>
98      <DependentUpon>Settings.settings</DependentUpon>
99      <DesignTimeSharedInput>True</DesignTimeSharedInput>
100    </Compile>
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
104      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
105      <Name>HeuristicLab.PluginInfrastructure</Name>
106    </ProjectReference>
107  </ItemGroup>
108  <ItemGroup>
109    <Content Include="Files.txt">
110    </Content>
111    <Content Include="Files.x64.txt">
112    </Content>
113    <Content Include="Files.x86.txt">
114    </Content>
115    <Content Include="HeuristicLab.ico" />
116  </ItemGroup>
117  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119       Other similar extension points exist, see Microsoft.Common.targets.
120  <Target Name="BeforeBuild">
121  </Target>
122  <Target Name="AfterBuild">
123  </Target>
124  -->
125  <PropertyGroup>
126    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
127set ProjectDir=$(ProjectDir)
128set SolutionDir=$(SolutionDir)
129set Outdir=$(Outdir)
130set Configuration=$(ConfigurationName)
131
132call PreBuildEvent.cmd</PreBuildEvent>
133    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
134set ProjectDir=$(ProjectDir)
135set SolutionDir=$(SolutionDir)
136set Outdir=$(Outdir)
137set Platform=$(PlatformName)
138set Configuration=$(ConfigurationName)
139
140call CreateConsoleApplication.cmd
141call MergeConfigs.cmd
142call CopyAssemblies.cmd
143if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
144  </PropertyGroup>
145</Project>
Note: See TracBrowser for help on using the repository browser.