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>9.0.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{9AADAE96-361F-48F0-B9B0-31B7DACD0492}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.OKB.Cockpit.Admin</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.OKB.Cockpit.Admin-3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <FileUpgradeFlags>
|
---|
16 | </FileUpgradeFlags>
|
---|
17 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
18 | <UpgradeBackupLocation />
|
---|
19 | <PublishUrl>publish\</PublishUrl>
|
---|
20 | <Install>true</Install>
|
---|
21 | <InstallFrom>Disk</InstallFrom>
|
---|
22 | <UpdateEnabled>false</UpdateEnabled>
|
---|
23 | <UpdateMode>Foreground</UpdateMode>
|
---|
24 | <UpdateInterval>7</UpdateInterval>
|
---|
25 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
26 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
27 | <UpdateRequired>false</UpdateRequired>
|
---|
28 | <MapFileExtensions>true</MapFileExtensions>
|
---|
29 | <ApplicationRevision>0</ApplicationRevision>
|
---|
30 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
31 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
32 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
33 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
36 | <DebugSymbols>true</DebugSymbols>
|
---|
37 | <DebugType>full</DebugType>
|
---|
38 | <Optimize>false</Optimize>
|
---|
39 | <OutputPath>bin\Debug\</OutputPath>
|
---|
40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
41 | <ErrorReport>prompt</ErrorReport>
|
---|
42 | <WarningLevel>4</WarningLevel>
|
---|
43 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
44 | </PropertyGroup>
|
---|
45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
46 | <DebugType>pdbonly</DebugType>
|
---|
47 | <Optimize>true</Optimize>
|
---|
48 | <OutputPath>bin\Release\</OutputPath>
|
---|
49 | <DefineConstants>TRACE</DefineConstants>
|
---|
50 | <ErrorReport>prompt</ErrorReport>
|
---|
51 | <WarningLevel>4</WarningLevel>
|
---|
52 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
53 | </PropertyGroup>
|
---|
54 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
55 | <DebugSymbols>true</DebugSymbols>
|
---|
56 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
57 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
58 | <DebugType>full</DebugType>
|
---|
59 | <PlatformTarget>x86</PlatformTarget>
|
---|
60 | <ErrorReport>prompt</ErrorReport>
|
---|
61 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
62 | </PropertyGroup>
|
---|
63 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
64 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
65 | <DefineConstants>TRACE</DefineConstants>
|
---|
66 | <Optimize>true</Optimize>
|
---|
67 | <DebugType>pdbonly</DebugType>
|
---|
68 | <PlatformTarget>x86</PlatformTarget>
|
---|
69 | <ErrorReport>prompt</ErrorReport>
|
---|
70 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
71 | </PropertyGroup>
|
---|
72 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
73 | <DebugSymbols>true</DebugSymbols>
|
---|
74 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
75 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
76 | <DebugType>full</DebugType>
|
---|
77 | <PlatformTarget>x64</PlatformTarget>
|
---|
78 | <ErrorReport>prompt</ErrorReport>
|
---|
79 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
80 | </PropertyGroup>
|
---|
81 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
82 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
83 | <DefineConstants>TRACE</DefineConstants>
|
---|
84 | <Optimize>true</Optimize>
|
---|
85 | <DebugType>pdbonly</DebugType>
|
---|
86 | <PlatformTarget>x64</PlatformTarget>
|
---|
87 | <ErrorReport>prompt</ErrorReport>
|
---|
88 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
89 | </PropertyGroup>
|
---|
90 | <ItemGroup>
|
---|
91 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
92 | <SpecificVersion>False</SpecificVersion>
|
---|
93 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
94 | </Reference>
|
---|
95 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.2744, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
|
---|
96 | <SpecificVersion>False</SpecificVersion>
|
---|
97 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
98 | </Reference>
|
---|
99 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
100 | <SpecificVersion>False</SpecificVersion>
|
---|
101 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
102 | </Reference>
|
---|
103 | <Reference Include="PresentationCore">
|
---|
104 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="PresentationFramework">
|
---|
107 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="System" />
|
---|
110 | <Reference Include="System.Core">
|
---|
111 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="System.Runtime.Serialization">
|
---|
114 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
115 | </Reference>
|
---|
116 | <Reference Include="System.ServiceModel">
|
---|
117 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
118 | </Reference>
|
---|
119 | <Reference Include="System.Windows.Forms" />
|
---|
120 | <Reference Include="System.Xml.Linq">
|
---|
121 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
122 | </Reference>
|
---|
123 | <Reference Include="System.Data.DataSetExtensions">
|
---|
124 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
125 | </Reference>
|
---|
126 | <Reference Include="System.Data" />
|
---|
127 | <Reference Include="System.Xml" />
|
---|
128 | <Reference Include="WindowsBase">
|
---|
129 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
130 | </Reference>
|
---|
131 | <Reference Include="WindowsFormsIntegration">
|
---|
132 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
133 | </Reference>
|
---|
134 | <Reference Include="WPFToolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
135 | <SpecificVersion>False</SpecificVersion>
|
---|
136 | <HintPath>..\HeuristicLab.OKB.Cockpit\lib\WPFToolkit.dll</HintPath>
|
---|
137 | </Reference>
|
---|
138 | </ItemGroup>
|
---|
139 | <ItemGroup>
|
---|
140 | <Compile Include="AlgorithmEditor.xaml.cs">
|
---|
141 | <DependentUpon>AlgorithmEditor.xaml</DependentUpon>
|
---|
142 | </Compile>
|
---|
143 | <None Include="app.config" />
|
---|
144 | <None Include="HeuristicLabOkbCockpitAdminPlugin.cs.frame" />
|
---|
145 | <Compile Include="DataClientHelper.cs" />
|
---|
146 | <Compile Include="EntityEditorSupport.cs" />
|
---|
147 | <Compile Include="HeuristicLabOkbCockpitAdminPlugin.cs" />
|
---|
148 | <Compile Include="IOperatorGraphEditor.cs" />
|
---|
149 | <Compile Include="ItemSelector.xaml.cs">
|
---|
150 | <DependentUpon>ItemSelector.xaml</DependentUpon>
|
---|
151 | </Compile>
|
---|
152 | <Compile Include="OperatorGraphEditorHost.xaml.cs">
|
---|
153 | <DependentUpon>OperatorGraphEditorHost.xaml</DependentUpon>
|
---|
154 | </Compile>
|
---|
155 | <Compile Include="PersistenceHacker.cs" />
|
---|
156 | <Compile Include="ProblemEditor.xaml.cs">
|
---|
157 | <DependentUpon>ProblemEditor.xaml</DependentUpon>
|
---|
158 | </Compile>
|
---|
159 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
160 | <Compile Include="RelationEditorWindow.xaml.cs">
|
---|
161 | <DependentUpon>RelationEditorWindow.xaml</DependentUpon>
|
---|
162 | </Compile>
|
---|
163 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
164 | <Compile Include="Service References\OKBAdmin\Reference.cs">
|
---|
165 | <AutoGen>True</AutoGen>
|
---|
166 | <DesignTime>True</DesignTime>
|
---|
167 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
168 | </Compile>
|
---|
169 | <Compile Include="Service References\OKBData\Reference.cs">
|
---|
170 | <AutoGen>True</AutoGen>
|
---|
171 | <DesignTime>True</DesignTime>
|
---|
172 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
173 | </Compile>
|
---|
174 | <Compile Include="Service References\OKBTables\Reference.cs">
|
---|
175 | <AutoGen>True</AutoGen>
|
---|
176 | <DesignTime>True</DesignTime>
|
---|
177 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
178 | </Compile>
|
---|
179 | <Compile Include="TableLoadWorker.cs">
|
---|
180 | <SubType>Component</SubType>
|
---|
181 | </Compile>
|
---|
182 | <Compile Include="TableOverview.xaml.cs">
|
---|
183 | <DependentUpon>TableOverview.xaml</DependentUpon>
|
---|
184 | </Compile>
|
---|
185 | <Compile Include="TableView.xaml.cs">
|
---|
186 | <DependentUpon>TableView.xaml</DependentUpon>
|
---|
187 | </Compile>
|
---|
188 | </ItemGroup>
|
---|
189 | <ItemGroup>
|
---|
190 | <Page Include="AlgorithmEditor.xaml">
|
---|
191 | <Generator>MSBuild:Compile</Generator>
|
---|
192 | <SubType>Designer</SubType>
|
---|
193 | <Generator>MSBuild:Compile</Generator>
|
---|
194 | <SubType>Designer</SubType>
|
---|
195 | </Page>
|
---|
196 | </ItemGroup>
|
---|
197 | <ItemGroup>
|
---|
198 | <Page Include="ItemSelector.xaml">
|
---|
199 | <Generator>MSBuild:Compile</Generator>
|
---|
200 | <SubType>Designer</SubType>
|
---|
201 | <Generator>MSBuild:Compile</Generator>
|
---|
202 | <SubType>Designer</SubType>
|
---|
203 | </Page>
|
---|
204 | </ItemGroup>
|
---|
205 | <ItemGroup>
|
---|
206 | <Page Include="OperatorGraphEditorHost.xaml">
|
---|
207 | <Generator>MSBuild:Compile</Generator>
|
---|
208 | <SubType>Designer</SubType>
|
---|
209 | <Generator>MSBuild:Compile</Generator>
|
---|
210 | <SubType>Designer</SubType>
|
---|
211 | </Page>
|
---|
212 | </ItemGroup>
|
---|
213 | <ItemGroup>
|
---|
214 | <Page Include="ProblemEditor.xaml">
|
---|
215 | <Generator>MSBuild:Compile</Generator>
|
---|
216 | <SubType>Designer</SubType>
|
---|
217 | <Generator>MSBuild:Compile</Generator>
|
---|
218 | <SubType>Designer</SubType>
|
---|
219 | </Page>
|
---|
220 | </ItemGroup>
|
---|
221 | <ItemGroup>
|
---|
222 | <Page Include="RelationEditorWindow.xaml">
|
---|
223 | <Generator>MSBuild:Compile</Generator>
|
---|
224 | <SubType>Designer</SubType>
|
---|
225 | <Generator>MSBuild:Compile</Generator>
|
---|
226 | <SubType>Designer</SubType>
|
---|
227 | </Page>
|
---|
228 | </ItemGroup>
|
---|
229 | <ItemGroup>
|
---|
230 | <Page Include="TableOverview.xaml">
|
---|
231 | <Generator>MSBuild:Compile</Generator>
|
---|
232 | <SubType>Designer</SubType>
|
---|
233 | <Generator>MSBuild:Compile</Generator>
|
---|
234 | <SubType>Designer</SubType>
|
---|
235 | </Page>
|
---|
236 | </ItemGroup>
|
---|
237 | <ItemGroup>
|
---|
238 | <Page Include="TableView.xaml">
|
---|
239 | <Generator>MSBuild:Compile</Generator>
|
---|
240 | <SubType>Designer</SubType>
|
---|
241 | <Generator>MSBuild:Compile</Generator>
|
---|
242 | <SubType>Designer</SubType>
|
---|
243 | </Page>
|
---|
244 | </ItemGroup>
|
---|
245 | <ItemGroup>
|
---|
246 | <ProjectReference Include="..\HeuristicLab.BackgroundProcessing\HeuristicLab.BackgroundProcessing-3.3.csproj">
|
---|
247 | <Project>{589BECAE-69B0-4EB1-8C06-C073531762B7}</Project>
|
---|
248 | <Name>HeuristicLab.BackgroundProcessing-3.3</Name>
|
---|
249 | </ProjectReference>
|
---|
250 | <ProjectReference Include="..\HeuristicLab.MainForm.WPF\HeuristicLab.MainForm.WPF-3.3.csproj">
|
---|
251 | <Project>{1DBC4D60-0064-4A53-B48C-63D144A67B07}</Project>
|
---|
252 | <Name>HeuristicLab.MainForm.WPF-3.3</Name>
|
---|
253 | </ProjectReference>
|
---|
254 | <ProjectReference Include="..\HeuristicLab.OKB.Client\HeuristicLab.OKB.Client-3.3.csproj">
|
---|
255 | <Project>{B157FAB7-9B6D-4BAE-ACF2-C6FB7D22EBBD}</Project>
|
---|
256 | <Name>HeuristicLab.OKB.Client-3.3</Name>
|
---|
257 | </ProjectReference>
|
---|
258 | <ProjectReference Include="..\HeuristicLab.OKB.Cockpit\HeuristicLab.OKB.Cockpit-3.3.csproj">
|
---|
259 | <Project>{52567721-66A9-4411-9ED6-48DE37732868}</Project>
|
---|
260 | <Name>HeuristicLab.OKB.Cockpit-3.3</Name>
|
---|
261 | </ProjectReference>
|
---|
262 | </ItemGroup>
|
---|
263 | <ItemGroup>
|
---|
264 | <WCFMetadata Include="Service References\" />
|
---|
265 | </ItemGroup>
|
---|
266 | <ItemGroup>
|
---|
267 | <None Include="Properties\DataSources\System.Data.DataTable.datasource" />
|
---|
268 | <None Include="Service References\OKBAdmin\HeuristicLab.OKB.Cockpit.Admin.OKBAdmin.Algorithm.datasource">
|
---|
269 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
270 | </None>
|
---|
271 | <None Include="Service References\OKBAdmin\HeuristicLab.OKB.Cockpit.Admin.OKBAdmin.Platform.datasource">
|
---|
272 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
273 | </None>
|
---|
274 | <None Include="Service References\OKBAdmin\HeuristicLab.OKB.Cockpit.Admin.OKBAdmin.Problem.datasource">
|
---|
275 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
276 | </None>
|
---|
277 | <None Include="Service References\OKBAdmin\HeuristicLab.Services.OKB.DataAccess.xsd">
|
---|
278 | <SubType>Designer</SubType>
|
---|
279 | </None>
|
---|
280 | <None Include="Service References\OKBAdmin\service.wsdl" />
|
---|
281 | <None Include="Service References\OKBAdmin\service.xsd">
|
---|
282 | <SubType>Designer</SubType>
|
---|
283 | </None>
|
---|
284 | <None Include="Service References\OKBAdmin\service1.xsd">
|
---|
285 | <SubType>Designer</SubType>
|
---|
286 | </None>
|
---|
287 | <None Include="Service References\OKBAdmin\System.Data.Linq.xsd">
|
---|
288 | <SubType>Designer</SubType>
|
---|
289 | </None>
|
---|
290 | <None Include="Service References\OKBData\HeuristicLab.Services.OKB.xsd">
|
---|
291 | <SubType>Designer</SubType>
|
---|
292 | </None>
|
---|
293 | <None Include="Service References\OKBData\service.wsdl" />
|
---|
294 | <None Include="Service References\OKBData\service.xsd">
|
---|
295 | <SubType>Designer</SubType>
|
---|
296 | </None>
|
---|
297 | <None Include="Service References\OKBData\service1.xsd">
|
---|
298 | <SubType>Designer</SubType>
|
---|
299 | </None>
|
---|
300 | <None Include="Service References\OKBTables\Arrays.xsd">
|
---|
301 | <SubType>Designer</SubType>
|
---|
302 | </None>
|
---|
303 | <None Include="Service References\OKBTables\service.wsdl" />
|
---|
304 | <None Include="Service References\OKBTables\service.xsd">
|
---|
305 | <SubType>Designer</SubType>
|
---|
306 | </None>
|
---|
307 | <None Include="Service References\OKBTables\service1.xsd">
|
---|
308 | <SubType>Designer</SubType>
|
---|
309 | </None>
|
---|
310 | <None Include="Service References\OKBTables\System.Data.xsd">
|
---|
311 | <SubType>Designer</SubType>
|
---|
312 | </None>
|
---|
313 | <None Include="UpdateLocalInstallation.cmd" />
|
---|
314 | </ItemGroup>
|
---|
315 | <ItemGroup>
|
---|
316 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
317 | <Visible>False</Visible>
|
---|
318 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
319 | <Install>false</Install>
|
---|
320 | </BootstrapperPackage>
|
---|
321 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
322 | <Visible>False</Visible>
|
---|
323 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
324 | <Install>true</Install>
|
---|
325 | </BootstrapperPackage>
|
---|
326 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
327 | <Visible>False</Visible>
|
---|
328 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
329 | <Install>true</Install>
|
---|
330 | </BootstrapperPackage>
|
---|
331 | </ItemGroup>
|
---|
332 | <ItemGroup>
|
---|
333 | <WCFMetadataStorage Include="Service References\OKBAdmin\" />
|
---|
334 | <WCFMetadataStorage Include="Service References\OKBData\" />
|
---|
335 | <WCFMetadataStorage Include="Service References\OKBTables\" />
|
---|
336 | </ItemGroup>
|
---|
337 | <ItemGroup>
|
---|
338 | <None Include="Service References\OKBAdmin\configuration91.svcinfo" />
|
---|
339 | </ItemGroup>
|
---|
340 | <ItemGroup>
|
---|
341 | <None Include="Service References\OKBAdmin\configuration.svcinfo" />
|
---|
342 | </ItemGroup>
|
---|
343 | <ItemGroup>
|
---|
344 | <None Include="Service References\OKBAdmin\Reference.svcmap">
|
---|
345 | <Generator>WCF Proxy Generator</Generator>
|
---|
346 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
347 | </None>
|
---|
348 | </ItemGroup>
|
---|
349 | <ItemGroup>
|
---|
350 | <None Include="Service References\OKBData\configuration91.svcinfo" />
|
---|
351 | </ItemGroup>
|
---|
352 | <ItemGroup>
|
---|
353 | <None Include="Service References\OKBData\configuration.svcinfo" />
|
---|
354 | </ItemGroup>
|
---|
355 | <ItemGroup>
|
---|
356 | <None Include="Service References\OKBData\Reference.svcmap">
|
---|
357 | <Generator>WCF Proxy Generator</Generator>
|
---|
358 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
359 | </None>
|
---|
360 | </ItemGroup>
|
---|
361 | <ItemGroup>
|
---|
362 | <None Include="Service References\OKBTables\configuration91.svcinfo" />
|
---|
363 | </ItemGroup>
|
---|
364 | <ItemGroup>
|
---|
365 | <None Include="Service References\OKBTables\configuration.svcinfo" />
|
---|
366 | </ItemGroup>
|
---|
367 | <ItemGroup>
|
---|
368 | <None Include="Service References\OKBTables\Reference.svcmap">
|
---|
369 | <Generator>WCF Proxy Generator</Generator>
|
---|
370 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
371 | </None>
|
---|
372 | </ItemGroup>
|
---|
373 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
374 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
375 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
376 | <Target Name="BeforeBuild">
|
---|
377 | </Target>
|
---|
378 | <Target Name="AfterBuild">
|
---|
379 | </Target>
|
---|
380 | -->
|
---|
381 | <PropertyGroup>
|
---|
382 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
383 | set ProjectDir=$(ProjectDir)
|
---|
384 | set SolutionDir=$(SolutionDir)
|
---|
385 | set Outdir=$(Outdir)
|
---|
386 |
|
---|
387 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
|
---|
388 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOKBCockpitAdminPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOKBCockpitAdminPlugin.cs"</PreBuildEvent>
|
---|
389 | <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
390 | set ProjectDir=$(ProjectDir)
|
---|
391 | set SolutionDir=$(SolutionDir)
|
---|
392 | set Outdir=$(Outdir)
|
---|
393 |
|
---|
394 | call UpdateLocalInstallation.cmd</PostBuildEvent>
|
---|
395 | </PropertyGroup>
|
---|
396 | </Project> |
---|