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

Last change on this file since 7281 was 7281, checked in by spimming, 13 years ago

#1680:

  • Subscription DTO
  • View for subscription items
  • Dialog to add new azure subscription
  • General view for cloud resources
File size: 7.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="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="CloudManagerClient.cs" />
52    <Compile Include="MenuItems\CloudManagerMenuItem.cs" />
53    <Compile Include="Model\Subscription.cs" />
54    <Compile Include="Plugin.cs" />
55    <Compile Include="Properties\AssemblyInfo.cs" />
56    <Compile Include="Views\AddSubscriptionDialog.cs">
57      <SubType>Form</SubType>
58    </Compile>
59    <Compile Include="Views\AddSubscriptionDialog.Designer.cs">
60      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
61    </Compile>
62    <Compile Include="Views\CloudResourcesView.cs">
63      <SubType>UserControl</SubType>
64    </Compile>
65    <Compile Include="Views\CloudResourcesView.Designer.cs">
66      <DependentUpon>CloudResourcesView.cs</DependentUpon>
67    </Compile>
68    <Compile Include="Views\HiveCloudManagerView.cs">
69      <SubType>UserControl</SubType>
70    </Compile>
71    <Compile Include="Views\HiveCloudManagerView.Designer.cs">
72      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
73    </Compile>
74    <Compile Include="Views\SubscriptionView.cs">
75      <SubType>UserControl</SubType>
76    </Compile>
77    <Compile Include="Views\SubscriptionView.Designer.cs">
78      <DependentUpon>SubscriptionView.cs</DependentUpon>
79    </Compile>
80  </ItemGroup>
81  <ItemGroup>
82    <None Include="HeuristicLab.snk" />
83    <None Include="Plugin.cs.frame" />
84    <None Include="Properties\AssemblyInfo.cs.frame" />
85  </ItemGroup>
86  <ItemGroup>
87    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
88      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
89      <Name>HeuristicLab.Collections-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
92      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
93      <Name>HeuristicLab.Common.Resources-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
96      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
97      <Name>HeuristicLab.Common-3.3</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
100      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
101      <Name>HeuristicLab.Core.Views-3.3</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
104      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
105      <Name>HeuristicLab.Core-3.3</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
108      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
109      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
110    </ProjectReference>
111    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
112      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
113      <Name>HeuristicLab.MainForm-3.3</Name>
114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
116      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
117      <Name>HeuristicLab.Optimization-3.3</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
120      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
121      <Name>HeuristicLab.Optimizer-3.3</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
124      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
125      <Name>HeuristicLab.Persistence-3.3</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
128      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
129      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <ItemGroup>
133    <EmbeddedResource Include="Views\AddSubscriptionDialog.resx">
134      <DependentUpon>AddSubscriptionDialog.cs</DependentUpon>
135    </EmbeddedResource>
136    <EmbeddedResource Include="Views\HiveCloudManagerView.resx">
137      <DependentUpon>HiveCloudManagerView.cs</DependentUpon>
138    </EmbeddedResource>
139    <EmbeddedResource Include="Views\SubscriptionView.resx">
140      <DependentUpon>SubscriptionView.cs</DependentUpon>
141    </EmbeddedResource>
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <PropertyGroup>
145    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
146set ProjectDir=$(ProjectDir)
147set SolutionDir=$(SolutionDir)
148set Outdir=$(Outdir)
149
150call PreBuildEvent.cmd</PreBuildEvent>
151  </PropertyGroup>
152  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153       Other similar extension points exist, see Microsoft.Common.targets.
154  <Target Name="BeforeBuild">
155  </Target>
156  <Target Name="AfterBuild">
157  </Target>
158  -->
159</Project>
Note: See TracBrowser for help on using the repository browser.