Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/HeuristicLab.Hive.Slave.Console-3.3.csproj @ 4296

Last change on this file since 4296 was 4296, checked in by cneumuel, 14 years ago

corrected assembly reference paths, added some missing files

File size: 10.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>{8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Slave.Console</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Slave.Console-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>
18    </StartupObject>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>TRACE;DEBUG</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>TRACE;DEBUG</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
81      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="System" />
84    <Reference Include="System.Core">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.Runtime.Serialization">
88      <RequiredTargetFramework>3.0</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.ServiceModel">
91      <RequiredTargetFramework>3.0</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.Xml.Linq">
94      <RequiredTargetFramework>3.5</RequiredTargetFramework>
95    </Reference>
96    <Reference Include="System.Data.DataSetExtensions">
97      <RequiredTargetFramework>3.5</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.Data" />
100    <Reference Include="System.Deployment" />
101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Xml" />
104    <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>.\ZedGraph.dll</HintPath>
107    </Reference>
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="HiveSlaveConsole.cs">
111      <SubType>Form</SubType>
112    </Compile>
113    <Compile Include="HiveSlaveConsole.designer.cs">
114      <DependentUpon>HiveSlaveConsole.cs</DependentUpon>
115    </Compile>
116    <Compile Include="HeuristicLabHiveSlaveConsolePlugin.cs" />
117    <Compile Include="HeuristicLabHiveSlaveConsoleApplication.cs" />
118    <Compile Include="LogFileReader.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <EmbeddedResource Include="HiveSlaveConsole.resx">
121      <DependentUpon>HiveSlaveConsole.cs</DependentUpon>
122      <SubType>Designer</SubType>
123    </EmbeddedResource>
124    <EmbeddedResource Include="Properties\Resources.resx">
125      <Generator>ResXFileCodeGenerator</Generator>
126      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
127      <SubType>Designer</SubType>
128    </EmbeddedResource>
129    <EmbeddedResource Include="Recurrence.resx">
130      <DependentUpon>Recurrence.cs</DependentUpon>
131      <SubType>Designer</SubType>
132    </EmbeddedResource>
133    <Compile Include="Properties\Resources.Designer.cs">
134      <AutoGen>True</AutoGen>
135      <DependentUpon>Resources.resx</DependentUpon>
136      <DesignTime>True</DesignTime>
137    </Compile>
138    <None Include="app.config" />
139    <None Include="HeuristicLab.snk" />
140    <None Include="Properties\AssemblyInfo.frame" />
141    <None Include="Properties\DataSources\HeuristicLab.Calendar.Appointment.datasource" />
142    <None Include="Properties\Settings.settings">
143      <Generator>SettingsSingleFileGenerator</Generator>
144      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
145    </None>
146    <Compile Include="Properties\Settings.Designer.cs">
147      <AutoGen>True</AutoGen>
148      <DependentUpon>Settings.settings</DependentUpon>
149      <DesignTimeSharedInput>True</DesignTimeSharedInput>
150    </Compile>
151    <Compile Include="Recurrence.cs">
152      <SubType>Form</SubType>
153    </Compile>
154    <Compile Include="Recurrence.Designer.cs">
155      <DependentUpon>Recurrence.cs</DependentUpon>
156    </Compile>
157    <Compile Include="Service References\SlaveService\Reference.cs">
158      <AutoGen>True</AutoGen>
159      <DesignTime>True</DesignTime>
160      <DependentUpon>Reference.svcmap</DependentUpon>
161    </Compile>
162  </ItemGroup>
163  <ItemGroup>
164    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
165      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
166      <Name>HeuristicLab.Calendar-3.3</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
169      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
170      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
171    </ProjectReference>
172  </ItemGroup>
173  <ItemGroup>
174    <None Include="Service References\SlaveService\HeuristicLab.Calendar.xsd">
175      <SubType>Designer</SubType>
176    </None>
177    <None Include="Service References\SlaveService\HeuristicLab.Hive.Slave.Common1.xsd">
178      <SubType>Designer</SubType>
179    </None>
180    <None Include="Service References\SlaveService\HeuristicLab.Hive.Slave.Console.SlaveService.ConnectionContainer.datasource">
181      <DependentUpon>Reference.svcmap</DependentUpon>
182    </None>
183    <None Include="Service References\SlaveService\HeuristicLab.Hive.Slave.Console.SlaveService.StatusCommons.datasource">
184      <DependentUpon>Reference.svcmap</DependentUpon>
185    </None>
186    <None Include="Service References\SlaveService\HeuristicLab.Hive.Slave.Core.ClientConsoleService1.xsd">
187      <SubType>Designer</SubType>
188    </None>
189    <None Include="Service References\SlaveService\HeuristicLab.Hive.Slave.Core.SlaveConsoleService.xsd" />
190    <None Include="Service References\SlaveService\service.wsdl" />
191    <None Include="Service References\SlaveService\service.xsd" />
192    <None Include="Service References\SlaveService\service1.xsd" />
193  </ItemGroup>
194  <ItemGroup>
195    <WCFMetadata Include="Service References\" />
196  </ItemGroup>
197  <ItemGroup>
198    <WCFMetadataStorage Include="Service References\SlaveService\" />
199  </ItemGroup>
200  <ItemGroup>
201    <None Include="Service References\SlaveService\configuration91.svcinfo" />
202  </ItemGroup>
203  <ItemGroup>
204    <None Include="Service References\SlaveService\configuration.svcinfo" />
205  </ItemGroup>
206  <ItemGroup>
207    <None Include="Service References\SlaveService\Reference.svcmap">
208      <Generator>WCF Proxy Generator</Generator>
209      <LastGenOutput>Reference.cs</LastGenOutput>
210    </None>
211  </ItemGroup>
212  <ItemGroup>
213    <None Include="Resources\schedule.jpg" />
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="Properties\DataSources\Calendar.Appointment.datasource" />
217  </ItemGroup>
218  <ItemGroup>
219    <None Include="Resources\Disaster-warning-48.png" />
220  </ItemGroup>
221  <ItemGroup>
222    <None Include="Resources\Global-network-48.png" />
223  </ItemGroup>
224  <ItemGroup>
225    <None Include="Resources\exit-48.png" />
226    <None Include="Service References\SlaveService\System.Drawing1.xsd" />
227  </ItemGroup>
228  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
230       Other similar extension points exist, see Microsoft.Common.targets.
231  <Target Name="BeforeBuild">
232  </Target>
233  <Target Name="AfterBuild">
234  </Target>
235  -->
236  <PropertyGroup>
237    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
238set ProjectDir=$(ProjectDir)
239set SolutionDir=$(SolutionDir)
240set Outdir=$(Outdir)
241
242call PreBuildEvent.cmd</PreBuildEvent>
243  </PropertyGroup>
244</Project>
Note: See TracBrowser for help on using the repository browser.