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

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

#1680:

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