[11063] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{7CF51332-0E37-447C-8017-82A258C59EF2}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[11577] | 10 | <RootNamespace>HeuristicLab.Networks</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Networks-3.3</AssemblyName>
|
---|
[11468] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[11063] | 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <TargetFrameworkProfile />
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
[12232] | 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11063] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[11468] | 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11063] | 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
[11823] | 29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11063] | 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
[11468] | 33 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11063] | 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup>
|
---|
| 36 | <SignAssembly>true</SignAssembly>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 40 | </PropertyGroup>
|
---|
[11423] | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 42 | <DebugSymbols>true</DebugSymbols>
|
---|
[11823] | 43 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <DebugType>full</DebugType>
|
---|
| 46 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11468] | 49 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11423] | 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[11823] | 52 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
| 55 | <DebugType>pdbonly</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11468] | 59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11423] | 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
[11823] | 63 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11468] | 69 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11423] | 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[11823] | 72 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 74 | <Optimize>true</Optimize>
|
---|
| 75 | <DebugType>pdbonly</DebugType>
|
---|
| 76 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 77 | <ErrorReport>prompt</ErrorReport>
|
---|
| 78 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11468] | 79 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11423] | 80 | </PropertyGroup>
|
---|
[11063] | 81 | <ItemGroup>
|
---|
[12232] | 82 | <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3">
|
---|
| 83 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.dll</HintPath>
|
---|
| 84 | <Private>False</Private>
|
---|
| 85 | </Reference>
|
---|
[12323] | 86 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 87 | <SpecificVersion>False</SpecificVersion>
|
---|
| 88 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
| 89 | <Private>False</Private>
|
---|
| 90 | </Reference>
|
---|
[12232] | 91 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
| 92 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 93 | <Private>False</Private>
|
---|
| 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 98 | <Private>False</Private>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 101 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
| 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 106 | <Private>False</Private>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 110 | <Private>False</Private>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 114 | <Private>False</Private>
|
---|
| 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
| 117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 118 | <Private>False</Private>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
| 121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 122 | <Private>False</Private>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
|
---|
| 125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
|
---|
| 126 | <Private>False</Private>
|
---|
| 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 129 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 130 | <Private>False</Private>
|
---|
| 131 | </Reference>
|
---|
| 132 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 133 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 134 | <Private>False</Private>
|
---|
| 135 | </Reference>
|
---|
| 136 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 137 | <SpecificVersion>False</SpecificVersion>
|
---|
| 138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 139 | <Private>False</Private>
|
---|
| 140 | </Reference>
|
---|
| 141 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 142 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 143 | <Private>False</Private>
|
---|
| 144 | </Reference>
|
---|
| 145 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 146 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 147 | <Private>False</Private>
|
---|
| 148 | </Reference>
|
---|
[12326] | 149 | <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 150 | <SpecificVersion>False</SpecificVersion>
|
---|
| 151 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
|
---|
| 152 | <Private>False</Private>
|
---|
| 153 | </Reference>
|
---|
[12323] | 154 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 155 | <SpecificVersion>False</SpecificVersion>
|
---|
| 156 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
| 157 | <Private>False</Private>
|
---|
| 158 | </Reference>
|
---|
[12232] | 159 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 160 | <SpecificVersion>False</SpecificVersion>
|
---|
| 161 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 162 | <Private>False</Private>
|
---|
[12323] | 163 | <EmbedInteropTypes>False</EmbedInteropTypes>
|
---|
[12232] | 164 | </Reference>
|
---|
[12323] | 165 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 166 | <SpecificVersion>False</SpecificVersion>
|
---|
| 167 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
| 168 | <EmbedInteropTypes>False</EmbedInteropTypes>
|
---|
| 169 | <Private>False</Private>
|
---|
| 170 | </Reference>
|
---|
[12232] | 171 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 172 | <SpecificVersion>False</SpecificVersion>
|
---|
| 173 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
| 174 | <Private>False</Private>
|
---|
| 175 | </Reference>
|
---|
| 176 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 177 | <SpecificVersion>False</SpecificVersion>
|
---|
| 178 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
| 179 | <Private>False</Private>
|
---|
| 180 | </Reference>
|
---|
[12323] | 181 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 182 | <SpecificVersion>False</SpecificVersion>
|
---|
| 183 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 184 | <Private>False</Private>
|
---|
| 185 | </Reference>
|
---|
[12232] | 186 | <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 187 | <SpecificVersion>False</SpecificVersion>
|
---|
| 188 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
| 189 | <Private>False</Private>
|
---|
| 190 | </Reference>
|
---|
| 191 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 192 | <SpecificVersion>False</SpecificVersion>
|
---|
| 193 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
| 194 | <Private>False</Private>
|
---|
| 195 | </Reference>
|
---|
[11063] | 196 | <Reference Include="System" />
|
---|
| 197 | <Reference Include="System.Core" />
|
---|
[11177] | 198 | <Reference Include="System.Drawing" />
|
---|
[11063] | 199 | <Reference Include="System.Xml.Linq" />
|
---|
| 200 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 201 | <Reference Include="Microsoft.CSharp" />
|
---|
| 202 | <Reference Include="System.Data" />
|
---|
| 203 | <Reference Include="System.Xml" />
|
---|
| 204 | </ItemGroup>
|
---|
| 205 | <ItemGroup>
|
---|
[11577] | 206 | <Compile Include="AlgorithmNode.cs" />
|
---|
| 207 | <Compile Include="ConfigurationPort.cs" />
|
---|
| 208 | <Compile Include="ExecutionPort.cs" />
|
---|
[12323] | 209 | <Compile Include="FeatureSelection Network\FeatureSelectionConnector.cs" />
|
---|
| 210 | <Compile Include="FeatureSelection Network\FeatureSelectionNetwork.cs" />
|
---|
| 211 | <Compile Include="FeatureSelection Network\SelectionProblem.cs" />
|
---|
[11577] | 212 | <Compile Include="IAlgorithmNode.cs" />
|
---|
| 213 | <Compile Include="IConfigurationPort.cs" />
|
---|
| 214 | <Compile Include="IExecutionPort.cs" />
|
---|
| 215 | <Compile Include="IUserDefinedMessagePort.cs" />
|
---|
| 216 | <EmbeddedResource Include="KSPTSPConnectorCode.cs" />
|
---|
[11823] | 217 | <Compile Include="KSPTSPConcurrentControlNetwork.cs" />
|
---|
| 218 | <Compile Include="KSPTSPConnector.cs">
|
---|
| 219 | <SubType>Code</SubType>
|
---|
| 220 | </Compile>
|
---|
| 221 | <Compile Include="KSPTSPControl.cs" />
|
---|
| 222 | <EmbeddedResource Include="KSPTSPControlCode.cs" />
|
---|
[11577] | 223 | <Compile Include="KSPTSPNetwork.cs" />
|
---|
| 224 | <EmbeddedResource Include="KSPTSPNetworkCode.cs" />
|
---|
[11823] | 225 | <EmbeddedResource Include="KSPTSPConcurrentControlNetworkCode.cs" />
|
---|
[12232] | 226 | <Compile Include="Core\IConnectablePort.cs" />
|
---|
| 227 | <Compile Include="Core\IMessage.cs" />
|
---|
| 228 | <Compile Include="Core\IMessagePort.cs" />
|
---|
| 229 | <Compile Include="Core\IMessageValue.cs" />
|
---|
| 230 | <Compile Include="Core\INetwork.cs" />
|
---|
| 231 | <Compile Include="Core\INetworkItem.cs" />
|
---|
| 232 | <Compile Include="Core\INode.cs" />
|
---|
| 233 | <Compile Include="Core\IParameterizedPort.cs" />
|
---|
| 234 | <Compile Include="Core\IPort.cs" />
|
---|
| 235 | <Compile Include="Core\IPortParameter.cs" />
|
---|
| 236 | <Compile Include="Core\Message.cs" />
|
---|
| 237 | <Compile Include="Core\MessageCollection.cs" />
|
---|
| 238 | <Compile Include="Core\MessagePort.cs" />
|
---|
| 239 | <Compile Include="Core\MessageValue.cs" />
|
---|
| 240 | <Compile Include="Core\MessageValueCollection.cs" />
|
---|
| 241 | <Compile Include="Core\Network.cs" />
|
---|
| 242 | <Compile Include="Core\NetworkItem.cs" />
|
---|
| 243 | <Compile Include="Core\Node.cs" />
|
---|
| 244 | <Compile Include="Core\NodeCollection.cs" />
|
---|
| 245 | <Compile Include="Core\ParameterizedPort.cs" />
|
---|
| 246 | <Compile Include="Core\Port.cs" />
|
---|
| 247 | <Compile Include="Core\PortCollection.cs" />
|
---|
| 248 | <Compile Include="Core\PortParameter.cs" />
|
---|
| 249 | <Compile Include="Core\PortParameterCollection.cs" />
|
---|
| 250 | <Compile Include="Core\PortParameterType.cs" />
|
---|
| 251 | <Compile Include="Operators\HookOperator.cs" />
|
---|
| 252 | <Compile Include="Operators\IHookOperator.cs" />
|
---|
[11063] | 253 | <Compile Include="Plugin.cs" />
|
---|
[11577] | 254 | <Compile Include="Programmable\IProgrammableNetwork.cs" />
|
---|
| 255 | <Compile Include="Programmable\IProgrammableNetworkItem.cs" />
|
---|
| 256 | <Compile Include="Programmable\IProgrammableNode.cs" />
|
---|
| 257 | <Compile Include="Programmable\IUserDefinedNetwork.cs" />
|
---|
| 258 | <Compile Include="Programmable\IUserDefinedNode.cs" />
|
---|
| 259 | <Compile Include="Programmable\ProgrammableNetwork.cs" />
|
---|
| 260 | <EmbeddedResource Include="Programmable\ProgrammableNetworkCode.cs" />
|
---|
| 261 | <Compile Include="Programmable\ProgrammableNetworkItem.cs" />
|
---|
| 262 | <EmbeddedResource Include="Programmable\ProgrammableNetworkItemCode.cs" />
|
---|
| 263 | <Compile Include="Programmable\ProgrammableNode.cs" />
|
---|
| 264 | <EmbeddedResource Include="Programmable\ProgrammableNodeCode.cs" />
|
---|
| 265 | <Compile Include="Programmable\UserDefinedNetwork.cs" />
|
---|
| 266 | <Compile Include="Programmable\UserDefinedNode.cs" />
|
---|
[11063] | 267 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[12232] | 268 | <Compile Include="Scripting\IProgrammableItem.cs" />
|
---|
[11577] | 269 | <Compile Include="UserDefinedMessagePort.cs" />
|
---|
[11063] | 270 | </ItemGroup>
|
---|
| 271 | <ItemGroup>
|
---|
| 272 | <None Include="HeuristicLab.snk" />
|
---|
| 273 | <None Include="Plugin.cs.frame" />
|
---|
| 274 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 275 | </ItemGroup>
|
---|
| 276 | <ItemGroup>
|
---|
[11177] | 277 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 278 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 279 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[11563] | 280 | <Private>False</Private>
|
---|
[11177] | 281 | </ProjectReference>
|
---|
[11063] | 282 | </ItemGroup>
|
---|
[11526] | 283 | <ItemGroup />
|
---|
[11063] | 284 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 285 | <PropertyGroup>
|
---|
| 286 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 287 | set ProjectDir=$(ProjectDir)
|
---|
| 288 | set SolutionDir=$(SolutionDir)
|
---|
| 289 | set Outdir=$(Outdir)
|
---|
| 290 |
|
---|
| 291 | call PreBuildEvent.cmd
|
---|
| 292 | </PreBuildEvent>
|
---|
| 293 | </PropertyGroup>
|
---|
| 294 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 295 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 296 | <Target Name="BeforeBuild">
|
---|
| 297 | </Target>
|
---|
| 298 | <Target Name="AfterBuild">
|
---|
| 299 | </Target>
|
---|
| 300 | -->
|
---|
| 301 | </Project> |
---|