Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab/HeuristicLab.csproj @ 2481

Last change on this file since 2481 was 2481, checked in by gkronber, 14 years ago

Refactored class Loader in plugin infrastructure. #799

File size: 7.3 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab</RootNamespace>
11    <AssemblyName>HeuristicLab</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>2.0</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <RunPostBuildEvent>Always</RunPostBuildEvent>
21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24    <DebugSymbols>true</DebugSymbols>
25    <DebugType>full</DebugType>
26    <Optimize>false</Optimize>
27    <OutputPath>bin\Debug\</OutputPath>
28    <DefineConstants>DEBUG;TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33    <DebugType>pdbonly</DebugType>
34    <Optimize>true</Optimize>
35    <OutputPath>bin\Release\</OutputPath>
36    <DefineConstants>TRACE</DefineConstants>
37    <ErrorReport>prompt</ErrorReport>
38    <WarningLevel>4</WarningLevel>
39    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\x86\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>TRACE;DEBUG</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  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="System" />
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Data" />
79    <Reference Include="System.Deployment" />
80    <Reference Include="System.Drawing" />
81    <Reference Include="System.Windows.Forms" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="MainForm.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="MainForm.Designer.cs">
89      <DependentUpon>MainForm.cs</DependentUpon>
90    </Compile>
91    <Compile Include="Program.cs" />
92    <Compile Include="Properties\AssemblyInfo.cs" />
93    <EmbeddedResource Include="MainForm.resx">
94      <DependentUpon>MainForm.cs</DependentUpon>
95      <SubType>Designer</SubType>
96    </EmbeddedResource>
97    <EmbeddedResource Include="Properties\Resources.resx">
98      <Generator>ResXFileCodeGenerator</Generator>
99      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
100      <SubType>Designer</SubType>
101    </EmbeddedResource>
102    <EmbeddedResource Include="SplashScreen.resx">
103      <DependentUpon>SplashScreen.cs</DependentUpon>
104      <SubType>Designer</SubType>
105    </EmbeddedResource>
106    <Compile Include="Properties\Resources.Designer.cs">
107      <AutoGen>True</AutoGen>
108      <DependentUpon>Resources.resx</DependentUpon>
109      <DesignTime>True</DesignTime>
110    </Compile>
111    <None Include="HeuristicLab.snk" />
112    <None Include="Properties\Settings.settings">
113      <Generator>SettingsSingleFileGenerator</Generator>
114      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
115    </None>
116    <Compile Include="Properties\Settings.Designer.cs">
117      <AutoGen>True</AutoGen>
118      <DependentUpon>Settings.settings</DependentUpon>
119      <DesignTimeSharedInput>True</DesignTimeSharedInput>
120    </Compile>
121    <Compile Include="SplashScreen.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="SplashScreen.Designer.cs">
125      <DependentUpon>SplashScreen.cs</DependentUpon>
126    </Compile>
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure.Manager\HeuristicLab.PluginInfrastructure.Manager.csproj">
130      <Project>{CA8AAD91-E8E2-41AF-96AD-2BA94BC3EF2D}</Project>
131      <Name>HeuristicLab.PluginInfrastructure.Manager</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
134      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
135      <Name>HeuristicLab.PluginInfrastructure</Name>
136    </ProjectReference>
137  </ItemGroup>
138  <ItemGroup>
139    <Content Include="HeuristicLab.ico" />
140    <Content Include="Resources\HeuristicLab.ico" />
141    <None Include="app.config" />
142    <None Include="CustomPostBuild.cmd" />
143    <None Include="CopyAssemblies.cmd" />
144    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
145    <None Include="MergeConfigs.cmd" />
146    <None Include="Properties\AssemblyInfo.frame" />
147    <None Include="Resources\LargeIcons.gif" />
148    <None Include="Resources\Details.gif" />
149    <None Include="Resources\List.gif" />
150    <None Include="Resources\Logo_white.gif" />
151  </ItemGroup>
152  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
153  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154       Other similar extension points exist, see Microsoft.Common.targets.
155  <Target Name="BeforeBuild">
156  </Target>
157  <Target Name="AfterBuild">
158  </Target>
159  -->
160  <PropertyGroup>
161    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
162set ProjectDir=$(ProjectDir)
163set SolutionDir=$(SolutionDir)
164set Outdir=$(Outdir)
165set Platform=$(PlatformName)
166set Configuration=$(ConfigurationName)
167
168call MergeConfigs.cmd
169call CopyAssemblies.cmd
170if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
171    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
172set ProjectDir=$(ProjectDir)
173set SolutionDir=$(SolutionDir)
174set Outdir=$(Outdir)
175set Configuration=$(ConfigurationName)
176
177call PreBuildEvent.cmd</PreBuildEvent>
178  </PropertyGroup>
179</Project>
Note: See TracBrowser for help on using the repository browser.