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="..\..\extended_unicode.c" />
15    <ClCompile Include="..\..\extended_unicode_resources.c" />
16    <ClCompile Include="..\..\extended_unicode_specifications.c" />
17  </ItemGroup>
18  <ItemGroup>
19    <ClInclude Include="..\..\extended_unicode_resources.h" />
20    <ClInclude Include="..\..\extended_unicode_specifications.h" />
21  </ItemGroup>
22  <ItemGroup>
23    <ProjectReference Include="..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj">
24      <Project>{a3336f4f-7a7b-46d3-a7f0-a2aaed6c08ed}</Project>
25      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
26    </ProjectReference>
27  </ItemGroup>
28  <PropertyGroup Label="Globals">
29    <ProjectGuid>{10B36C4C-FA91-4491-8B51-EA4F5BABEB6B}</ProjectGuid>
30    <Keyword>Win32Proj</Keyword>
31    <RootNamespace>medical</RootNamespace>
32  </PropertyGroup>
33  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseDebugLibraries>true</UseDebugLibraries>
37    <CharacterSet>Unicode</CharacterSet>
38    <PlatformToolset>v142</PlatformToolset>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <UseDebugLibraries>false</UseDebugLibraries>
43    <WholeProgramOptimization>true</WholeProgramOptimization>
44    <CharacterSet>Unicode</CharacterSet>
45    <PlatformToolset>v142</PlatformToolset>
46  </PropertyGroup>
47  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
48  <ImportGroup Label="ExtensionSettings">
49  </ImportGroup>
50  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52  </ImportGroup>
53  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55  </ImportGroup>
56  <PropertyGroup Label="UserMacros" />
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58    <LinkIncremental>true</LinkIncremental>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61    <LinkIncremental>false</LinkIncremental>
62  </PropertyGroup>
63  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64    <ClCompile>
65      <PrecompiledHeader>
66      </PrecompiledHeader>
67      <WarningLevel>Level3</WarningLevel>
68      <Optimization>Disabled</Optimization>
69      <PreprocessorDefinitions>GX_EXTENDED_UNICODE_SUPPORT;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70      <AdditionalIncludeDirectories>..\;..\..\..\..\..\common\inc;../../../../../ports/win32/lib/vs_2019;..\include;..\..\..\..\..\ports\win32\inc</AdditionalIncludeDirectories>
71      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
72    </ClCompile>
73    <Link>
74      <SubSystem>Windows</SubSystem>
75      <GenerateDebugInformation>true</GenerateDebugInformation>
76      <AdditionalLibraryDirectories>../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/Debug_GX_EXTENDED_UNICODE_SUPPORT</AdditionalLibraryDirectories>
77      <AdditionalDependencies>gx.lib;tx.lib;%(AdditionalDependencies)</AdditionalDependencies>
78    </Link>
79  </ItemDefinitionGroup>
80  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81    <ClCompile>
82      <WarningLevel>Level3</WarningLevel>
83      <PrecompiledHeader>
84      </PrecompiledHeader>
85      <Optimization>MaxSpeed</Optimization>
86      <FunctionLevelLinking>true</FunctionLevelLinking>
87      <IntrinsicFunctions>true</IntrinsicFunctions>
88      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89      <AdditionalIncludeDirectories>..\..\..\..\..\common\inc;../../../../../ports/win32/lib/vs_2019;..\include;..\..\..\..\..\ports\win32\inc</AdditionalIncludeDirectories>
90    </ClCompile>
91    <Link>
92      <SubSystem>Windows</SubSystem>
93      <GenerateDebugInformation>true</GenerateDebugInformation>
94      <EnableCOMDATFolding>true</EnableCOMDATFolding>
95      <OptimizeReferences>true</OptimizeReferences>
96      <AdditionalLibraryDirectories>../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)</AdditionalLibraryDirectories>
97      <AdditionalDependencies>gx.lib;tx.lib;%(AdditionalDependencies)</AdditionalDependencies>
98    </Link>
99  </ItemDefinitionGroup>
100  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
101  <ImportGroup Label="ExtensionTargets">
102  </ImportGroup>
103</Project>