Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PluginInfrastructure Refactoring/HeuristicLab.Communication.Operators/3.2/HeuristicLab.Communication.Operators-3.2.csproj @ 2587

Last change on this file since 2587 was 2587, checked in by gkronber, 14 years ago

Fixed projects to work with new plugin infrastructure. #799

File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
8    <ProjectGuid>{6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Communication.Operators</RootNamespace>
12    <AssemblyName>HeuristicLab.Communication.Operators-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>bin\x64\Debug\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
62    <OutputPath>bin\x64\Release\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71       Other similar extension points exist, see Microsoft.Common.targets.
72  <Target Name="BeforeBuild">
73  </Target>
74  <Target Name="AfterBuild">
75  </Target>
76  -->
77  <ItemGroup>
78    <Compile Include="CommunicatorBase.cs" />
79    <Compile Include="CurrentStateInitializer.cs">
80      <SubType>Code</SubType>
81    </Compile>
82    <Compile Include="DataStreamCommunicator.cs" />
83    <Compile Include="DataStreamFinisher.cs" />
84    <Compile Include="HeuristicLabCommunicationOperatorsPlugin.cs" />
85    <Compile Include="LocalProcessInitiator.cs" />
86    <Compile Include="MessageInjector.cs" />
87    <Compile Include="MessageProcessor.cs" />
88    <Compile Include="Properties\AssemblyInfo.cs" />
89    <Compile Include="ProtocolInjector.cs" />
90    <Compile Include="ProtocolInjectorView.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="ProtocolInjectorView.designer.cs">
94      <DependentUpon>ProtocolInjectorView.cs</DependentUpon>
95    </Compile>
96    <Compile Include="StateTransistor.cs" />
97    <Compile Include="SubScopeMessageComposer.cs" />
98    <Compile Include="SubScopeMessageDecomposer.cs" />
99    <Compile Include="TcpNetworkInitiator.cs" />
100  </ItemGroup>
101  <ItemGroup>
102    <Reference Include="System" />
103    <Reference Include="System.Data" />
104    <Reference Include="System.Drawing" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.XML" />
107  </ItemGroup>
108  <ItemGroup>
109    <None Include="HeuristicLab.snk" />
110    <None Include="Properties\AssemblyInfo.frame" />
111  </ItemGroup>
112  <ItemGroup>
113    <EmbeddedResource Include="ProtocolInjectorView.resx">
114      <DependentUpon>ProtocolInjectorView.cs</DependentUpon>
115      <SubType>Designer</SubType>
116    </EmbeddedResource>
117  </ItemGroup>
118  <PropertyGroup>
119    <PostBuildEvent>
120    </PostBuildEvent>
121    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
122set ProjectDir=$(ProjectDir)
123set SolutionDir=$(SolutionDir)
124set Outdir=$(Outdir)
125
126call PreBuildEvent.cmd</PreBuildEvent>
127  </PropertyGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Communication.Data\3.2\HeuristicLab.Communication.Data-3.2.csproj">
130      <Project>{14E1C3E3-2496-436A-AE00-09F7B81DB15B}</Project>
131      <Name>HeuristicLab.Communication.Data-3.2</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Constraints\3.2\HeuristicLab.Constraints-3.2.csproj">
134      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
135      <Name>HeuristicLab.Constraints-3.2</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
138      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
139      <Name>HeuristicLab.Core-3.2</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
142      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
143      <Name>HeuristicLab.Data-3.2</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.2\HeuristicLab.Operators.Programmable-3.2.csproj">
146      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
147      <Name>HeuristicLab.Operators.Programmable-3.2</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
150      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
151      <Name>HeuristicLab.Operators-3.2</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
154      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
155      <Name>HeuristicLab.PluginInfrastructure</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Random\3.2\HeuristicLab.Random-3.2.csproj">
158      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
159      <Name>HeuristicLab.Random-3.2</Name>
160    </ProjectReference>
161  </ItemGroup>
162</Project>
Note: See TracBrowser for help on using the repository browser.