source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/ports/win32/msvc/libcheck.vcxproj@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to CRLF
  • Property svn:mime-type set to text/xml
File size: 5.6 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="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{EBB156DC-01BF-47B2-B69C-1A750B6B5F09}</ProjectGuid>
15 <RootNamespace>libcheck</RootNamespace>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19 <ConfigurationType>StaticLibrary</ConfigurationType>
20 <CharacterSet>MultiByte</CharacterSet>
21 <WholeProgramOptimization>true</WholeProgramOptimization>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24 <ConfigurationType>StaticLibrary</ConfigurationType>
25 <CharacterSet>MultiByte</CharacterSet>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label="ExtensionSettings">
29 </ImportGroup>
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\$(ProjectName)\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\$(ProjectName)\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
43 </PropertyGroup>
44 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <ClCompile>
46 <Optimization>Disabled</Optimization>
47 <AdditionalIncludeDirectories>..\check;..\..\..\..\check\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
48 <PreprocessorDefinitions>_LIB;WIN32;_DEBUG;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
49 <MinimalRebuild>true</MinimalRebuild>
50 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
51 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
52 <WarningLevel>Level3</WarningLevel>
53 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
54 </ClCompile>
55 </ItemDefinitionGroup>
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57 <ClCompile>
58 <Optimization>MaxSpeed</Optimization>
59 <IntrinsicFunctions>true</IntrinsicFunctions>
60 <AdditionalIncludeDirectories>..\check;..\..\..\..\check\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
61 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
63 <FunctionLevelLinking>true</FunctionLevelLinking>
64 <WarningLevel>Level3</WarningLevel>
65 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
66 </ClCompile>
67 </ItemDefinitionGroup>
68 <ItemGroup>
69 <ClInclude Include="..\..\..\..\check\lib\libcompat.h" />
70 <ClInclude Include="..\check\config.h" />
71 <ClInclude Include="..\check\unistd.h" />
72 <ClInclude Include="..\check\sys\time.h" />
73 <ClInclude Include="..\..\..\..\check\src\check.h" />
74 <ClInclude Include="..\..\..\..\check\src\check_error.h" />
75 <ClInclude Include="..\..\..\..\check\src\check_impl.h" />
76 <ClInclude Include="..\..\..\..\check\src\check_list.h" />
77 <ClInclude Include="..\..\..\..\check\src\check_log.h" />
78 <ClInclude Include="..\..\..\..\check\src\check_msg.h" />
79 <ClInclude Include="..\..\..\..\check\src\check_pack.h" />
80 <ClInclude Include="..\..\..\..\check\src\check_print.h" />
81 <ClInclude Include="..\..\..\..\check\src\check_str.h" />
82 </ItemGroup>
83 <ItemGroup>
84 <ClCompile Include="..\..\..\..\check\lib\clock_gettime.c" />
85 <ClCompile Include="..\..\..\..\check\lib\libcompat.c" />
86 <ClCompile Include="..\check\time.c" />
87 <ClCompile Include="..\..\..\..\check\src\check.c" />
88 <ClCompile Include="..\..\..\..\check\src\check_error.c" />
89 <ClCompile Include="..\..\..\..\check\src\check_list.c" />
90 <ClCompile Include="..\..\..\..\check\src\check_log.c" />
91 <ClCompile Include="..\..\..\..\check\src\check_msg.c" />
92 <ClCompile Include="..\..\..\..\check\src\check_pack.c" />
93 <ClCompile Include="..\..\..\..\check\src\check_print.c" />
94 <ClCompile Include="..\..\..\..\check\src\check_run.c" />
95 <ClCompile Include="..\..\..\..\check\src\check_str.c" />
96 </ItemGroup>
97 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
98 <ImportGroup Label="ExtensionTargets">
99 </ImportGroup>
100</Project>
Note: See TracBrowser for help on using the repository browser.