Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/HeuristicLab.Hive.Server.Console.csproj @ 852

Last change on this file since 852 was 852, checked in by swagner, 15 years ago

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

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