Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 15589

Last change on this file since 15589 was 9411, checked in by sforsten, 11 years ago

#1980:

  • added multiple discretizer to GAssist
  • created ensembles for LCS problems and edited CrossValidation to use them
File size: 20.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
22    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
84    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
92    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <DocumentationFile>
95    </DocumentationFile>
96    <Optimize>true</Optimize>
97    <DebugType>pdbonly</DebugType>
98    <PlatformTarget>x64</PlatformTarget>
99    <ErrorReport>prompt</ErrorReport>
100    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Analysis-3.3">
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Collections-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Common-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Common.Resources-3.3">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Data-3.3">
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Operators-3.3">
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Optimization-3.3">
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
140    </Reference>
141    <Reference Include="HeuristicLab.Parameters-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
143    </Reference>
144    <Reference Include="HeuristicLab.Persistence-3.3">
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
152    </Reference>
153    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
155    </Reference>
156    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
157      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
158    </Reference>
159    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
161    </Reference>
162    <Reference Include="HeuristicLab.Problems.Instances-3.3">
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
164    </Reference>
165    <Reference Include="HeuristicLab.Random-3.3">
166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
167    </Reference>
168    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
169      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
170      <Private>False</Private>
171    </Reference>
172    <Reference Include="System" />
173    <Reference Include="System.Core">
174      <RequiredTargetFramework>3.5</RequiredTargetFramework>
175    </Reference>
176    <Reference Include="System.Drawing" />
177  </ItemGroup>
178  <ItemGroup>
179    <Compile Include="CrossValidation.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
183    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
184    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
185    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
186      <SubType>Code</SubType>
187    </Compile>
188    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
189      <SubType>Code</SubType>
190    </Compile>
191    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
192      <SubType>Code</SubType>
193    </Compile>
194    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
195      <SubType>Code</SubType>
196    </Compile>
197    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
198      <SubType>Code</SubType>
199    </Compile>
200    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
201      <SubType>Code</SubType>
202    </Compile>
203    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
204      <SubType>Code</SubType>
205    </Compile>
206    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
207      <SubType>Code</SubType>
208    </Compile>
209    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
219      <SubType>Code</SubType>
220    </Compile>
221    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
222    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
223      <SubType>Code</SubType>
224    </Compile>
225    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
226    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
227    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
228    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
229    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
230    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
231      <SubType>Code</SubType>
232    </Compile>
233    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
234      <SubType>Code</SubType>
235    </Compile>
236    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
237    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
238    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
239    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
240    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
241      <SubType>Code</SubType>
242    </Compile>
243    <Compile Include="GaussianProcess\Util.cs" />
244    <Compile Include="GaussianProcess\IMeanFunction.cs" />
245    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
246    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
247    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
248    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
249    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
250    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
251    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
252    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
253    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
254    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
255    <Compile Include="Interfaces\INcaModel.cs" />
256    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
257    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
258    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
259    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
260    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
261    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
262    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
263    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
264    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
265    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
266    <Compile Include="Interfaces\IRandomForestModel.cs" />
267    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
268    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
269    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
270    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
271    <Compile Include="kMeans\KMeansClustering.cs" />
272    <Compile Include="kMeans\KMeansClusteringModel.cs" />
273    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
274    <Compile Include="kMeans\KMeansClusteringUtil.cs">
275      <SubType>Code</SubType>
276    </Compile>
277    <Compile Include="Linear\AlglibUtil.cs" />
278    <Compile Include="Linear\Scaling.cs" />
279    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
280    <Compile Include="Linear\LinearRegression.cs">
281      <SubType>Code</SubType>
282    </Compile>
283    <Compile Include="Linear\MultinomialLogitClassification.cs" />
284    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
285    <Compile Include="Linear\MultinomialLogitModel.cs" />
286    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
287    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
288    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
289    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
290    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
291    <Compile Include="Nca\Matrix.cs" />
292    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
293    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
294    <Compile Include="Nca\NcaAlgorithm.cs" />
295    <Compile Include="Nca\NcaClassificationSolution.cs" />
296    <Compile Include="Nca\NcaGradientCalculator.cs" />
297    <Compile Include="Nca\NcaModel.cs" />
298    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
299    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
300    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
301    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
302    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
303    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
304    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
305    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
306    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
307    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
308    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
309    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
310    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
311    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
312    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
313    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
314    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
315    <Compile Include="Plugin.cs" />
316    <Compile Include="Properties\AssemblyInfo.cs" />
317    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
318    <Compile Include="RandomForest\RandomForestClassification.cs" />
319    <Compile Include="RandomForest\RandomForestModel.cs" />
320    <Compile Include="RandomForest\RandomForestRegression.cs" />
321    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
322    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
323    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
324    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
325    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
326      <SubType>Code</SubType>
327    </Compile>
328    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
329      <SubType>Code</SubType>
330    </Compile>
331    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
332      <SubType>Code</SubType>
333    </Compile>
334    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
335  </ItemGroup>
336  <ItemGroup>
337    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
338      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
339      <Name>HeuristicLab.Core-3.3</Name>
340      <Private>False</Private>
341    </ProjectReference>
342    <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj">
343      <Project>{422fb262-0845-4969-8d16-12f057aa90b1}</Project>
344      <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
345    </ProjectReference>
346    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators.LCS\3.3\HeuristicLab.Optimization.Operators.LCS-3.3.csproj">
347      <Project>{f2c6d3b0-bd4f-4747-b13e-b18e53a2a09d}</Project>
348      <Name>HeuristicLab.Optimization.Operators.LCS-3.3</Name>
349    </ProjectReference>
350    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
351      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
352      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
353      <Private>False</Private>
354    </ProjectReference>
355  </ItemGroup>
356  <ItemGroup>
357    <None Include="HeuristicLab.snk" />
358    <None Include="Plugin.cs.frame" />
359    <None Include="Properties\AssemblyInfo.cs.frame" />
360  </ItemGroup>
361  <ItemGroup>
362    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
363      <Visible>False</Visible>
364      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
365      <Install>false</Install>
366    </BootstrapperPackage>
367    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
368      <Visible>False</Visible>
369      <ProductName>.NET Framework 3.5 SP1</ProductName>
370      <Install>true</Install>
371    </BootstrapperPackage>
372    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
373      <Visible>False</Visible>
374      <ProductName>Windows Installer 3.1</ProductName>
375      <Install>true</Install>
376    </BootstrapperPackage>
377  </ItemGroup>
378  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
379  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
380       Other similar extension points exist, see Microsoft.Common.targets.
381  <Target Name="BeforeBuild">
382  </Target>
383  <Target Name="AfterBuild">
384  </Target>
385  -->
386  <PropertyGroup>
387    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
388set ProjectDir=$(ProjectDir)
389set SolutionDir=$(SolutionDir)
390set Outdir=$(Outdir)
391
392call PreBuildEvent.cmd
393</PreBuildEvent>
394    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
395export ProjectDir=$(ProjectDir)
396export SolutionDir=$(SolutionDir)
397
398$SolutionDir/PreBuildEvent.sh
399</PreBuildEvent>
400  </PropertyGroup>
401</Project>
Note: See TracBrowser for help on using the repository browser.