Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/liblrs/ctest_liblrs/ctest_liblrs.vcxproj @ 10743

Last change on this file since 10743 was 10200, checked in by ascheibe, 11 years ago

#1886

  • moved lrs code into analyzer project
  • added lrs performance test
  • moved performance tests into an own project
  • don't use 64 bit number format of lrs as it does not work correctly
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{B6D2A50A-D977-4F8F-8BCA-08591D6BB52D}</ProjectGuid>
23    <RootNamespace>ctest_liblrs</RootNamespace>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseDebugLibraries>true</UseDebugLibraries>
29    <PlatformToolset>v110</PlatformToolset>
30    <CharacterSet>MultiByte</CharacterSet>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <UseDebugLibraries>true</UseDebugLibraries>
35    <PlatformToolset>v110</PlatformToolset>
36    <CharacterSet>MultiByte</CharacterSet>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39    <ConfigurationType>Application</ConfigurationType>
40    <UseDebugLibraries>false</UseDebugLibraries>
41    <PlatformToolset>v110</PlatformToolset>
42    <WholeProgramOptimization>true</WholeProgramOptimization>
43    <CharacterSet>MultiByte</CharacterSet>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46    <ConfigurationType>Application</ConfigurationType>
47    <UseDebugLibraries>false</UseDebugLibraries>
48    <PlatformToolset>v110</PlatformToolset>
49    <WholeProgramOptimization>true</WholeProgramOptimization>
50    <CharacterSet>MultiByte</CharacterSet>
51  </PropertyGroup>
52  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53  <ImportGroup Label="ExtensionSettings">
54  </ImportGroup>
55  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57  </ImportGroup>
58  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
59    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60  </ImportGroup>
61  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63  </ImportGroup>
64  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66  </ImportGroup>
67  <PropertyGroup Label="UserMacros" />
68  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69    <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
70    <LibraryPath>$(SolutionDir)Debug;$(LibraryPath)</LibraryPath>
71    <ReferencePath>$(SolutionDir)Debug;$(ReferencePath)</ReferencePath>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74    <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
75    <LibraryPath>$(SolutionDir)x64\Debug;$(LibraryPath)</LibraryPath>
76    <ReferencePath>$(SolutionDir)Debug;$(ReferencePath)</ReferencePath>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79    <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
80    <LibraryPath>$(SolutionDir)\Release;$(LibraryPath)</LibraryPath>
81  </PropertyGroup>
82  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83    <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
84    <LibraryPath>$(SolutionDir)\Release;$(LibraryPath)</LibraryPath>
85  </PropertyGroup>
86  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87    <ClCompile>
88      <WarningLevel>Level3</WarningLevel>
89      <Optimization>Disabled</Optimization>
90      <SDLCheck>true</SDLCheck>
91    </ClCompile>
92    <Link>
93      <GenerateDebugInformation>true</GenerateDebugInformation>
94      <AdditionalDependencies>liblrs.lib;%(AdditionalDependencies)</AdditionalDependencies>
95    </Link>
96  </ItemDefinitionGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98    <ClCompile>
99      <WarningLevel>Level3</WarningLevel>
100      <Optimization>Disabled</Optimization>
101      <SDLCheck>true</SDLCheck>
102    </ClCompile>
103    <Link>
104      <GenerateDebugInformation>true</GenerateDebugInformation>
105      <AdditionalDependencies>liblrs.lib;%(AdditionalDependencies)</AdditionalDependencies>
106    </Link>
107  </ItemDefinitionGroup>
108  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
109    <ClCompile>
110      <WarningLevel>Level3</WarningLevel>
111      <Optimization>MaxSpeed</Optimization>
112      <FunctionLevelLinking>true</FunctionLevelLinking>
113      <IntrinsicFunctions>true</IntrinsicFunctions>
114      <SDLCheck>true</SDLCheck>
115    </ClCompile>
116    <Link>
117      <GenerateDebugInformation>true</GenerateDebugInformation>
118      <EnableCOMDATFolding>true</EnableCOMDATFolding>
119      <OptimizeReferences>true</OptimizeReferences>
120      <AdditionalDependencies>$(SolutionDir)Release\liblrs.lib;%(AdditionalDependencies)</AdditionalDependencies>
121    </Link>
122  </ItemDefinitionGroup>
123  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
124    <ClCompile>
125      <WarningLevel>Level3</WarningLevel>
126      <Optimization>MaxSpeed</Optimization>
127      <FunctionLevelLinking>true</FunctionLevelLinking>
128      <IntrinsicFunctions>true</IntrinsicFunctions>
129      <SDLCheck>true</SDLCheck>
130    </ClCompile>
131    <Link>
132      <GenerateDebugInformation>true</GenerateDebugInformation>
133      <EnableCOMDATFolding>true</EnableCOMDATFolding>
134      <OptimizeReferences>true</OptimizeReferences>
135      <AdditionalDependencies>$(SolutionDir)Release\liblrs.lib;%(AdditionalDependencies)</AdditionalDependencies>
136    </Link>
137  </ItemDefinitionGroup>
138  <ItemGroup>
139    <ClCompile Include="main.cpp" />
140  </ItemGroup>
141  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
142  <ImportGroup Label="ExtensionTargets">
143  </ImportGroup>
144</Project>
Note: See TracBrowser for help on using the repository browser.