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