blob: 1772de8cb17a5ec6935128ff6f463cf1aa461826 [file] [log] [blame]
Minos Galanakis22098d42025-03-20 09:33:09 +00001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.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 <ItemGroup>
22 <ClCompile Include="..\..\framework\tests\programs\query_compile_time_config.c" />
23 <ClCompile Include="..\..\programs\test\query_config.c" />
24 </ItemGroup>
25 <ItemGroup>
26 <ProjectReference Include="mbedTLS.vcxproj">
27 <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
28 <LinkLibraryDependencies>true</LinkLibraryDependencies>
29 </ProjectReference>
30 </ItemGroup>
31 <PropertyGroup Label="Globals">
32 <ProjectGuid>{D6F58AF2-9D80-562A-E2B0-F743281522B9}</ProjectGuid>
33 <Keyword>Win32Proj</Keyword>
34 <RootNamespace>query_compile_time_config</RootNamespace>
35 </PropertyGroup>
36 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38 <ConfigurationType>Application</ConfigurationType>
39 <UseDebugLibraries>true</UseDebugLibraries>
40 <CharacterSet>Unicode</CharacterSet>
41 <PlatformToolset>v141</PlatformToolset>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>true</UseDebugLibraries>
46 <CharacterSet>Unicode</CharacterSet>
47 <PlatformToolset>v141</PlatformToolset>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <UseDebugLibraries>false</UseDebugLibraries>
52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>Unicode</CharacterSet>
54 <PlatformToolset>v141</PlatformToolset>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
57 <ConfigurationType>Application</ConfigurationType>
58 <UseDebugLibraries>false</UseDebugLibraries>
59 <WholeProgramOptimization>true</WholeProgramOptimization>
60 <CharacterSet>Unicode</CharacterSet>
61 <PlatformToolset>v141</PlatformToolset>
62 </PropertyGroup>
63 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
64 <ImportGroup Label="ExtensionSettings">
65 </ImportGroup>
66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 </ImportGroup>
72 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 </ImportGroup>
75 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 </ImportGroup>
78 <PropertyGroup Label="UserMacros" />
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80 <LinkIncremental>true</LinkIncremental>
81 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84 <LinkIncremental>true</LinkIncremental>
85 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
88 <LinkIncremental>false</LinkIncremental>
89 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
90 </PropertyGroup>
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
92 <LinkIncremental>false</LinkIncremental>
93 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
94 </PropertyGroup>
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
96 <ClCompile>
97 <WarningLevel>Level3</WarningLevel>
98 <Optimization>Disabled</Optimization>
99 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 <AdditionalIncludeDirectories>
101../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs </AdditionalIncludeDirectories>
102 </ClCompile>
103 <Link>
104 <SubSystem>Console</SubSystem>
105 <GenerateDebugInformation>true</GenerateDebugInformation>
106 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
107 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
108 </Link>
109 <ProjectReference>
110 <LinkLibraryDependencies>false</LinkLibraryDependencies>
111 </ProjectReference>
112 </ItemDefinitionGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114 <ClCompile>
115 <WarningLevel>Level3</WarningLevel>
116 <Optimization>Disabled</Optimization>
117 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 <AdditionalIncludeDirectories>
119../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs </AdditionalIncludeDirectories>
120 </ClCompile>
121 <Link>
122 <SubSystem>Console</SubSystem>
123 <GenerateDebugInformation>true</GenerateDebugInformation>
124 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
125 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
126 </Link>
127 <ProjectReference>
128 <LinkLibraryDependencies>false</LinkLibraryDependencies>
129 </ProjectReference>
130 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <Optimization>MaxSpeed</Optimization>
135 <FunctionLevelLinking>true</FunctionLevelLinking>
136 <IntrinsicFunctions>true</IntrinsicFunctions>
137 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 <AdditionalIncludeDirectories>
139../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs </AdditionalIncludeDirectories>
140 </ClCompile>
141 <Link>
142 <SubSystem>Console</SubSystem>
143 <GenerateDebugInformation>true</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
147 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
148 </Link>
149 </ItemDefinitionGroup>
150 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151 <ClCompile>
152 <WarningLevel>Level3</WarningLevel>
153 <Optimization>MaxSpeed</Optimization>
154 <FunctionLevelLinking>true</FunctionLevelLinking>
155 <IntrinsicFunctions>true</IntrinsicFunctions>
156 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157 <AdditionalIncludeDirectories>
158../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include;../../framework/tests/include;../../framework/tests/programs </AdditionalIncludeDirectories>
159 </ClCompile>
160 <Link>
161 <SubSystem>Console</SubSystem>
162 <GenerateDebugInformation>true</GenerateDebugInformation>
163 <EnableCOMDATFolding>true</EnableCOMDATFolding>
164 <OptimizeReferences>true</OptimizeReferences>
165 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
166 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
167 </Link>
168 </ItemDefinitionGroup>
169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170 <ImportGroup Label="ExtensionTargets">
171 </ImportGroup>
172</Project>