Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration.csproj @ 15823

Last change on this file since 15823 was 15823, checked in by lkammere, 7 years ago

#2886: Fixed build settings.

File size: 6.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration</AssemblyName>
12    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\trunk\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\..\trunk\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <ItemGroup>
33    <Reference Include="ALGLIB-3.7.0">
34      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
35      <Private>False</Private>
36    </Reference>
37    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
38      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
39      <Private>False</Private>
40    </Reference>
41    <Reference Include="HeuristicLab.Analysis-3.3">
42      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
51    <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
55    <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Data-3.3">
58      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
59    <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
62      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
63      <Private>False</Private>
64  </Reference>
65    <Reference Include="HeuristicLab.Operators-3.3">
66      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
67      <Private>False</Private>
68  </Reference>
69    <Reference Include="HeuristicLab.Optimization-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
71    <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Parameters-3.3">
74      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
75    <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Persistence-3.3">
78      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
79    <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
82      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
83    <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
86      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
87    <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
90      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
91      <Private>False</Private>
92  </Reference>
93    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
94      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
95    <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Problems.Instances-3.3">
98      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
99    <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Random-3.3">
102      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
103    <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">
106      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
107    <Private>False</Private>
108    </Reference>
109    <Reference Include="System" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="Analysis\IGrammarEnumerationAnalyzer.cs" />
113    <Compile Include="Analysis\SentenceLogger.cs" />
114    <Compile Include="Analysis\SearchGraphVisualizer.cs" />
115    <Compile Include="GrammarEnumeration\Grammar.cs" />
116    <Compile Include="GrammarEnumeration\GrammarEnumerationAlgorithm.cs" />
117    <Compile Include="GrammarEnumeration\SearchDataStructure.cs" />
118    <Compile Include="GrammarEnumeration\Sentence.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <Compile Include="GrammarEnumeration\Symbol.cs" />
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="Plugin.cs.frame" />
124  </ItemGroup>
125  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126  <PropertyGroup>
127    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
128set ProjectDir=$(ProjectDir)
129set SolutionDir=$(SolutionDir)
130set Outdir=$(Outdir)
131
132call PreBuildEvent.cmd
133</PreBuildEvent>
134  </PropertyGroup>
135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136       Other similar extension points exist, see Microsoft.Common.targets.
137  <Target Name="BeforeBuild">
138  </Target>
139  <Target Name="AfterBuild">
140  </Target>
141  -->
142</Project>
Note: See TracBrowser for help on using the repository browser.