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 @ 7567

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

#1680:

  • Extension method added for checking if a blob/container exists
  • Connection string for storage service
File size: 11.1 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>..\..\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.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
42    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
43    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
44    <Reference Include="System" />
45    <Reference Include="System.Core" />
46    <Reference Include="System.Drawing" />
47    <Reference Include="System.Windows.Forms" />
48    <Reference Include="System.Windows.Forms.DataVisualization" />
49    <Reference Include="System.Xml.Linq" />
50    <Reference Include="System.Data.DataSetExtensions" />
51    <Reference Include="Microsoft.CSharp" />
52    <Reference Include="System.Data" />
53    <Reference Include="System.Xml" />
54  </ItemGroup>
55  <ItemGroup>
56    <Compile Include="Azure\AzureProvider.cs" />
57    <Compile Include="Azure\CloudBlobExtension.cs" />
58    <Compile Include="Azure\Constants.cs" />
59    <Compile Include="Azure\IAzureProvider.cs" />
60    <Compile Include="Azure\ServiceManagementOperation.cs" />
61    <Compile Include="Azure\ServiceWebRequest.cs" />
62    <Compile Include="Azure\Utils.cs" />
63    <Compile Include="CloudManagerClient.cs" />
64    <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
65    <Compile Include="Model\AffinityGroup.cs" />
66    <Compile Include="Model\Deployment.cs" />
67    <Compile Include="Model\HostedService.cs" />
68    <Compile Include="Model\HostedServiceProperties.cs" />
69    <Compile Include="Model\Role.cs" />
70    <Compile Include="Model\RoleInstance.cs" />
71    <Compile Include="Model\StorageService.cs" />
72    <Compile Include="Model\StorageServiceProperties.cs" />
73    <Compile Include="Model\Subscription.cs" />
74    <Compile Include="Model\UpgradeStatus.cs" />
75    <Compile Include="Plugin.cs" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77    <Compile Include="Properties\Resources.Designer.cs">
78      <AutoGen>True</AutoGen>
79      <DesignTime>True</DesignTime>
80      <DependentUpon>Resources.resx</DependentUpon>
81    </Compile>
82    <Compile Include="Validation.cs" />
83    <Compile Include="Views\AddAzureServiceDialog.cs">
84      <SubType>Form</SubType>
85    </Compile>
86    <Compile Include="Views\AddAzureServiceDialog.Designer.cs">
87      <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
88    </Compile>
89    <Compile Include="Views\AddCertificate.cs">
90      <SubType>Form</SubType>
91    </Compile>
92    <Compile Include="Views\AddCertificate.Designer.cs">
93      <DependentUpon>AddCertificate.cs</DependentUpon>
94    </Compile>
95    <Compile Include="Views\AddSubscriptionDialog.cs">
96      <SubType>Form</SubType>
97    </Compile>
98    <Compile Include="Views\AddSubscriptionDialog.Designer.cs">
99      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
100    </Compile>
101    <Compile Include="Views\CloudResourcesView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="Views\CloudResourcesView.Designer.cs">
105      <DependentUpon>CloudResourcesView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Views\DeploymentView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="Views\DeploymentView.Designer.cs">
111      <DependentUpon>DeploymentView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="Views\HiveCloudManagerView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="Views\HiveCloudManagerView.Designer.cs">
117      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="Views\HostedServiceView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="Views\HostedServiceView.Designer.cs">
123      <DependentUpon>HostedServiceView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Views\SubscriptionView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="Views\SubscriptionView.Designer.cs">
129      <DependentUpon>SubscriptionView.cs</DependentUpon>
130    </Compile>
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="HeuristicLab.snk" />
134    <None Include="Plugin.cs.frame" />
135    <None Include="Properties\AssemblyInfo.cs.frame" />
136  </ItemGroup>
137  <ItemGroup>
138    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
139      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
140      <Name>HeuristicLab.Collections-3.3</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
143      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
144      <Name>HeuristicLab.Common.Resources-3.3</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
147      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
148      <Name>HeuristicLab.Common-3.3</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
151      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
152      <Name>HeuristicLab.Core.Views-3.3</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
155      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
156      <Name>HeuristicLab.Core-3.3</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
159      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
160      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
163      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
164      <Name>HeuristicLab.MainForm-3.3</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
167      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
168      <Name>HeuristicLab.Optimization.Views-3.3</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
171      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
172      <Name>HeuristicLab.Optimization-3.3</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
175      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
176      <Name>HeuristicLab.Optimizer-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
179      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
180      <Name>HeuristicLab.Persistence-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
183      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
184      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
185    </ProjectReference>
186  </ItemGroup>
187  <ItemGroup>
188    <EmbeddedResource Include="Properties\Resources.resx">
189      <Generator>ResXFileCodeGenerator</Generator>
190      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
191    </EmbeddedResource>
192    <EmbeddedResource Include="Views\AddAzureServiceDialog.resx">
193      <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
194    </EmbeddedResource>
195    <EmbeddedResource Include="Views\AddCertificate.resx">
196      <DependentUpon>AddCertificate.cs</DependentUpon>
197    </EmbeddedResource>
198    <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
199      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
200    </EmbeddedResource>
201    <EmbeddedResource Include="Views\CloudResourcesView.resx">
202      <DependentUpon>CloudResourcesView.cs</DependentUpon>
203    </EmbeddedResource>
204    <EmbeddedResource Include="Views\DeploymentView.resx">
205      <DependentUpon>DeploymentView.cs</DependentUpon>
206    </EmbeddedResource>
207    <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
208      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
209    </EmbeddedResource>
210    <EmbeddedResource Include="Views\HostedServiceView.resx">
211      <DependentUpon>HostedServiceView.cs</DependentUpon>
212    </EmbeddedResource>
213    <EmbeddedResource Include="Views\SubscriptionView.resx">
214      <DependentUpon>SubscriptionView.cs</DependentUpon>
215    </EmbeddedResource>
216  </ItemGroup>
217  <ItemGroup />
218  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
219  <PropertyGroup>
220    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
221set ProjectDir=$(ProjectDir)
222set SolutionDir=$(SolutionDir)
223set Outdir=$(Outdir)
224
225call PreBuildEvent.cmd</PreBuildEvent>
226  </PropertyGroup>
227  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
228       Other similar extension points exist, see Microsoft.Common.targets.
229  <Target Name="BeforeBuild">
230  </Target>
231  <Target Name="AfterBuild">
232  </Target>
233  -->
234</Project>
Note: See TracBrowser for help on using the repository browser.