[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
---|
[3877] | 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>
|
---|
[5477] | 8 | <ProjectGuid>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
|
---|
[3877] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
|
---|
[5475] | 12 | <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
|
---|
[3877] | 13 | <SignAssembly>true</SignAssembly>
|
---|
| 14 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 15 | <FileUpgradeFlags>
|
---|
| 16 | </FileUpgradeFlags>
|
---|
[4065] | 17 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
[3877] | 18 | <UpgradeBackupLocation>
|
---|
| 19 | </UpgradeBackupLocation>
|
---|
| 20 | <StartupObject>
|
---|
| 21 | </StartupObject>
|
---|
[5477] | 22 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 23 | <TargetFrameworkProfile>
|
---|
| 24 | </TargetFrameworkProfile>
|
---|
[4065] | 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>
|
---|
[3877] | 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 42 | <DebugSymbols>true</DebugSymbols>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <Optimize>false</Optimize>
|
---|
| 45 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 46 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 49 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3877] | 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <Optimize>true</Optimize>
|
---|
| 54 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 55 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 56 | <ErrorReport>prompt</ErrorReport>
|
---|
| 57 | <WarningLevel>4</WarningLevel>
|
---|
[5475] | 58 | <DocumentationFile>bin\Release\HeuristicLab.Algorithms.DataAnalysis-3.4.xml</DocumentationFile>
|
---|
[4065] | 59 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3877] | 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
| 63 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 68 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3877] | 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 71 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 72 | <DefineConstants>TRACE</DefineConstants>
|
---|
[5475] | 73 | <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.DataAnalysis-3.4.xml</DocumentationFile>
|
---|
[3877] | 74 | <Optimize>true</Optimize>
|
---|
| 75 | <DebugType>pdbonly</DebugType>
|
---|
| 76 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 77 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 78 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3877] | 79 | </PropertyGroup>
|
---|
| 80 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 81 | <DebugSymbols>true</DebugSymbols>
|
---|
| 82 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 83 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 84 | <DebugType>full</DebugType>
|
---|
| 85 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 86 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 87 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3877] | 88 | </PropertyGroup>
|
---|
| 89 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 90 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 91 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 92 | <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.DataAnalysis-3.3.xml</DocumentationFile>
|
---|
| 93 | <Optimize>true</Optimize>
|
---|
| 94 | <DebugType>pdbonly</DebugType>
|
---|
| 95 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 96 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 97 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3877] | 98 | </PropertyGroup>
|
---|
| 99 | <ItemGroup>
|
---|
| 100 | <Reference Include="System" />
|
---|
| 101 | <Reference Include="System.Core">
|
---|
| 102 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 103 | </Reference>
|
---|
| 104 | <Reference Include="System.Data" />
|
---|
[4569] | 105 | <Reference Include="System.Drawing" />
|
---|
[3877] | 106 | <Reference Include="System.Xml" />
|
---|
| 107 | </ItemGroup>
|
---|
| 108 | <ItemGroup>
|
---|
[5617] | 109 | <Compile Include="CrossValidation.cs">
|
---|
| 110 | <SubType>Code</SubType>
|
---|
| 111 | </Compile>
|
---|
[3877] | 112 | <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" />
|
---|
[5617] | 113 | <Compile Include="FixedDataAnalysisAlgorithm.cs" />
|
---|
[6583] | 114 | <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
|
---|
| 115 | <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
|
---|
| 116 | <Compile Include="Interfaces\INearestNeighbourModel.cs" />
|
---|
[6580] | 117 | <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
|
---|
| 118 | <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
|
---|
| 119 | <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
|
---|
[6579] | 120 | <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
|
---|
[6577] | 121 | <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
|
---|
| 122 | <Compile Include="Interfaces\INeuralNetworkModel.cs" />
|
---|
[6241] | 123 | <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
|
---|
| 124 | <Compile Include="Interfaces\IRandomForestModel.cs" />
|
---|
[6240] | 125 | <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
|
---|
[5694] | 126 | <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
|
---|
| 127 | <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
|
---|
[5617] | 128 | <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
|
---|
[5651] | 129 | <Compile Include="kMeans\KMeansClustering.cs" />
|
---|
| 130 | <Compile Include="kMeans\KMeansClusteringModel.cs" />
|
---|
| 131 | <Compile Include="kMeans\KMeansClusteringSolution.cs" />
|
---|
[5658] | 132 | <Compile Include="kMeans\KMeansClusteringUtil.cs">
|
---|
[5617] | 133 | <SubType>Code</SubType>
|
---|
| 134 | </Compile>
|
---|
[5658] | 135 | <Compile Include="Linear\AlglibUtil.cs" />
|
---|
| 136 | <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
|
---|
| 137 | <Compile Include="Linear\LinearRegression.cs">
|
---|
[5617] | 138 | <SubType>Code</SubType>
|
---|
| 139 | </Compile>
|
---|
[6567] | 140 | <Compile Include="Linear\MultinomialLogitClassification.cs" />
|
---|
[6576] | 141 | <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
|
---|
| 142 | <Compile Include="Linear\MultinomialLogitModel.cs" />
|
---|
[6583] | 143 | <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
|
---|
| 144 | <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
|
---|
| 145 | <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
|
---|
| 146 | <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
|
---|
| 147 | <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
|
---|
[6580] | 148 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
|
---|
| 149 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
|
---|
| 150 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
|
---|
| 151 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
|
---|
| 152 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
|
---|
[6579] | 153 | <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
|
---|
| 154 | <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
|
---|
[6577] | 155 | <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
|
---|
| 156 | <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
|
---|
| 157 | <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
|
---|
[3877] | 158 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6241] | 159 | <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
|
---|
| 160 | <Compile Include="RandomForest\RandomForestClassification.cs" />
|
---|
| 161 | <Compile Include="RandomForest\RandomForestModel.cs" />
|
---|
[6240] | 162 | <Compile Include="RandomForest\RandomForestRegression.cs" />
|
---|
| 163 | <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
|
---|
[5626] | 164 | <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
|
---|
| 165 | <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
|
---|
| 166 | <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
|
---|
[5624] | 167 | <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
|
---|
| 168 | <SubType>Code</SubType>
|
---|
| 169 | </Compile>
|
---|
| 170 | <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
|
---|
| 171 | <SubType>Code</SubType>
|
---|
| 172 | </Compile>
|
---|
| 173 | <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
|
---|
| 174 | <SubType>Code</SubType>
|
---|
| 175 | </Compile>
|
---|
[3877] | 176 | </ItemGroup>
|
---|
| 177 | <ItemGroup>
|
---|
| 178 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 179 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 180 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 181 | </ProjectReference>
|
---|
[4569] | 182 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 183 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 184 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 185 | </ProjectReference>
|
---|
[3877] | 186 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 187 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 188 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 189 | </ProjectReference>
|
---|
| 190 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 191 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 192 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 193 | </ProjectReference>
|
---|
| 194 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 195 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 196 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 197 | </ProjectReference>
|
---|
[5475] | 198 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
|
---|
[5484] | 199 | <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
|
---|
| 200 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
|
---|
[3877] | 201 | </ProjectReference>
|
---|
[5617] | 202 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">
|
---|
| 203 | <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>
|
---|
| 204 | <Name>ALGLIB-3.1.0</Name>
|
---|
| 205 | </ProjectReference>
|
---|
| 206 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">
|
---|
| 207 | <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>
|
---|
| 208 | <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>
|
---|
| 209 | </ProjectReference>
|
---|
[5624] | 210 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj">
|
---|
| 211 | <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project>
|
---|
| 212 | <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name>
|
---|
| 213 | </ProjectReference>
|
---|
| 214 | <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj">
|
---|
| 215 | <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project>
|
---|
| 216 | <Name>LibSVM-1.6.3</Name>
|
---|
| 217 | </ProjectReference>
|
---|
[3877] | 218 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 219 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 220 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 221 | </ProjectReference>
|
---|
| 222 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 223 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 224 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 225 | </ProjectReference>
|
---|
| 226 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 227 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 228 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 229 | </ProjectReference>
|
---|
| 230 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 231 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 232 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 233 | </ProjectReference>
|
---|
[5624] | 234 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
|
---|
| 235 | <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
|
---|
| 236 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
|
---|
| 237 | </ProjectReference>
|
---|
| 238 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
|
---|
| 239 | <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
|
---|
| 240 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
|
---|
| 241 | </ProjectReference>
|
---|
[5617] | 242 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
|
---|
| 243 | <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
|
---|
| 244 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
|
---|
| 245 | </ProjectReference>
|
---|
[5475] | 246 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
[5484] | 247 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 248 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
[3877] | 249 | </ProjectReference>
|
---|
| 250 | </ItemGroup>
|
---|
| 251 | <ItemGroup>
|
---|
| 252 | <None Include="HeuristicLab.snk" />
|
---|
[5519] | 253 | <None Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" />
|
---|
[3877] | 254 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 255 | </ItemGroup>
|
---|
[4065] | 256 | <ItemGroup>
|
---|
| 257 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 258 | <Visible>False</Visible>
|
---|
| 259 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 260 | <Install>false</Install>
|
---|
| 261 | </BootstrapperPackage>
|
---|
| 262 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 263 | <Visible>False</Visible>
|
---|
| 264 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 265 | <Install>true</Install>
|
---|
| 266 | </BootstrapperPackage>
|
---|
| 267 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 268 | <Visible>False</Visible>
|
---|
| 269 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 270 | <Install>true</Install>
|
---|
| 271 | </BootstrapperPackage>
|
---|
| 272 | </ItemGroup>
|
---|
[5617] | 273 | <ItemGroup />
|
---|
[3877] | 274 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 275 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 276 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 277 | <Target Name="BeforeBuild">
|
---|
| 278 | </Target>
|
---|
| 279 | <Target Name="AfterBuild">
|
---|
| 280 | </Target>
|
---|
| 281 | -->
|
---|
| 282 | <PropertyGroup>
|
---|
| 283 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 284 | set ProjectDir=$(ProjectDir)
|
---|
| 285 | set SolutionDir=$(SolutionDir)
|
---|
| 286 | set Outdir=$(Outdir)
|
---|
| 287 |
|
---|
| 288 | call PreBuildEvent.cmd
|
---|
| 289 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsDataAnalysisPlugin.cs"</PreBuildEvent>
|
---|
| 290 | </PropertyGroup>
|
---|
| 291 | </Project> |
---|