this repo has no description
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="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <ItemGroup>
14 <ClCompile Include="test.c" />
15 </ItemGroup>
16 <ItemGroup>
17 <ProjectReference Include="..\..\libpthread_workqueue.vcxproj">
18 <Project>{c8953032-a7fd-b3b1-6606-8dd078518b9a}</Project>
19 </ProjectReference>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{6D7A0EA0-AE20-4584-AEE6-25B49823073A}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>test_api</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <CharacterSet>Unicode</CharacterSet>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseDebugLibraries>false</UseDebugLibraries>
35 <WholeProgramOptimization>true</WholeProgramOptimization>
36 <CharacterSet>Unicode</CharacterSet>
37 </PropertyGroup>
38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
39 <ImportGroup Label="ExtensionSettings">
40 </ImportGroup>
41 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
43 </ImportGroup>
44 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup>
47 <PropertyGroup Label="UserMacros" />
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <LinkIncremental>true</LinkIncremental>
50 <IncludePath>..\..\include;$(IncludePath)</IncludePath>
51 </PropertyGroup>
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
53 <LinkIncremental>false</LinkIncremental>
54 </PropertyGroup>
55 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56 <ClCompile>
57 <PrecompiledHeader>NotUsing</PrecompiledHeader>
58 <WarningLevel>Level3</WarningLevel>
59 <Optimization>Disabled</Optimization>
60 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61 </ClCompile>
62 <Link>
63 <SubSystem>Console</SubSystem>
64 <GenerateDebugInformation>true</GenerateDebugInformation>
65 </Link>
66 </ItemDefinitionGroup>
67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <ClCompile>
69 <WarningLevel>Level3</WarningLevel>
70 <PrecompiledHeader>Use</PrecompiledHeader>
71 <Optimization>MaxSpeed</Optimization>
72 <FunctionLevelLinking>true</FunctionLevelLinking>
73 <IntrinsicFunctions>true</IntrinsicFunctions>
74 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75 </ClCompile>
76 <Link>
77 <SubSystem>Console</SubSystem>
78 <GenerateDebugInformation>true</GenerateDebugInformation>
79 <EnableCOMDATFolding>true</EnableCOMDATFolding>
80 <OptimizeReferences>true</OptimizeReferences>
81 </Link>
82 </ItemDefinitionGroup>
83 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
84 <ImportGroup Label="ExtensionTargets">
85 </ImportGroup>
86</Project>