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|x64">
5 <Configuration>Debug
</Configuration>
6 <Platform>x64
</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include=
"Release|x64">
9 <Configuration>Release
</Configuration>
10 <Platform>x64
</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label=
"Globals">
14 <VCProjectVersion>16.0</VCProjectVersion>
15 <ProjectGuid>{
245F601B-
02E4-
43DF-B64C-B49088673764}
</ProjectGuid>
16 <Keyword>Win32Proj
</Keyword>
17 <RootNamespace>ediddecode
</RootNamespace>
18 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
20 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'" Label=
"Configuration">
22 <ConfigurationType>Application
</ConfigurationType>
23 <UseDebugLibraries>true
</UseDebugLibraries>
24 <PlatformToolset>v143
</PlatformToolset>
25 <CharacterSet>Unicode
</CharacterSet>
27 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'" Label=
"Configuration">
28 <ConfigurationType>Application
</ConfigurationType>
29 <UseDebugLibraries>false
</UseDebugLibraries>
30 <PlatformToolset>v143
</PlatformToolset>
31 <WholeProgramOptimization>true
</WholeProgramOptimization>
32 <CharacterSet>Unicode
</CharacterSet>
34 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
35 <ImportGroup Label=
"ExtensionSettings">
37 <ImportGroup Label=
"Shared">
39 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
40 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
42 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
43 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
45 <PropertyGroup Label=
"UserMacros" />
46 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
47 <LinkIncremental>true
</LinkIncremental>
49 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
50 <LinkIncremental>false
</LinkIncremental>
52 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
56 <WarningLevel>Level3
</WarningLevel>
57 <SDLCheck>true
</SDLCheck>
58 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
59 <ConformanceMode>true
</ConformanceMode>
60 <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
61 <DisableSpecificWarnings>4244;
4018;
4267;
4996;
26451;
6385;
6001</DisableSpecificWarnings>
62 <AdditionalOptions>/utf-
8</AdditionalOptions>
65 <SubSystem>Console
</SubSystem>
66 <GenerateDebugInformation>true
</GenerateDebugInformation>
76 </ItemDefinitionGroup>
77 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
81 <WarningLevel>Level3
</WarningLevel>
82 <FunctionLevelLinking>true
</FunctionLevelLinking>
83 <IntrinsicFunctions>true
</IntrinsicFunctions>
84 <SDLCheck>true
</SDLCheck>
85 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
86 <ConformanceMode>true
</ConformanceMode>
87 <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
88 <DisableSpecificWarnings>4244;
4018;
4267;
4996;
26451;
6385;
6001</DisableSpecificWarnings>
89 <RuntimeLibrary>MultiThreaded
</RuntimeLibrary>
90 <AdditionalOptions>/utf-
8</AdditionalOptions>
93 <SubSystem>Console
</SubSystem>
94 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
95 <OptimizeReferences>true
</OptimizeReferences>
96 <GenerateDebugInformation>true
</GenerateDebugInformation>
98 </ItemDefinitionGroup>
100 <ClCompile Include=
"..\calc-gtf-cvt.cpp" />
101 <ClCompile Include=
"..\calc-ovt.cpp" />
102 <ClCompile Include=
"..\parse-if.cpp" />
103 <ClCompile Include=
"getopt.c" />
104 <ClCompile Include=
"..\edid-decode.cpp" />
105 <ClCompile Include=
"..\parse-base-block.cpp" />
106 <ClCompile Include=
"..\parse-cta-block.cpp" />
107 <ClCompile Include=
"..\parse-di-ext-block.cpp" />
108 <ClCompile Include=
"..\parse-displayid-block.cpp" />
109 <ClCompile Include=
"..\parse-ls-ext-block.cpp" />
110 <ClCompile Include=
"..\parse-vtb-ext-block.cpp" />
111 <ClCompile Include=
"getsubopt.c" />
114 <ClInclude Include=
"..\oui.h" />
115 <ClInclude Include=
"getopt.h" />
116 <ClInclude Include=
"unistd.h" />
117 <ClInclude Include=
"..\edid-decode.h" />
119 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
120 <ImportGroup Label=
"ExtensionTargets">