[3223] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3223] | 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>{06D4A186-9319-48A0-BADE-A2058D462EEA}</ProjectGuid>
|
---|
[3223] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace>
|
---|
[5477] | 12 | <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</AssemblyName>
|
---|
[11638] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[5163] | 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[3223] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3223] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
[10269] | 43 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[3223] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
[3237] | 47 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
[4065] | 48 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11638] | 49 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[12208] | 50 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
[3223] | 51 | </PropertyGroup>
|
---|
| 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
[10269] | 55 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[3223] | 56 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 59 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11638] | 60 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3223] | 61 | </PropertyGroup>
|
---|
| 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 63 | <DebugSymbols>true</DebugSymbols>
|
---|
[10269] | 64 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[3223] | 65 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 66 | <DebugType>full</DebugType>
|
---|
| 67 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 69 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11638] | 70 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3223] | 71 | </PropertyGroup>
|
---|
| 72 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[10269] | 73 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[3223] | 74 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 75 | <Optimize>true</Optimize>
|
---|
| 76 | <DebugType>pdbonly</DebugType>
|
---|
| 77 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 78 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 79 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11638] | 80 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3223] | 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 83 | <DebugSymbols>true</DebugSymbols>
|
---|
[10269] | 84 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[3223] | 85 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 86 | <DebugType>full</DebugType>
|
---|
| 87 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 88 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11638] | 90 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3223] | 91 | </PropertyGroup>
|
---|
| 92 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[10269] | 93 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[3223] | 94 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 95 | <Optimize>true</Optimize>
|
---|
| 96 | <DebugType>pdbonly</DebugType>
|
---|
| 97 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 98 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 99 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11638] | 100 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[3223] | 101 | </PropertyGroup>
|
---|
| 102 | <ItemGroup>
|
---|
[10269] | 103 | <Reference Include="HeuristicLab.Analysis-3.3">
|
---|
| 104 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 105 | <Private>False</Private>
|
---|
| 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 108 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 109 | <Private>False</Private>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 112 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 113 | <Private>False</Private>
|
---|
| 114 | </Reference>
|
---|
| 115 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 116 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 117 | <Private>False</Private>
|
---|
| 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 120 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 121 | </Reference>
|
---|
| 122 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 123 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 124 | <Private>False</Private>
|
---|
| 125 | </Reference>
|
---|
| 126 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 127 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 128 | <Private>False</Private>
|
---|
| 129 | </Reference>
|
---|
| 130 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 131 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 132 | <Private>False</Private>
|
---|
| 133 | </Reference>
|
---|
| 134 | <Reference Include="HeuristicLab.Optimization.Operators-3.3">
|
---|
| 135 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
|
---|
| 136 | <Private>False</Private>
|
---|
| 137 | </Reference>
|
---|
| 138 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 139 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 140 | <Private>False</Private>
|
---|
| 141 | </Reference>
|
---|
| 142 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 143 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 144 | <Private>False</Private>
|
---|
| 145 | </Reference>
|
---|
| 146 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 147 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 148 | <Private>False</Private>
|
---|
| 149 | </Reference>
|
---|
| 150 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 151 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 152 | <Private>False</Private>
|
---|
| 153 | </Reference>
|
---|
[3223] | 154 | <Reference Include="System" />
|
---|
| 155 | <Reference Include="System.Core">
|
---|
| 156 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 157 | </Reference>
|
---|
[3237] | 158 | <Reference Include="System.Drawing" />
|
---|
[3223] | 159 | <Reference Include="System.Xml.Linq">
|
---|
| 160 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 161 | </Reference>
|
---|
| 162 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 163 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 164 | </Reference>
|
---|
| 165 | <Reference Include="System.Data" />
|
---|
| 166 | <Reference Include="System.Xml" />
|
---|
| 167 | </ItemGroup>
|
---|
| 168 | <ItemGroup>
|
---|
[9530] | 169 | <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" />
|
---|
[5510] | 170 | <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" />
|
---|
[5386] | 171 | <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" />
|
---|
[6978] | 172 | <Compile Include="Analyzers\SymbolicExpressionTreeLengthAnalyzer.cs" />
|
---|
[5510] | 173 | <Compile Include="Analyzers\SymbolicExpressionTreeLengthCalculator.cs" />
|
---|
[3539] | 174 | <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
|
---|
| 175 | <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
|
---|
| 176 | <Compile Include="ArchitectureManipulators\ArgumentDuplicater.cs" />
|
---|
| 177 | <Compile Include="ArchitectureManipulators\GrammarModifier.cs" />
|
---|
| 178 | <Compile Include="ArchitectureManipulators\MultiSymbolicExpressionTreeArchitectureManipulator.cs" />
|
---|
| 179 | <Compile Include="ArchitectureManipulators\SubroutineCreater.cs" />
|
---|
| 180 | <Compile Include="ArchitectureManipulators\SubroutineDeleter.cs" />
|
---|
| 181 | <Compile Include="ArchitectureManipulators\SubroutineDuplicater.cs" />
|
---|
| 182 | <Compile Include="ArchitectureManipulators\SymbolicExpressionTreeArchitectureManipulator.cs" />
|
---|
[14576] | 183 | <Compile Include="Grammars\GrammarUtils.cs" />
|
---|
[13482] | 184 | <Compile Include="SymbolicExpressionTreeProblem.cs" />
|
---|
[3462] | 185 | <Compile Include="Compiler\Instruction.cs" />
|
---|
[9828] | 186 | <Compile Include="Compiler\LinearInstruction.cs" />
|
---|
[3462] | 187 | <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
|
---|
[9828] | 188 | <Compile Include="Compiler\SymbolicExpressionTreeLinearCompiler.cs" />
|
---|
[6887] | 189 | <Compile Include="Creators\FullTreeCreator.cs">
|
---|
| 190 | <SubType>Code</SubType>
|
---|
| 191 | </Compile>
|
---|
| 192 | <Compile Include="Creators\GrowTreeCreator.cs">
|
---|
| 193 | <SubType>Code</SubType>
|
---|
| 194 | </Compile>
|
---|
| 195 | <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
|
---|
[9649] | 196 | <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" />
|
---|
[10514] | 197 | <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" />
|
---|
[11499] | 198 | <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" />
|
---|
[12891] | 199 | <Compile Include="Grammars\SimpleSymbolicExpressionGrammar.cs" />
|
---|
[5635] | 200 | <Compile Include="Interfaces\IReadOnlySymbol.cs" />
|
---|
[5686] | 201 | <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
|
---|
| 202 | <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
|
---|
[5499] | 203 | <Compile Include="Interfaces\ISymbolicExpressionTreeGrammar.cs" />
|
---|
[10269] | 204 | <Compile Include="Interfaces\ISymbolicExpressionTreeNodeComparer.cs" />
|
---|
[11927] | 205 | <Compile Include="Interfaces\ISymbolicExpressionTreeNodeEqualityComparer.cs" />
|
---|
[5499] | 206 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureAlteringOperator.cs" />
|
---|
| 207 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeGrammarBasedOperator.cs" />
|
---|
[3462] | 208 | <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
|
---|
[5686] | 209 | <Compile Include="CutPoint.cs" />
|
---|
[3462] | 210 | <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
|
---|
[5416] | 211 | <Compile Include="Formatters\SymbolicExpressionTreeStringFormatter.cs" />
|
---|
[5494] | 212 | <Compile Include="Interfaces\ISymbol.cs" />
|
---|
| 213 | <Compile Include="Interfaces\ISymbolicExpressionTree.cs" />
|
---|
| 214 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeAnalyzer.cs" />
|
---|
| 215 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeArchitectureManipulator.cs" />
|
---|
| 216 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCreator.cs" />
|
---|
| 217 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeCrossover.cs" />
|
---|
[5373] | 218 | <Compile Include="Interfaces\ISymbolicExpressionTreeNode.cs" />
|
---|
[5416] | 219 | <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" />
|
---|
[5494] | 220 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeSizeConstraintOperator.cs" />
|
---|
[3512] | 221 | <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
|
---|
[5494] | 222 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeManipulator.cs" />
|
---|
[8333] | 223 | <Compile Include="Manipulators\RemoveBranchManipulation.cs" />
|
---|
[4189] | 224 | <Compile Include="Manipulators\ReplaceBranchManipulation.cs" />
|
---|
[3512] | 225 | <Compile Include="Manipulators\FullTreeShaker.cs" />
|
---|
[3534] | 226 | <Compile Include="Manipulators\MultiSymbolicExpressionTreeManipulator.cs" />
|
---|
[3512] | 227 | <Compile Include="Manipulators\OnePointShaker.cs" />
|
---|
[3462] | 228 | <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
|
---|
[6866] | 229 | <Compile Include="Plugin.cs" />
|
---|
[11499] | 230 | <Compile Include="Grammars\SymbolicExpressionGrammarBase.cs" />
|
---|
| 231 | <Compile Include="Grammars\SymbolicExpressionGrammar.cs" />
|
---|
| 232 | <Compile Include="Grammars\SymbolicExpressionTreeGrammar.cs" />
|
---|
[12891] | 233 | <Compile Include="SymbolicExpressionTreeEncoding.cs" />
|
---|
[3360] | 234 | <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
|
---|
[3338] | 235 | <Compile Include="Crossovers\SubtreeCrossover.cs">
|
---|
[3294] | 236 | <SubType>Code</SubType>
|
---|
| 237 | </Compile>
|
---|
[3338] | 238 | <Compile Include="EnumerableExtensions.cs" />
|
---|
[3294] | 239 | <Compile Include="SymbolicExpressionTreeOperator.cs" />
|
---|
[3256] | 240 | <Compile Include="SymbolicExpressionTreeTerminalNode.cs" />
|
---|
[3223] | 241 | <Compile Include="Creators\ProbabilisticTreeCreator.cs" />
|
---|
[5494] | 242 | <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeOperator.cs" />
|
---|
[3223] | 243 | <Compile Include="SymbolicExpressionTree.cs" />
|
---|
| 244 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 245 | <Compile Include="SymbolicExpressionTreeNode.cs" />
|
---|
[3294] | 246 | <Compile Include="Symbols\Argument.cs" />
|
---|
| 247 | <Compile Include="Symbols\ArgumentTreeNode.cs" />
|
---|
[6803] | 248 | <Compile Include="Symbols\GroupSymbol.cs" />
|
---|
[12891] | 249 | <Compile Include="Symbols\SimpleSymbol.cs" />
|
---|
[3256] | 250 | <Compile Include="Symbols\StartSymbol.cs" />
|
---|
[3294] | 251 | <Compile Include="Symbols\InvokeFunction.cs" />
|
---|
| 252 | <Compile Include="Symbols\InvokeFunctionTreeNode.cs" />
|
---|
| 253 | <Compile Include="Symbols\DefunTreeNode.cs" />
|
---|
| 254 | <Compile Include="Symbols\Defun.cs" />
|
---|
| 255 | <Compile Include="Symbols\ProgramRootSymbol.cs" />
|
---|
[3462] | 256 | <Compile Include="Symbols\Symbol.cs" />
|
---|
[3223] | 257 | </ItemGroup>
|
---|
| 258 | <ItemGroup>
|
---|
| 259 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 260 | <None Include="Plugin.cs.frame" />
|
---|
| 261 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[3223] | 262 | </ItemGroup>
|
---|
| 263 | <ItemGroup>
|
---|
[4065] | 264 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 265 | <Visible>False</Visible>
|
---|
| 266 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 267 | <Install>false</Install>
|
---|
| 268 | </BootstrapperPackage>
|
---|
| 269 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 270 | <Visible>False</Visible>
|
---|
| 271 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 272 | <Install>true</Install>
|
---|
| 273 | </BootstrapperPackage>
|
---|
| 274 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 275 | <Visible>False</Visible>
|
---|
| 276 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 277 | <Install>true</Install>
|
---|
| 278 | </BootstrapperPackage>
|
---|
| 279 | </ItemGroup>
|
---|
[3223] | 280 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 281 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 282 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 283 | <Target Name="BeforeBuild">
|
---|
| 284 | </Target>
|
---|
| 285 | <Target Name="AfterBuild">
|
---|
| 286 | </Target>
|
---|
| 287 | -->
|
---|
| 288 | <PropertyGroup>
|
---|
[9530] | 289 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[3223] | 290 | set ProjectDir=$(ProjectDir)
|
---|
| 291 | set SolutionDir=$(SolutionDir)
|
---|
| 292 | set Outdir=$(Outdir)
|
---|
| 293 |
|
---|
| 294 | call PreBuildEvent.cmd
|
---|
[6866] | 295 | </PreBuildEvent>
|
---|
[9530] | 296 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 297 | export ProjectDir=$(ProjectDir)
|
---|
| 298 | export SolutionDir=$(SolutionDir)
|
---|
| 299 |
|
---|
| 300 | $SolutionDir/PreBuildEvent.sh
|
---|
| 301 | </PreBuildEvent>
|
---|
[3223] | 302 | </PropertyGroup>
|
---|
| 303 | </Project> |
---|