msvc/ucxtest/ucxtest.vcxproj

changeset 952
dc53362bc5a7
equal deleted inserted replaced
951:8f6d6556380a 952:dc53362bc5a7
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" 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="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</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="..\..\tests\test_allocator.c" />
23 <ClCompile Include="..\..\tests\test_buffer.c" />
24 <ClCompile Include="..\..\tests\test_compare.c" />
25 <ClCompile Include="..\..\tests\test_hash_key.c" />
26 <ClCompile Include="..\..\tests\test_hash_map.c" />
27 <ClCompile Include="..\..\tests\test_iterator.c" />
28 <ClCompile Include="..\..\tests\test_json.c" />
29 <ClCompile Include="..\..\tests\test_list.c" />
30 <ClCompile Include="..\..\tests\test_mempool.c" />
31 <ClCompile Include="..\..\tests\test_printf.c" />
32 <ClCompile Include="..\..\tests\test_properties.c" />
33 <ClCompile Include="..\..\tests\test_string.c" />
34 <ClCompile Include="..\..\tests\test_tree.c" />
35 <ClCompile Include="..\..\tests\test_utils.c" />
36 <ClCompile Include="..\..\tests\ucxtest.c" />
37 <ClCompile Include="..\..\tests\util_allocator.c" />
38 </ItemGroup>
39 <ItemGroup>
40 <ClInclude Include="..\..\tests\util_allocator.h" />
41 </ItemGroup>
42 <ItemGroup>
43 <ProjectReference Include="..\libucx\libucx.vcxproj">
44 <Project>{a7ee56a3-0bad-4cab-9354-7fae2a65e276}</Project>
45 </ProjectReference>
46 </ItemGroup>
47 <PropertyGroup Label="Globals">
48 <VCProjectVersion>17.0</VCProjectVersion>
49 <Keyword>Win32Proj</Keyword>
50 <ProjectGuid>{56337f37-5298-49c4-b4d4-b43c1b2900f0}</ProjectGuid>
51 <RootNamespace>ucxtest</RootNamespace>
52 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
53 </PropertyGroup>
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
56 <ConfigurationType>Application</ConfigurationType>
57 <UseDebugLibraries>true</UseDebugLibraries>
58 <PlatformToolset>v143</PlatformToolset>
59 <CharacterSet>Unicode</CharacterSet>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
62 <ConfigurationType>Application</ConfigurationType>
63 <UseDebugLibraries>false</UseDebugLibraries>
64 <PlatformToolset>v143</PlatformToolset>
65 <WholeProgramOptimization>true</WholeProgramOptimization>
66 <CharacterSet>Unicode</CharacterSet>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
69 <ConfigurationType>Application</ConfigurationType>
70 <UseDebugLibraries>true</UseDebugLibraries>
71 <PlatformToolset>v143</PlatformToolset>
72 <CharacterSet>Unicode</CharacterSet>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
75 <ConfigurationType>Application</ConfigurationType>
76 <UseDebugLibraries>false</UseDebugLibraries>
77 <PlatformToolset>v143</PlatformToolset>
78 <WholeProgramOptimization>true</WholeProgramOptimization>
79 <CharacterSet>Unicode</CharacterSet>
80 </PropertyGroup>
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
82 <ImportGroup Label="ExtensionSettings">
83 </ImportGroup>
84 <ImportGroup Label="Shared">
85 </ImportGroup>
86 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88 </ImportGroup>
89 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91 </ImportGroup>
92 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
93 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94 </ImportGroup>
95 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
96 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
97 </ImportGroup>
98 <PropertyGroup Label="UserMacros" />
99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
100 <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir>
101 <IntDir>build\$(Platform)\$(Configuration)\</IntDir>
102 </PropertyGroup>
103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir>
105 <IntDir>build\$(Platform)\$(Configuration)\</IntDir>
106 </PropertyGroup>
107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
108 <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir>
109 <IntDir>build\$(Platform)\$(Configuration)\</IntDir>
110 </PropertyGroup>
111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
112 <OutDir>$(SolutionDir)..\build\msvc\$(Platform)\$(Configuration)\</OutDir>
113 <IntDir>build\$(Platform)\$(Configuration)\</IntDir>
114 </PropertyGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
116 <ClCompile>
117 <WarningLevel>Level3</WarningLevel>
118 <SDLCheck>true</SDLCheck>
119 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 <ConformanceMode>true</ConformanceMode>
121 <LanguageStandard_C>stdc17</LanguageStandard_C>
122 <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories>
123 <CompileAs>CompileAsC</CompileAs>
124 </ClCompile>
125 <Link>
126 <SubSystem>Console</SubSystem>
127 <GenerateDebugInformation>true</GenerateDebugInformation>
128 <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories>
129 <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
130 </Link>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133 <ClCompile>
134 <WarningLevel>Level3</WarningLevel>
135 <FunctionLevelLinking>true</FunctionLevelLinking>
136 <IntrinsicFunctions>true</IntrinsicFunctions>
137 <SDLCheck>true</SDLCheck>
138 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139 <ConformanceMode>true</ConformanceMode>
140 <LanguageStandard_C>stdc17</LanguageStandard_C>
141 <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories>
142 <CompileAs>CompileAsC</CompileAs>
143 </ClCompile>
144 <Link>
145 <SubSystem>Console</SubSystem>
146 <EnableCOMDATFolding>true</EnableCOMDATFolding>
147 <OptimizeReferences>true</OptimizeReferences>
148 <GenerateDebugInformation>true</GenerateDebugInformation>
149 <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories>
150 <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
151 </Link>
152 </ItemDefinitionGroup>
153 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
154 <ClCompile>
155 <WarningLevel>Level3</WarningLevel>
156 <SDLCheck>true</SDLCheck>
157 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158 <ConformanceMode>true</ConformanceMode>
159 <LanguageStandard_C>stdc17</LanguageStandard_C>
160 <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories>
161 <CompileAs>CompileAsC</CompileAs>
162 </ClCompile>
163 <Link>
164 <SubSystem>Console</SubSystem>
165 <GenerateDebugInformation>true</GenerateDebugInformation>
166 <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories>
167 <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
168 </Link>
169 </ItemDefinitionGroup>
170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
171 <ClCompile>
172 <WarningLevel>Level3</WarningLevel>
173 <FunctionLevelLinking>true</FunctionLevelLinking>
174 <IntrinsicFunctions>true</IntrinsicFunctions>
175 <SDLCheck>true</SDLCheck>
176 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177 <ConformanceMode>true</ConformanceMode>
178 <LanguageStandard_C>stdc17</LanguageStandard_C>
179 <AdditionalIncludeDirectories>$(SolutionDir)..\src\</AdditionalIncludeDirectories>
180 <CompileAs>CompileAsC</CompileAs>
181 </ClCompile>
182 <Link>
183 <SubSystem>Console</SubSystem>
184 <EnableCOMDATFolding>true</EnableCOMDATFolding>
185 <OptimizeReferences>true</OptimizeReferences>
186 <GenerateDebugInformation>true</GenerateDebugInformation>
187 <AdditionalLibraryDirectories>$(OutputPath)</AdditionalLibraryDirectories>
188 <AdditionalDependencies>libucx.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
189 </Link>
190 </ItemDefinitionGroup>
191 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192 <ImportGroup Label="ExtensionTargets">
193 </ImportGroup>
194 </Project>

mercurial