Free cookie consent management tool by TermsFeed Policy Generator

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

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

Set Visual Studio production version to 9.0.30729 in all solution files.

File size: 6.3 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  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="System" />
55    <Reference Include="System.Core">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.ServiceModel">
59      <RequiredTargetFramework>3.0</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Xml.Linq">
62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Data.DataSetExtensions">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Data" />
68    <Reference Include="System.Deployment" />
69    <Reference Include="System.Drawing" />
70    <Reference Include="System.Windows.Forms" />
71    <Reference Include="System.Xml" />
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="HiveServerConsole.cs">
75      <SubType>Form</SubType>
76    </Compile>
77    <Compile Include="HiveServerConsole.Designer.cs">
78      <DependentUpon>HiveServerConsole.cs</DependentUpon>
79    </Compile>
80    <Compile Include="HiveServerConsoleApplication.cs" />
81    <Compile Include="HiveServerManagementConsole.cs">
82      <SubType>Form</SubType>
83    </Compile>
84    <Compile Include="HiveServerManagementConsole.Designer.cs">
85      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
86    </Compile>
87    <Compile Include="HiveServerConsolePlugin.cs" />
88    <Compile Include="IPAdressTextBox.cs">
89      <SubType>Component</SubType>
90    </Compile>
91    <Compile Include="Properties\AssemblyInfo.cs" />
92    <EmbeddedResource Include="HiveServerConsole.resx">
93      <DependentUpon>HiveServerConsole.cs</DependentUpon>
94      <SubType>Designer</SubType>
95    </EmbeddedResource>
96    <EmbeddedResource Include="HiveServerManagementConsole.resx">
97      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
98      <SubType>Designer</SubType>
99    </EmbeddedResource>
100    <EmbeddedResource Include="Properties\Resources.resx">
101      <Generator>ResXFileCodeGenerator</Generator>
102      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
103      <SubType>Designer</SubType>
104    </EmbeddedResource>
105    <Compile Include="Properties\Resources.Designer.cs">
106      <AutoGen>True</AutoGen>
107      <DependentUpon>Resources.resx</DependentUpon>
108      <DesignTime>True</DesignTime>
109    </Compile>
110    <None Include="HeuristicLab.snk" />
111    <None Include="Properties\AssemblyInfo.frame" />
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="ServiceLocator.cs" />
122  </ItemGroup>
123  <ItemGroup>
124    <ProjectReference Include="..\HeuristicLab.Hive.Contracts\HeuristicLab.Hive.Contracts.csproj">
125      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
126      <Name>HeuristicLab.Hive.Contracts</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
129      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
130      <Name>HeuristicLab.PluginInfrastructure</Name>
131    </ProjectReference>
132  </ItemGroup>
133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141  <PropertyGroup>
142    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
143set ProjectDir=$(ProjectDir)
144set SolutionDir=$(SolutionDir)
145set Outdir=$(Outdir)
146
147call PreBuildEvent.cmd</PreBuildEvent>
148  </PropertyGroup>
149</Project>
Note: See TracBrowser for help on using the repository browser.