Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/ExternalEvaluation/MyExtension/Plugin/Plugin.csproj @ 16472

Last change on this file since 16472 was 15014, checked in by pfleck, 7 years ago

Added code and tools for the ExternalEvaluationProblem. (e.g. Java-side evaluation)

File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{73064F29-50DE-47EC-B10D-2197B12EE28B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.MyExtension</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.MyExtension-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="Google.ProtocolBuffers-2.4.1.473">
38      <HintPath>..\..\CSharp\Google.ProtocolBuffers-2.4.1.473.dll</HintPath>
39    </Reference>
40    <Reference Include="HeuristicLab.Analysis-3.3">
41      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3">
45      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Common-3.3">
49      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Core-3.3">
53      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Data-3.3">
57      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
61      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
62      <Private>False</Private>
63    </Reference>
64    <Reference Include="HeuristicLab.Operators-3.3">
65      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Optimization-3.3">
69      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Parameters-3.3">
73      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.Persistence-3.3">
77      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
81      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.4">
85      <HintPath>..\..\..\HeuristicLab\trunk\sources\bin\HeuristicLab.Problems.ExternalEvaluation-3.4.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Xml.Linq" />
91    <Reference Include="System.Data.DataSetExtensions" />
92    <Reference Include="Microsoft.CSharp" />
93    <Reference Include="System.Data" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="ExtendedExternalEvaluationProblem.cs" />
98    <Compile Include="Plugin.cs" />
99    <Compile Include="Properties\AssemblyInfo.cs" />
100    <Compile Include="Protos\RepetitionsQualityMessage.cs" />
101  </ItemGroup>
102  <ItemGroup>
103    <None Include="Protos\RepetitionsQualityMessage.proto" />
104    <None Include="Protos\ExternalEvaluationMessages.proto" />
105  </ItemGroup>
106  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107  <PropertyGroup>
108    <PreBuildEvent>set Path=%25Path%25;$(SolutionDir)
109set SolutionDir=$(SolutionDir)
110set ProjectDir=$(ProjectDir)
111
112call "$(SolutionDir)\ProcessProtos.cmd"</PreBuildEvent>
113  </PropertyGroup>
114  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115       Other similar extension points exist, see Microsoft.Common.targets.
116  <Target Name="BeforeBuild">
117  </Target>
118  <Target Name="AfterBuild">
119  </Target>
120  -->
121</Project>
Note: See TracBrowser for help on using the repository browser.