[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>
|
---|
[12323] | 82 | <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 83 | <SpecificVersion>False</SpecificVersion>
|
---|
| 84 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
|
---|
| 85 | <Private>False</Private>
|
---|
| 86 | </Reference>
|
---|
[12232] | 87 | <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
|
---|
| 88 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
|
---|
| 89 | <Private>False</Private>
|
---|
| 90 | </Reference>
|
---|
| 91 | <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 92 | <SpecificVersion>False</SpecificVersion>
|
---|
| 93 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
|
---|
| 94 | <Private>False</Private>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 98 | <Private>False</Private>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 101 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 102 | <Private>False</Private>
|
---|
| 103 | </Reference>
|
---|
| 104 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 105 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 106 | <Private>False</Private>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 109 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 110 | <Private>False</Private>
|
---|
| 111 | </Reference>
|
---|
| 112 | <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
|
---|
| 113 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
|
---|
| 114 | <Private>False</Private>
|
---|
| 115 | </Reference>
|
---|
| 116 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
|
---|
| 117 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 118 | <Private>False</Private>
|
---|
| 119 | </Reference>
|
---|
| 120 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 121 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 122 | <Private>False</Private>
|
---|
| 123 | </Reference>
|
---|
| 124 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 125 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 126 | <Private>False</Private>
|
---|
| 127 | </Reference>
|
---|
| 128 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 129 | <SpecificVersion>False</SpecificVersion>
|
---|
| 130 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 131 | <Private>False</Private>
|
---|
| 132 | </Reference>
|
---|
| 133 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 134 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 135 | <Private>False</Private>
|
---|
| 136 | </Reference>
|
---|
| 137 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 138 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 139 | <Private>False</Private>
|
---|
| 140 | </Reference>
|
---|
[12326] | 141 | <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 142 | <SpecificVersion>False</SpecificVersion>
|
---|
| 143 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
|
---|
| 144 | <Private>False</Private>
|
---|
| 145 | </Reference>
|
---|
[12323] | 146 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 147 | <SpecificVersion>False</SpecificVersion>
|
---|
| 148 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
| 149 | <Private>False</Private>
|
---|
| 150 | </Reference>
|
---|
[12232] | 151 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 152 | <SpecificVersion>False</SpecificVersion>
|
---|
| 153 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 154 | <Private>False</Private>
|
---|
[12323] | 155 | <EmbedInteropTypes>False</EmbedInteropTypes>
|
---|
[12232] | 156 | </Reference>
|
---|
[12323] | 157 | <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 158 | <SpecificVersion>False</SpecificVersion>
|
---|
| 159 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
|
---|
| 160 | <EmbedInteropTypes>False</EmbedInteropTypes>
|
---|
| 161 | <Private>False</Private>
|
---|
| 162 | </Reference>
|
---|
[12232] | 163 | <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 164 | <SpecificVersion>False</SpecificVersion>
|
---|
| 165 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
|
---|
| 166 | <Private>False</Private>
|
---|
| 167 | </Reference>
|
---|
| 168 | <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 169 | <SpecificVersion>False</SpecificVersion>
|
---|
| 170 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
|
---|
| 171 | <Private>False</Private>
|
---|
| 172 | </Reference>
|
---|
[12323] | 173 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 174 | <SpecificVersion>False</SpecificVersion>
|
---|
| 175 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 176 | <Private>False</Private>
|
---|
| 177 | </Reference>
|
---|
[12232] | 178 | <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 179 | <SpecificVersion>False</SpecificVersion>
|
---|
| 180 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
|
---|
| 181 | <Private>False</Private>
|
---|
| 182 | </Reference>
|
---|
| 183 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 184 | <SpecificVersion>False</SpecificVersion>
|
---|
| 185 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
| 186 | <Private>False</Private>
|
---|
| 187 | </Reference>
|
---|
[11063] | 188 | <Reference Include="System" />
|
---|
| 189 | <Reference Include="System.Core" />
|
---|
[11177] | 190 | <Reference Include="System.Drawing" />
|
---|
[11063] | 191 | <Reference Include="System.Xml.Linq" />
|
---|
| 192 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 193 | <Reference Include="Microsoft.CSharp" />
|
---|
| 194 | <Reference Include="System.Data" />
|
---|
| 195 | <Reference Include="System.Xml" />
|
---|
| 196 | </ItemGroup>
|
---|
| 197 | <ItemGroup>
|
---|
[11577] | 198 | <Compile Include="AlgorithmNode.cs" />
|
---|
[12944] | 199 | <Compile Include="CodeResources.Designer.cs">
|
---|
| 200 | <AutoGen>True</AutoGen>
|
---|
| 201 | <DesignTime>True</DesignTime>
|
---|
| 202 | <DependentUpon>CodeResources.resx</DependentUpon>
|
---|
| 203 | </Compile>
|
---|
[11577] | 204 | <Compile Include="ConfigurationPort.cs" />
|
---|
[13135] | 205 | <Compile Include="Core\IVisualizable.cs" />
|
---|
[13077] | 206 | <Compile Include="Core\IVisualProperties.cs" />
|
---|
| 207 | <Compile Include="Core\VisualProperties.cs" />
|
---|
[11577] | 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" />
|
---|
[12944] | 216 | <EmbeddedResource Include="CodeResources.resx">
|
---|
| 217 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 218 | <LastGenOutput>CodeResources.Designer.cs</LastGenOutput>
|
---|
| 219 | </EmbeddedResource>
|
---|
| 220 | <Compile Include="KSPTSPConnectorCode.cs" />
|
---|
[11823] | 221 | <Compile Include="KSPTSPConcurrentControlNetwork.cs" />
|
---|
| 222 | <Compile Include="KSPTSPConnector.cs">
|
---|
| 223 | <SubType>Code</SubType>
|
---|
| 224 | </Compile>
|
---|
| 225 | <Compile Include="KSPTSPControl.cs" />
|
---|
[12944] | 226 | <Compile Include="KSPTSPControlCode.cs" />
|
---|
[11577] | 227 | <Compile Include="KSPTSPNetwork.cs" />
|
---|
[12944] | 228 | <Compile Include="KSPTSPNetworkCode.cs" />
|
---|
| 229 | <Compile Include="KSPTSPConcurrentControlNetworkCode.cs" />
|
---|
[12232] | 230 | <Compile Include="Core\IConnectablePort.cs" />
|
---|
| 231 | <Compile Include="Core\IMessage.cs" />
|
---|
| 232 | <Compile Include="Core\IMessagePort.cs" />
|
---|
| 233 | <Compile Include="Core\IMessageValue.cs" />
|
---|
| 234 | <Compile Include="Core\INetwork.cs" />
|
---|
| 235 | <Compile Include="Core\INetworkItem.cs" />
|
---|
| 236 | <Compile Include="Core\INode.cs" />
|
---|
| 237 | <Compile Include="Core\IParameterizedPort.cs" />
|
---|
| 238 | <Compile Include="Core\IPort.cs" />
|
---|
| 239 | <Compile Include="Core\IPortParameter.cs" />
|
---|
| 240 | <Compile Include="Core\Message.cs" />
|
---|
| 241 | <Compile Include="Core\MessageCollection.cs" />
|
---|
| 242 | <Compile Include="Core\MessagePort.cs" />
|
---|
| 243 | <Compile Include="Core\MessageValue.cs" />
|
---|
| 244 | <Compile Include="Core\MessageValueCollection.cs" />
|
---|
| 245 | <Compile Include="Core\Network.cs" />
|
---|
| 246 | <Compile Include="Core\NetworkItem.cs" />
|
---|
| 247 | <Compile Include="Core\Node.cs" />
|
---|
| 248 | <Compile Include="Core\NodeCollection.cs" />
|
---|
| 249 | <Compile Include="Core\ParameterizedPort.cs" />
|
---|
| 250 | <Compile Include="Core\Port.cs" />
|
---|
| 251 | <Compile Include="Core\PortCollection.cs" />
|
---|
| 252 | <Compile Include="Core\PortParameter.cs" />
|
---|
| 253 | <Compile Include="Core\PortParameterCollection.cs" />
|
---|
| 254 | <Compile Include="Core\PortParameterType.cs" />
|
---|
| 255 | <Compile Include="Operators\HookOperator.cs" />
|
---|
| 256 | <Compile Include="Operators\IHookOperator.cs" />
|
---|
[11063] | 257 | <Compile Include="Plugin.cs" />
|
---|
[11577] | 258 | <Compile Include="Programmable\IProgrammableNetwork.cs" />
|
---|
| 259 | <Compile Include="Programmable\IProgrammableNetworkItem.cs" />
|
---|
| 260 | <Compile Include="Programmable\IProgrammableNode.cs" />
|
---|
| 261 | <Compile Include="Programmable\IUserDefinedNetwork.cs" />
|
---|
| 262 | <Compile Include="Programmable\IUserDefinedNode.cs" />
|
---|
| 263 | <Compile Include="Programmable\ProgrammableNetwork.cs" />
|
---|
[12944] | 264 | <Compile Include="Programmable\ProgrammableNetworkCode.cs" />
|
---|
[11577] | 265 | <Compile Include="Programmable\ProgrammableNetworkItem.cs" />
|
---|
[12944] | 266 | <Compile Include="Programmable\ProgrammableNetworkItemCode.cs" />
|
---|
[11577] | 267 | <Compile Include="Programmable\ProgrammableNode.cs" />
|
---|
[12944] | 268 | <Compile Include="Programmable\ProgrammableNodeCode.cs" />
|
---|
[11577] | 269 | <Compile Include="Programmable\UserDefinedNetwork.cs" />
|
---|
| 270 | <Compile Include="Programmable\UserDefinedNode.cs" />
|
---|
[11063] | 271 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[12232] | 272 | <Compile Include="Scripting\IProgrammableItem.cs" />
|
---|
[11577] | 273 | <Compile Include="UserDefinedMessagePort.cs" />
|
---|
[11063] | 274 | </ItemGroup>
|
---|
| 275 | <ItemGroup>
|
---|
| 276 | <None Include="HeuristicLab.snk" />
|
---|
| 277 | <None Include="Plugin.cs.frame" />
|
---|
| 278 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 279 | </ItemGroup>
|
---|
| 280 | <ItemGroup>
|
---|
[11177] | 281 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 282 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 283 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[11563] | 284 | <Private>False</Private>
|
---|
[11177] | 285 | </ProjectReference>
|
---|
[11063] | 286 | </ItemGroup>
|
---|
[11526] | 287 | <ItemGroup />
|
---|
[11063] | 288 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 289 | <PropertyGroup>
|
---|
| 290 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 291 | set ProjectDir=$(ProjectDir)
|
---|
| 292 | set SolutionDir=$(SolutionDir)
|
---|
| 293 | set Outdir=$(Outdir)
|
---|
| 294 |
|
---|
| 295 | call PreBuildEvent.cmd
|
---|
| 296 | </PreBuildEvent>
|
---|
| 297 | </PropertyGroup>
|
---|
| 298 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 299 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 300 | <Target Name="BeforeBuild">
|
---|
| 301 | </Target>
|
---|
| 302 | <Target Name="AfterBuild">
|
---|
| 303 | </Target>
|
---|
| 304 | -->
|
---|
| 305 | </Project> |
---|