Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/HeuristicLab.Optimization.Networks-3.3.csproj @ 11406

Last change on this file since 11406 was 11406, checked in by swagner, 10 years ago

#2205: Worked on basic infrastructure for optimization networks

File size: 5.6 KB
RevLine 
[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>
10    <RootNamespace>HeuristicLab.Optimization.Networks</RootNamespace>
11    <AssemblyName>HeuristicLab.Optimization.Networks-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
[11177]42    <Reference Include="System.Drawing" />
[11063]43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="Microsoft.CSharp" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
[11401]50    <Compile Include="EventArgs.cs" />
51    <Compile Include="IInputOutputPort.cs" />
[11406]52    <Compile Include="IAlgorithmNode.cs" />
[11401]53    <Compile Include="InputOutputPort.cs" />
54    <Compile Include="IOutputInputPort.cs" />
[11406]55    <Compile Include="AlgorithmNode.cs" />
[11401]56    <Compile Include="OutputInputPort.cs" />
57    <Compile Include="OutputPort.cs" />
58    <Compile Include="IOutputPort.cs" />
59    <Compile Include="INetwork.cs" />
60    <Compile Include="IInputPort.cs" />
[11177]61    <Compile Include="IPort.cs" />
[11401]62    <Compile Include="INode.cs" />
63    <Compile Include="Network.cs" />
64    <Compile Include="InputPort.cs" />
65    <Compile Include="NodeCollection.cs" />
[11177]66    <Compile Include="PortCollection.cs" />
67    <Compile Include="Port.cs" />
[11063]68    <Compile Include="Plugin.cs" />
69    <Compile Include="Properties\AssemblyInfo.cs" />
[11401]70    <Compile Include="Node.cs" />
[11063]71  </ItemGroup>
72  <ItemGroup>
73    <None Include="HeuristicLab.snk" />
74    <None Include="Plugin.cs.frame" />
75    <None Include="Properties\AssemblyInfo.cs.frame" />
76  </ItemGroup>
77  <ItemGroup>
[11177]78    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
79      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
80      <Name>HeuristicLab.Collections-3.3</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
83      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
84      <Name>HeuristicLab.Common.Resources-3.3</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
87      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
88      <Name>HeuristicLab.Common-3.3</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
91      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
92      <Name>HeuristicLab.Core-3.3</Name>
93    </ProjectReference>
[11406]94    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
95      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
96      <Name>HeuristicLab.Optimization-3.3</Name>
97    </ProjectReference>
[11177]98    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
99      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
100      <Name>HeuristicLab.Persistence-3.3</Name>
101    </ProjectReference>
[11063]102    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
103      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
104      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
105      <Private>False</Private>
106    </ProjectReference>
107  </ItemGroup>
108  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109  <PropertyGroup>
110    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
111set ProjectDir=$(ProjectDir)
112set SolutionDir=$(SolutionDir)
113set Outdir=$(Outdir)
114
115call PreBuildEvent.cmd
116</PreBuildEvent>
117  </PropertyGroup>
118  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119       Other similar extension points exist, see Microsoft.Common.targets.
120  <Target Name="BeforeBuild">
121  </Target>
122  <Target Name="AfterBuild">
123  </Target>
124  -->
125</Project>
Note: See TracBrowser for help on using the repository browser.