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>{DBFD7205-61AF-40EF-8776-3052DEF91CF3}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Clients.Hive.JobManager</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Clients.Hive.JobManager-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>..\..\..\..\..\trunk\sources\bin\</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 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
40 | <DebugSymbols>true</DebugSymbols>
|
---|
41 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
43 | <DebugType>full</DebugType>
|
---|
44 | <PlatformTarget>x86</PlatformTarget>
|
---|
45 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
46 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
47 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
48 | <ErrorReport>prompt</ErrorReport>
|
---|
49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
50 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
51 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
53 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
54 | </PropertyGroup>
|
---|
55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
56 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
57 | <DefineConstants>TRACE</DefineConstants>
|
---|
58 | <Optimize>true</Optimize>
|
---|
59 | <DebugType>pdbonly</DebugType>
|
---|
60 | <PlatformTarget>x86</PlatformTarget>
|
---|
61 | <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
62 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
63 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
64 | <ErrorReport>prompt</ErrorReport>
|
---|
65 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
66 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
67 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
68 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
69 | </PropertyGroup>
|
---|
70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
71 | <DebugSymbols>true</DebugSymbols>
|
---|
72 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
73 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
74 | <DebugType>full</DebugType>
|
---|
75 | <PlatformTarget>x64</PlatformTarget>
|
---|
76 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
77 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
78 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
79 | <ErrorReport>prompt</ErrorReport>
|
---|
80 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
81 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
82 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
83 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
84 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
85 | </PropertyGroup>
|
---|
86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
87 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
88 | <DefineConstants>TRACE</DefineConstants>
|
---|
89 | <Optimize>true</Optimize>
|
---|
90 | <DebugType>pdbonly</DebugType>
|
---|
91 | <PlatformTarget>x64</PlatformTarget>
|
---|
92 | <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
93 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
94 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
95 | <ErrorReport>prompt</ErrorReport>
|
---|
96 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
97 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
98 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
99 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
100 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
101 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
102 | </PropertyGroup>
|
---|
103 | <ItemGroup>
|
---|
104 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
105 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
106 | <Private>False</Private>
|
---|
107 | </Reference>
|
---|
108 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
109 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
110 | <Private>False</Private>
|
---|
111 | </Reference>
|
---|
112 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
113 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
114 | <Private>False</Private>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
117 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
118 | <Private>False</Private>
|
---|
119 | </Reference>
|
---|
120 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
121 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
122 | <Private>False</Private>
|
---|
123 | </Reference>
|
---|
124 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
125 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
126 | <Private>False</Private>
|
---|
127 | </Reference>
|
---|
128 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
129 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
130 | <Private>False</Private>
|
---|
131 | </Reference>
|
---|
132 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
133 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
134 | <Private>False</Private>
|
---|
135 | </Reference>
|
---|
136 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
137 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
138 | <Private>False</Private>
|
---|
139 | </Reference>
|
---|
140 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
141 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
142 | <Private>False</Private>
|
---|
143 | </Reference>
|
---|
144 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
145 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
146 | <Private>False</Private>
|
---|
147 | </Reference>
|
---|
148 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
149 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
150 | <Private>False</Private>
|
---|
151 | </Reference>
|
---|
152 | <Reference Include="System" />
|
---|
153 | <Reference Include="System.Configuration" />
|
---|
154 | <Reference Include="System.Core" />
|
---|
155 | <Reference Include="System.Data" />
|
---|
156 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
157 | <Reference Include="System.Drawing" />
|
---|
158 | <Reference Include="System.Runtime.Serialization" />
|
---|
159 | <Reference Include="System.ServiceModel" />
|
---|
160 | <Reference Include="System.Windows.Forms" />
|
---|
161 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
162 | <Reference Include="System.Xml" />
|
---|
163 | <Reference Include="System.Xml.Linq" />
|
---|
164 | </ItemGroup>
|
---|
165 | <ItemGroup>
|
---|
166 | <Compile Include="Plugin.cs" />
|
---|
167 | <Compile Include="Views\HiveJobManagerView.cs">
|
---|
168 | <SubType>UserControl</SubType>
|
---|
169 | </Compile>
|
---|
170 | <Compile Include="Views\HiveJobManagerView.Designer.cs">
|
---|
171 | <DependentUpon>HiveJobManagerView.cs</DependentUpon>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="MenuItems\JobManagerMenuItem.cs" />
|
---|
174 | <Compile Include="Views\HiveJobPermissionListView.cs">
|
---|
175 | <SubType>UserControl</SubType>
|
---|
176 | </Compile>
|
---|
177 | <Compile Include="Views\HiveJobPermissionListView.Designer.cs">
|
---|
178 | <DependentUpon>HiveJobPermissionListView.cs</DependentUpon>
|
---|
179 | </Compile>
|
---|
180 | <Compile Include="Views\HiveJobPermissionView.cs">
|
---|
181 | <SubType>UserControl</SubType>
|
---|
182 | </Compile>
|
---|
183 | <Compile Include="Views\HiveJobPermissionView.Designer.cs">
|
---|
184 | <DependentUpon>HiveJobPermissionView.cs</DependentUpon>
|
---|
185 | </Compile>
|
---|
186 | <Compile Include="Views\RefreshableHiveJobListView.cs">
|
---|
187 | <SubType>UserControl</SubType>
|
---|
188 | </Compile>
|
---|
189 | <Compile Include="Views\RefreshableHiveJobListView.Designer.cs">
|
---|
190 | <DependentUpon>RefreshableHiveJobListView.cs</DependentUpon>
|
---|
191 | </Compile>
|
---|
192 | <Compile Include="Views\RefreshableHiveJobView.cs">
|
---|
193 | <SubType>UserControl</SubType>
|
---|
194 | </Compile>
|
---|
195 | <Compile Include="Views\RefreshableHiveJobView.Designer.cs">
|
---|
196 | <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
|
---|
197 | </Compile>
|
---|
198 | <None Include="Plugin.cs.frame" />
|
---|
199 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
200 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
201 | </ItemGroup>
|
---|
202 | <ItemGroup>
|
---|
203 | <None Include="HeuristicLab.snk" />
|
---|
204 | </ItemGroup>
|
---|
205 | <ItemGroup>
|
---|
206 | <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
|
---|
207 | <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
|
---|
208 | <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
|
---|
209 | <Private>False</Private>
|
---|
210 | </ProjectReference>
|
---|
211 | <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
|
---|
212 | <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
|
---|
213 | <Name>HeuristicLab.Clients.Hive-3.3</Name>
|
---|
214 | <Private>False</Private>
|
---|
215 | </ProjectReference>
|
---|
216 | <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
|
---|
217 | <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
|
---|
218 | <Name>HeuristicLab.Hive-3.3</Name>
|
---|
219 | <Private>False</Private>
|
---|
220 | </ProjectReference>
|
---|
221 | </ItemGroup>
|
---|
222 | <ItemGroup>
|
---|
223 | <EmbeddedResource Include="Views\HiveJobManagerView.resx">
|
---|
224 | <DependentUpon>HiveJobManagerView.cs</DependentUpon>
|
---|
225 | <SubType>Designer</SubType>
|
---|
226 | </EmbeddedResource>
|
---|
227 | <EmbeddedResource Include="Views\HiveJobPermissionView.resx">
|
---|
228 | <DependentUpon>HiveJobPermissionView.cs</DependentUpon>
|
---|
229 | </EmbeddedResource>
|
---|
230 | <EmbeddedResource Include="Views\RefreshableHiveJobView.resx">
|
---|
231 | <DependentUpon>RefreshableHiveJobView.cs</DependentUpon>
|
---|
232 | </EmbeddedResource>
|
---|
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 | <PropertyGroup>
|
---|
244 | <PostBuildEvent>
|
---|
245 | </PostBuildEvent>
|
---|
246 | </PropertyGroup>
|
---|
247 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
248 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
249 | <Target Name="BeforeBuild">
|
---|
250 | </Target>
|
---|
251 | <Target Name="AfterBuild">
|
---|
252 | </Target>
|
---|
253 | -->
|
---|
254 | </Project> |
---|