Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/HeuristicLab.Clients.Hive.CloudManager-3.3.csproj @ 8273

Last change on this file since 8273 was 8273, checked in by spimming, 12 years ago

#1680:

  • new solution for CloudManager plugin
  • updated output path in project
File size: 12.5 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{956FCB16-E3A8-4B5C-8BF4-C36DCBE827D0}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.CloudManager</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.CloudManager-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3">
41      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Common.Resources-3.3">
47      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Core-3.3">
50      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Core.Views-3.3">
53      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Data-3.3">
56      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Data.Views-3.3">
59      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.MainForm-3.3">
62      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
65      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Optimization-3.3">
68      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Optimization.Views-3.3">
71      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Optimizer-3.3">
74      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Persistence-3.3">
77      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
80      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
83      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
86    <Reference Include="System" />
87    <Reference Include="System.Core" />
88    <Reference Include="System.Drawing" />
89    <Reference Include="System.Security" />
90    <Reference Include="System.Windows.Forms" />
91    <Reference Include="System.Windows.Forms.DataVisualization" />
92    <Reference Include="System.Xml.Linq" />
93    <Reference Include="System.Data.DataSetExtensions" />
94    <Reference Include="Microsoft.CSharp" />
95    <Reference Include="System.Data" />
96    <Reference Include="System.Xml" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="Azure\AzureProvider.cs" />
100    <Compile Include="Azure\CloudBlobExtension.cs" />
101    <Compile Include="Azure\Constants.cs" />
102    <Compile Include="Azure\IAzureProvider.cs" />
103    <Compile Include="Azure\ServiceManagementOperation.cs" />
104    <Compile Include="Azure\ServiceWebRequest.cs" />
105    <Compile Include="Azure\Utils.cs" />
106    <Compile Include="CloudManagerClient.cs" />
107    <Compile Include="CryptoService.cs" />
108    <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
109    <Compile Include="Model\AffinityGroup.cs" />
110    <Compile Include="Model\Deployment.cs" />
111    <Compile Include="Model\HostedService.cs" />
112    <Compile Include="Model\HostedServiceProperties.cs" />
113    <Compile Include="Model\Role.cs" />
114    <Compile Include="Model\RoleInstance.cs" />
115    <Compile Include="Model\StorageService.cs" />
116    <Compile Include="Model\StorageServiceProperties.cs" />
117    <Compile Include="Model\Subscription.cs" />
118    <Compile Include="Model\UpgradeStatus.cs" />
119    <Compile Include="Plugin.cs" />
120    <Compile Include="Properties\AssemblyInfo.cs" />
121    <Compile Include="Properties\Resources.Designer.cs">
122      <AutoGen>True</AutoGen>
123      <DesignTime>True</DesignTime>
124      <DependentUpon>Resources.resx</DependentUpon>
125    </Compile>
126    <Compile Include="Properties\Settings.Designer.cs">
127      <AutoGen>True</AutoGen>
128      <DesignTimeSharedInput>True</DesignTimeSharedInput>
129      <DependentUpon>Settings.settings</DependentUpon>
130    </Compile>
131    <Compile Include="Settings.cs" />
132    <Compile Include="Validation.cs" />
133    <Compile Include="Views\AddAzureServiceDialog.cs">
134      <SubType>Form</SubType>
135    </Compile>
136    <Compile Include="Views\AddAzureServiceDialog.Designer.cs">
137      <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
138    </Compile>
139    <Compile Include="Views\AddCertificate.cs">
140      <SubType>Form</SubType>
141    </Compile>
142    <Compile Include="Views\AddCertificate.Designer.cs">
143      <DependentUpon>AddCertificate.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Views\AddSubscriptionDialog.cs">
146      <SubType>Form</SubType>
147    </Compile>
148    <Compile Include="Views\AddSubscriptionDialog.Designer.cs">
149      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
150    </Compile>
151    <Compile Include="Views\CloudResourcesView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="Views\CloudResourcesView.Designer.cs">
155      <DependentUpon>CloudResourcesView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="Views\DeleteHostedServiceView.cs">
158      <SubType>Form</SubType>
159    </Compile>
160    <Compile Include="Views\DeleteHostedServiceView.Designer.cs">
161      <DependentUpon>DeleteHostedServiceView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="Views\DeleteDeploymentView.cs">
164      <SubType>Form</SubType>
165    </Compile>
166    <Compile Include="Views\DeleteDeploymentView.Designer.cs">
167      <DependentUpon>DeleteDeploymentView.cs</DependentUpon>
168    </Compile>
169    <Compile Include="Views\DeploymentView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="Views\DeploymentView.Designer.cs">
173      <DependentUpon>DeploymentView.cs</DependentUpon>
174    </Compile>
175    <Compile Include="Views\HiveCloudManagerView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="Views\HiveCloudManagerView.Designer.cs">
179      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="Views\HostedServiceView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="Views\HostedServiceView.Designer.cs">
185      <DependentUpon>HostedServiceView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="Views\SubscriptionView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="Views\SubscriptionView.Designer.cs">
191      <DependentUpon>SubscriptionView.cs</DependentUpon>
192    </Compile>
193  </ItemGroup>
194  <ItemGroup>
195    <None Include="app.config" />
196    <None Include="HeuristicLab.snk" />
197    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.ExtraLarge.cspkg">
198      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
199    </None>
200    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Large.cspkg">
201      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
202    </None>
203    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Medium.cspkg">
204      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
205    </None>
206    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Small.cspkg">
207      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
208    </None>
209    <None Include="PackageFiles\ServiceConfiguration.Cloud.cscfg">
210      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
211    </None>
212    <None Include="Plugin.cs.frame" />
213    <None Include="Properties\AssemblyInfo.cs.frame" />
214    <None Include="Properties\Settings.settings">
215      <Generator>SettingsSingleFileGenerator</Generator>
216      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
217    </None>
218  </ItemGroup>
219  <ItemGroup>
220    <EmbeddedResource Include="Properties\Resources.resx">
221      <Generator>ResXFileCodeGenerator</Generator>
222      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
223    </EmbeddedResource>
224    <EmbeddedResource Include="Views\AddAzureServiceDialog.resx">
225      <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
226    </EmbeddedResource>
227    <EmbeddedResource Include="Views\AddCertificate.resx">
228      <DependentUpon>AddCertificate.cs</DependentUpon>
229    </EmbeddedResource>
230    <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
231      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
232    </EmbeddedResource>
233    <EmbeddedResource Include="Views\CloudResourcesView.resx">
234      <DependentUpon>CloudResourcesView.cs</DependentUpon>
235    </EmbeddedResource>
236    <EmbeddedResource Include="Views\DeleteHostedServiceView.resx">
237      <DependentUpon>DeleteHostedServiceView.cs</DependentUpon>
238    </EmbeddedResource>
239    <EmbeddedResource Include="Views\DeleteDeploymentView.resx">
240      <DependentUpon>DeleteDeploymentView.cs</DependentUpon>
241    </EmbeddedResource>
242    <EmbeddedResource Include="Views\DeploymentView.resx">
243      <DependentUpon>DeploymentView.cs</DependentUpon>
244    </EmbeddedResource>
245    <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
246      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
247    </EmbeddedResource>
248    <EmbeddedResource Include="Views\HostedServiceView.resx">
249      <DependentUpon>HostedServiceView.cs</DependentUpon>
250    </EmbeddedResource>
251    <EmbeddedResource Include="Views\SubscriptionView.resx">
252      <DependentUpon>SubscriptionView.cs</DependentUpon>
253    </EmbeddedResource>
254  </ItemGroup>
255  <ItemGroup />
256  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
257  <PropertyGroup>
258    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
259set ProjectDir=$(ProjectDir)
260set SolutionDir=$(SolutionDir)
261set Outdir=$(Outdir)
262
263call PreBuildEvent.cmd</PreBuildEvent>
264  </PropertyGroup>
265  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
266       Other similar extension points exist, see Microsoft.Common.targets.
267  <Target Name="BeforeBuild">
268  </Target>
269  <Target Name="AfterBuild">
270  </Target>
271  -->
272</Project>
Note: See TracBrowser for help on using the repository browser.