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.MainForm-3.3">
|
---|
56 | <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
57 | </Reference>
|
---|
58 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
59 | <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
60 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
61 | <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
62 | </Reference>
|
---|
63 | <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
64 | <Reference Include="System" />
|
---|
65 | <Reference Include="System.Core" />
|
---|
66 | <Reference Include="System.Drawing" />
|
---|
67 | <Reference Include="System.Security" />
|
---|
68 | <Reference Include="System.Windows.Forms" />
|
---|
69 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
70 | <Reference Include="System.Xml.Linq" />
|
---|
71 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
72 | <Reference Include="Microsoft.CSharp" />
|
---|
73 | <Reference Include="System.Data" />
|
---|
74 | <Reference Include="System.Xml" />
|
---|
75 | </ItemGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <Compile Include="Azure\AzureProvider.cs" />
|
---|
78 | <Compile Include="Azure\CloudBlobExtension.cs" />
|
---|
79 | <Compile Include="Azure\Constants.cs" />
|
---|
80 | <Compile Include="Azure\IAzureProvider.cs" />
|
---|
81 | <Compile Include="Azure\ServiceManagementOperation.cs" />
|
---|
82 | <Compile Include="Azure\ServiceWebRequest.cs" />
|
---|
83 | <Compile Include="Azure\Utils.cs" />
|
---|
84 | <Compile Include="CloudManagerClient.cs" />
|
---|
85 | <Compile Include="CryptoService.cs" />
|
---|
86 | <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
|
---|
87 | <Compile Include="Model\AffinityGroup.cs" />
|
---|
88 | <Compile Include="Model\Deployment.cs" />
|
---|
89 | <Compile Include="Model\HostedService.cs" />
|
---|
90 | <Compile Include="Model\HostedServiceProperties.cs" />
|
---|
91 | <Compile Include="Model\Role.cs" />
|
---|
92 | <Compile Include="Model\RoleInstance.cs" />
|
---|
93 | <Compile Include="Model\StorageService.cs" />
|
---|
94 | <Compile Include="Model\StorageServiceProperties.cs" />
|
---|
95 | <Compile Include="Model\Subscription.cs" />
|
---|
96 | <Compile Include="Model\UpgradeStatus.cs" />
|
---|
97 | <Compile Include="Plugin.cs" />
|
---|
98 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
99 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
100 | <AutoGen>True</AutoGen>
|
---|
101 | <DesignTime>True</DesignTime>
|
---|
102 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
103 | </Compile>
|
---|
104 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
105 | <AutoGen>True</AutoGen>
|
---|
106 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
107 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
108 | </Compile>
|
---|
109 | <Compile Include="Settings.cs" />
|
---|
110 | <Compile Include="Validation.cs" />
|
---|
111 | <Compile Include="Views\AddAzureServiceDialog.cs">
|
---|
112 | <SubType>Form</SubType>
|
---|
113 | </Compile>
|
---|
114 | <Compile Include="Views\AddAzureServiceDialog.Designer.cs">
|
---|
115 | <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
|
---|
116 | </Compile>
|
---|
117 | <Compile Include="Views\AddCertificate.cs">
|
---|
118 | <SubType>Form</SubType>
|
---|
119 | </Compile>
|
---|
120 | <Compile Include="Views\AddCertificate.Designer.cs">
|
---|
121 | <DependentUpon>AddCertificate.cs</DependentUpon>
|
---|
122 | </Compile>
|
---|
123 | <Compile Include="Views\AddSubscriptionDialog.cs">
|
---|
124 | <SubType>Form</SubType>
|
---|
125 | </Compile>
|
---|
126 | <Compile Include="Views\AddSubscriptionDialog.Designer.cs">
|
---|
127 | <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
|
---|
128 | </Compile>
|
---|
129 | <Compile Include="Views\CloudResourcesView.cs">
|
---|
130 | <SubType>UserControl</SubType>
|
---|
131 | </Compile>
|
---|
132 | <Compile Include="Views\CloudResourcesView.Designer.cs">
|
---|
133 | <DependentUpon>CloudResourcesView.cs</DependentUpon>
|
---|
134 | </Compile>
|
---|
135 | <Compile Include="Views\DeleteHostedServiceView.cs">
|
---|
136 | <SubType>Form</SubType>
|
---|
137 | </Compile>
|
---|
138 | <Compile Include="Views\DeleteHostedServiceView.Designer.cs">
|
---|
139 | <DependentUpon>DeleteHostedServiceView.cs</DependentUpon>
|
---|
140 | </Compile>
|
---|
141 | <Compile Include="Views\DeleteDeploymentView.cs">
|
---|
142 | <SubType>Form</SubType>
|
---|
143 | </Compile>
|
---|
144 | <Compile Include="Views\DeleteDeploymentView.Designer.cs">
|
---|
145 | <DependentUpon>DeleteDeploymentView.cs</DependentUpon>
|
---|
146 | </Compile>
|
---|
147 | <Compile Include="Views\DeploymentView.cs">
|
---|
148 | <SubType>UserControl</SubType>
|
---|
149 | </Compile>
|
---|
150 | <Compile Include="Views\DeploymentView.Designer.cs">
|
---|
151 | <DependentUpon>DeploymentView.cs</DependentUpon>
|
---|
152 | </Compile>
|
---|
153 | <Compile Include="Views\HiveCloudManagerView.cs">
|
---|
154 | <SubType>UserControl</SubType>
|
---|
155 | </Compile>
|
---|
156 | <Compile Include="Views\HiveCloudManagerView.Designer.cs">
|
---|
157 | <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
|
---|
158 | </Compile>
|
---|
159 | <Compile Include="Views\HostedServiceView.cs">
|
---|
160 | <SubType>UserControl</SubType>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="Views\HostedServiceView.Designer.cs">
|
---|
163 | <DependentUpon>HostedServiceView.cs</DependentUpon>
|
---|
164 | </Compile>
|
---|
165 | <Compile Include="Views\SubscriptionView.cs">
|
---|
166 | <SubType>UserControl</SubType>
|
---|
167 | </Compile>
|
---|
168 | <Compile Include="Views\SubscriptionView.Designer.cs">
|
---|
169 | <DependentUpon>SubscriptionView.cs</DependentUpon>
|
---|
170 | </Compile>
|
---|
171 | </ItemGroup>
|
---|
172 | <ItemGroup>
|
---|
173 | <None Include="app.config" />
|
---|
174 | <None Include="HeuristicLab.snk" />
|
---|
175 | <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.ExtraLarge.cspkg">
|
---|
176 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
177 | </None>
|
---|
178 | <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Large.cspkg">
|
---|
179 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
180 | </None>
|
---|
181 | <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Medium.cspkg">
|
---|
182 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
183 | </None>
|
---|
184 | <None Include="PackageFiles\HeuristicLab.Clients.Hive.Slave.Azure.Small.cspkg">
|
---|
185 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
186 | </None>
|
---|
187 | <None Include="PackageFiles\ServiceConfiguration.Cloud.cscfg">
|
---|
188 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
189 | </None>
|
---|
190 | <None Include="Plugin.cs.frame" />
|
---|
191 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
192 | <None Include="Properties\Settings.settings">
|
---|
193 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
194 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
195 | </None>
|
---|
196 | </ItemGroup>
|
---|
197 | <ItemGroup>
|
---|
198 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
199 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
200 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
201 | </EmbeddedResource>
|
---|
202 | <EmbeddedResource Include="Views\AddAzureServiceDialog.resx">
|
---|
203 | <DependentUpon>AddAzureServiceDialog.cs</DependentUpon>
|
---|
204 | </EmbeddedResource>
|
---|
205 | <EmbeddedResource Include="Views\AddCertificate.resx">
|
---|
206 | <DependentUpon>AddCertificate.cs</DependentUpon>
|
---|
207 | </EmbeddedResource>
|
---|
208 | <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
|
---|
209 | <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
|
---|
210 | </EmbeddedResource>
|
---|
211 | <EmbeddedResource Include="Views\CloudResourcesView.resx">
|
---|
212 | <DependentUpon>CloudResourcesView.cs</DependentUpon>
|
---|
213 | </EmbeddedResource>
|
---|
214 | <EmbeddedResource Include="Views\DeleteHostedServiceView.resx">
|
---|
215 | <DependentUpon>DeleteHostedServiceView.cs</DependentUpon>
|
---|
216 | </EmbeddedResource>
|
---|
217 | <EmbeddedResource Include="Views\DeleteDeploymentView.resx">
|
---|
218 | <DependentUpon>DeleteDeploymentView.cs</DependentUpon>
|
---|
219 | </EmbeddedResource>
|
---|
220 | <EmbeddedResource Include="Views\DeploymentView.resx">
|
---|
221 | <DependentUpon>DeploymentView.cs</DependentUpon>
|
---|
222 | </EmbeddedResource>
|
---|
223 | <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
|
---|
224 | <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
|
---|
225 | </EmbeddedResource>
|
---|
226 | <EmbeddedResource Include="Views\HostedServiceView.resx">
|
---|
227 | <DependentUpon>HostedServiceView.cs</DependentUpon>
|
---|
228 | </EmbeddedResource>
|
---|
229 | <EmbeddedResource Include="Views\SubscriptionView.resx">
|
---|
230 | <DependentUpon>SubscriptionView.cs</DependentUpon>
|
---|
231 | </EmbeddedResource>
|
---|
232 | </ItemGroup>
|
---|
233 | <ItemGroup />
|
---|
234 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
235 | <PropertyGroup>
|
---|
236 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
237 | set ProjectDir=$(ProjectDir)
|
---|
238 | set SolutionDir=$(SolutionDir)
|
---|
239 | set Outdir=$(Outdir)
|
---|
240 |
|
---|
241 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
242 | </PropertyGroup>
|
---|
243 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
244 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
245 | <Target Name="BeforeBuild">
|
---|
246 | </Target>
|
---|
247 | <Target Name="AfterBuild">
|
---|
248 | </Target>
|
---|
249 | -->
|
---|
250 | </Project> |
---|