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