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

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

#1680: encrypt/decrypt azure subscription data

File size: 13.2 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.Security" />
48    <Reference Include="System.Windows.Forms" />
49    <Reference Include="System.Windows.Forms.DataVisualization" />
50    <Reference Include="System.Xml.Linq" />
51    <Reference Include="System.Data.DataSetExtensions" />
52    <Reference Include="Microsoft.CSharp" />
53    <Reference Include="System.Data" />
54    <Reference Include="System.Xml" />
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="Azure\AzureProvider.cs" />
58    <Compile Include="Azure\CloudBlobExtension.cs" />
59    <Compile Include="Azure\Constants.cs" />
60    <Compile Include="Azure\IAzureProvider.cs" />
61    <Compile Include="Azure\ServiceManagementOperation.cs" />
62    <Compile Include="Azure\ServiceWebRequest.cs" />
63    <Compile Include="Azure\Utils.cs" />
64    <Compile Include="CloudManagerClient.cs" />
65    <Compile Include="CryptoService.cs" />
66    <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
67    <Compile Include="Model\AffinityGroup.cs" />
68    <Compile Include="Model\Deployment.cs" />
69    <Compile Include="Model\HostedService.cs" />
70    <Compile Include="Model\HostedServiceProperties.cs" />
71    <Compile Include="Model\Role.cs" />
72    <Compile Include="Model\RoleInstance.cs" />
73    <Compile Include="Model\StorageService.cs" />
74    <Compile Include="Model\StorageServiceProperties.cs" />
75    <Compile Include="Model\Subscription.cs" />
76    <Compile Include="Model\UpgradeStatus.cs" />
77    <Compile Include="Plugin.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <Compile Include="Properties\Resources.Designer.cs">
80      <AutoGen>True</AutoGen>
81      <DesignTime>True</DesignTime>
82      <DependentUpon>Resources.resx</DependentUpon>
83    </Compile>
84    <Compile Include="Properties\Settings.Designer.cs">
85      <AutoGen>True</AutoGen>
86      <DesignTimeSharedInput>True</DesignTimeSharedInput>
87      <DependentUpon>Settings.settings</DependentUpon>
88    </Compile>
89    <Compile Include="Settings.cs" />
90    <Compile Include="Validation.cs" />
91    <Compile Include="Views\AddAzureServiceDialog.cs">
92      <SubType>Form</SubType>
93    </Compile>
94    <Compile Include="Views\AddAzureServiceDialog.Designer.cs">
95      <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
96    </Compile>
97    <Compile Include="Views\AddCertificate.cs">
98      <SubType>Form</SubType>
99    </Compile>
100    <Compile Include="Views\AddCertificate.Designer.cs">
101      <DependentUpon>AddCertificate.cs</DependentUpon>
102    </Compile>
103    <Compile Include="Views\AddSubscriptionDialog.cs">
104      <SubType>Form</SubType>
105    </Compile>
106    <Compile Include="Views\AddSubscriptionDialog.Designer.cs">
107      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
108    </Compile>
109    <Compile Include="Views\CloudResourcesView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="Views\CloudResourcesView.Designer.cs">
113      <DependentUpon>CloudResourcesView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="Views\DeleteHostedServiceView.cs">
116      <SubType>Form</SubType>
117    </Compile>
118    <Compile Include="Views\DeleteHostedServiceView.Designer.cs">
119      <DependentUpon>DeleteHostedServiceView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="Views\DeleteDeploymentView.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="Views\DeleteDeploymentView.Designer.cs">
125      <DependentUpon>DeleteDeploymentView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="Views\DeploymentView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="Views\DeploymentView.Designer.cs">
131      <DependentUpon>DeploymentView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="Views\HiveCloudManagerView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="Views\HiveCloudManagerView.Designer.cs">
137      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="Views\HostedServiceView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="Views\HostedServiceView.Designer.cs">
143      <DependentUpon>HostedServiceView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Views\SubscriptionView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="Views\SubscriptionView.Designer.cs">
149      <DependentUpon>SubscriptionView.cs</DependentUpon>
150    </Compile>
151  </ItemGroup>
152  <ItemGroup>
153    <None Include="app.config" />
154    <None Include="HeuristicLab.snk" />
155    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.ExtraLarge.cspkg">
156      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
157    </None>
158    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Large.cspkg">
159      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
160    </None>
161    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Medium.cspkg">
162      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
163    </None>
164    <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Small.cspkg">
165      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
166    </None>
167    <None Include="PackageFiles\ServiceConfiguration.Cloud.cscfg">
168      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
169    </None>
170    <None Include="Plugin.cs.frame" />
171    <None Include="Properties\AssemblyInfo.cs.frame" />
172    <None Include="Properties\Settings.settings">
173      <Generator>SettingsSingleFileGenerator</Generator>
174      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
175    </None>
176  </ItemGroup>
177  <ItemGroup>
178    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
179      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
180      <Name>HeuristicLab.Collections-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
183      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
184      <Name>HeuristicLab.Common.Resources-3.3</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
187      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
188      <Name>HeuristicLab.Common-3.3</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
191      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
192      <Name>HeuristicLab.Core.Views-3.3</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
195      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
196      <Name>HeuristicLab.Core-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
199      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
200      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
203      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
204      <Name>HeuristicLab.MainForm-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
207      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
208      <Name>HeuristicLab.Optimization.Views-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
211      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
212      <Name>HeuristicLab.Optimization-3.3</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
215      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
216      <Name>HeuristicLab.Optimizer-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
219      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
220      <Name>HeuristicLab.Persistence-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
223      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
224      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
225    </ProjectReference>
226  </ItemGroup>
227  <ItemGroup>
228    <EmbeddedResource Include="Properties\Resources.resx">
229      <Generator>ResXFileCodeGenerator</Generator>
230      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
231    </EmbeddedResource>
232    <EmbeddedResource Include="Views\AddAzureServiceDialog.resx">
233      <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
234    </EmbeddedResource>
235    <EmbeddedResource Include="Views\AddCertificate.resx">
236      <DependentUpon>AddCertificate.cs</DependentUpon>
237    </EmbeddedResource>
238    <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
239      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
240    </EmbeddedResource>
241    <EmbeddedResource Include="Views\CloudResourcesView.resx">
242      <DependentUpon>CloudResourcesView.cs</DependentUpon>
243    </EmbeddedResource>
244    <EmbeddedResource Include="Views\DeleteHostedServiceView.resx">
245      <DependentUpon>DeleteHostedServiceView.cs</DependentUpon>
246    </EmbeddedResource>
247    <EmbeddedResource Include="Views\DeleteDeploymentView.resx">
248      <DependentUpon>DeleteDeploymentView.cs</DependentUpon>
249    </EmbeddedResource>
250    <EmbeddedResource Include="Views\DeploymentView.resx">
251      <DependentUpon>DeploymentView.cs</DependentUpon>
252    </EmbeddedResource>
253    <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
254      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
255    </EmbeddedResource>
256    <EmbeddedResource Include="Views\HostedServiceView.resx">
257      <DependentUpon>HostedServiceView.cs</DependentUpon>
258    </EmbeddedResource>
259    <EmbeddedResource Include="Views\SubscriptionView.resx">
260      <DependentUpon>SubscriptionView.cs</DependentUpon>
261    </EmbeddedResource>
262  </ItemGroup>
263  <ItemGroup />
264  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
265  <PropertyGroup>
266    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
267set ProjectDir=$(ProjectDir)
268set SolutionDir=$(SolutionDir)
269set Outdir=$(Outdir)
270
271call PreBuildEvent.cmd</PreBuildEvent>
272  </PropertyGroup>
273  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
274       Other similar extension points exist, see Microsoft.Common.targets.
275  <Target Name="BeforeBuild">
276  </Target>
277  <Target Name="AfterBuild">
278  </Target>
279  -->
280</Project>
Note: See TracBrowser for help on using the repository browser.