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    <Reference Include="System" />
15    <Reference Include="System.Data" />
16    <Reference Include="System.Drawing" />
17    <Reference Include="System.Windows.Forms" />
18    <Reference Include="System.Xml" />
19  </ItemGroup>
20  <ItemGroup>
21    <ClCompile Include="..\..\complete_window.c" />
22    <ClCompile Include="..\..\demo_guix_industrial.c" />
23    <ClCompile Include="..\..\demo_guix_industrial_resources.c" />
24    <ClCompile Include="..\..\demo_guix_industrial_specifications.c" />
25    <ClCompile Include="..\..\sequence_window.c" />
26  </ItemGroup>
27  <ItemGroup>
28    <ClInclude Include="..\..\demo_guix_industrial.h" />
29    <ClInclude Include="..\..\demo_guix_industrial_resources.h" />
30    <ClInclude Include="..\..\demo_guix_industrial_specifications.h" />
31  </ItemGroup>
32  <ItemGroup>
33    <ProjectReference Include="..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj">
34      <Project>{a3336f4f-7a7b-46d3-a7f0-a2aaed6c08ed}</Project>
35      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
36    </ProjectReference>
37  </ItemGroup>
38  <PropertyGroup Label="Globals">
39    <ProjectGuid>{84B6ACCC-933C-4577-94C2-65F33D1E99FB}</ProjectGuid>
40    <Keyword>Win32Proj</Keyword>
41    <RootNamespace>smart_watch</RootNamespace>
42    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
43  </PropertyGroup>
44  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
46    <ConfigurationType>Application</ConfigurationType>
47    <UseDebugLibraries>true</UseDebugLibraries>
48    <CharacterSet>MultiByte</CharacterSet>
49    <PlatformToolset>v142</PlatformToolset>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
52    <ConfigurationType>Application</ConfigurationType>
53    <UseDebugLibraries>false</UseDebugLibraries>
54    <WholeProgramOptimization>true</WholeProgramOptimization>
55    <CharacterSet>Unicode</CharacterSet>
56    <PlatformToolset>v142</PlatformToolset>
57  </PropertyGroup>
58  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59  <ImportGroup Label="ExtensionSettings">
60  </ImportGroup>
61  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63  </ImportGroup>
64  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66  </ImportGroup>
67  <PropertyGroup Label="UserMacros" />
68  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69    <LinkIncremental>false</LinkIncremental>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72    <LinkIncremental>false</LinkIncremental>
73  </PropertyGroup>
74  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75    <ClCompile>
76      <PrecompiledHeader>
77      </PrecompiledHeader>
78      <WarningLevel>Level3</WarningLevel>
79      <Optimization>Disabled</Optimization>
80      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;INTERNAL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81      <AdditionalIncludeDirectories>..\..\..\..\common\inc;..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\ports\win32\inc</AdditionalIncludeDirectories>
82      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
83      <TreatWarningAsError>true</TreatWarningAsError>
84    </ClCompile>
85    <Link>
86      <SubSystem>Windows</SubSystem>
87      <GenerateDebugInformation>true</GenerateDebugInformation>
88      <AdditionalLibraryDirectories>../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../ports/win32/build/vs_2019/$(Configuration)</AdditionalLibraryDirectories>
89      <AdditionalDependencies>gx.lib;tx.lib;%(AdditionalDependencies)</AdditionalDependencies>
90    </Link>
91  </ItemDefinitionGroup>
92  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
93    <ClCompile>
94      <WarningLevel>Level3</WarningLevel>
95      <PrecompiledHeader>
96      </PrecompiledHeader>
97      <Optimization>MaxSpeed</Optimization>
98      <FunctionLevelLinking>true</FunctionLevelLinking>
99      <IntrinsicFunctions>true</IntrinsicFunctions>
100      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101      <AdditionalIncludeDirectories>..\..\..\..\common\inc;..\..\..\..\ports\win32\lib\vs_2019;..\..\..\..\ports\win32\inc</AdditionalIncludeDirectories>
102    </ClCompile>
103    <Link>
104      <SubSystem>Windows</SubSystem>
105      <GenerateDebugInformation>true</GenerateDebugInformation>
106      <EnableCOMDATFolding>true</EnableCOMDATFolding>
107      <OptimizeReferences>true</OptimizeReferences>
108      <AdditionalLibraryDirectories>../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../ports/win32/build/vs_2019/$(Configuration)</AdditionalLibraryDirectories>
109      <AdditionalDependencies>gx.lib;tx.lib;%(AdditionalDependencies)</AdditionalDependencies>
110    </Link>
111  </ItemDefinitionGroup>
112  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
113  <ImportGroup Label="ExtensionTargets">
114  </ImportGroup>
115</Project>