1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{A31EEDC1-5B69-42E9-BAE4-717DA6AF9E52}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >CVE20140268</RootNamespace >
25
+ <ProjectName >CVE-2013-5045</ProjectName >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <PlatformToolset >v120</PlatformToolset >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
35
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36
+ <UseDebugLibraries >true</UseDebugLibraries >
37
+ <PlatformToolset >v120</PlatformToolset >
38
+ <CharacterSet >Unicode</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
41
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
42
+ <UseDebugLibraries >false</UseDebugLibraries >
43
+ <PlatformToolset >v120</PlatformToolset >
44
+ <WholeProgramOptimization >true</WholeProgramOptimization >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
49
+ <UseDebugLibraries >false</UseDebugLibraries >
50
+ <PlatformToolset >v120</PlatformToolset >
51
+ <WholeProgramOptimization >true</WholeProgramOptimization >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ </PropertyGroup >
54
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
55
+ <ImportGroup Label =" ExtensionSettings" >
56
+ </ImportGroup >
57
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
58
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
59
+ </ImportGroup >
60
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
61
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65
+ </ImportGroup >
66
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <PropertyGroup Label =" UserMacros" />
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
71
+ <LinkIncremental >true</LinkIncremental >
72
+ </PropertyGroup >
73
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
74
+ <LinkIncremental >true</LinkIncremental >
75
+ </PropertyGroup >
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77
+ <LinkIncremental >false</LinkIncremental >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
80
+ <LinkIncremental >false</LinkIncremental >
81
+ </PropertyGroup >
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
+ <ClCompile >
84
+ <PrecompiledHeader >Use</PrecompiledHeader >
85
+ <WarningLevel >Level3</WarningLevel >
86
+ <Optimization >Disabled</Optimization >
87
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;CVE20140268_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88
+ <SDLCheck >true</SDLCheck >
89
+ <AdditionalIncludeDirectories >..\CommonUtils</AdditionalIncludeDirectories >
90
+ </ClCompile >
91
+ <Link >
92
+ <SubSystem >Windows</SubSystem >
93
+ <GenerateDebugInformation >true</GenerateDebugInformation >
94
+ <ModuleDefinitionFile >CVE-2014-0268.def</ModuleDefinitionFile >
95
+ </Link >
96
+ </ItemDefinitionGroup >
97
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
98
+ <ClCompile >
99
+ <PrecompiledHeader >Use</PrecompiledHeader >
100
+ <WarningLevel >Level3</WarningLevel >
101
+ <Optimization >Disabled</Optimization >
102
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;CVE20140268_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103
+ <SDLCheck >true</SDLCheck >
104
+ <AdditionalIncludeDirectories >..\CommonUtils</AdditionalIncludeDirectories >
105
+ </ClCompile >
106
+ <Link >
107
+ <SubSystem >Windows</SubSystem >
108
+ <GenerateDebugInformation >true</GenerateDebugInformation >
109
+ <ModuleDefinitionFile >CVE-2014-0268.def</ModuleDefinitionFile >
110
+ </Link >
111
+ </ItemDefinitionGroup >
112
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
113
+ <ClCompile >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ <PrecompiledHeader >Use</PrecompiledHeader >
116
+ <Optimization >MaxSpeed</Optimization >
117
+ <FunctionLevelLinking >true</FunctionLevelLinking >
118
+ <IntrinsicFunctions >true</IntrinsicFunctions >
119
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;CVE20140268_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <SDLCheck >true</SDLCheck >
121
+ <AdditionalIncludeDirectories >..\CommonUtils</AdditionalIncludeDirectories >
122
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
123
+ </ClCompile >
124
+ <Link >
125
+ <SubSystem >Windows</SubSystem >
126
+ <GenerateDebugInformation >true</GenerateDebugInformation >
127
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
128
+ <OptimizeReferences >true</OptimizeReferences >
129
+ <ModuleDefinitionFile >
130
+ </ModuleDefinitionFile >
131
+ </Link >
132
+ </ItemDefinitionGroup >
133
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
134
+ <ClCompile >
135
+ <WarningLevel >Level3</WarningLevel >
136
+ <PrecompiledHeader >Use</PrecompiledHeader >
137
+ <Optimization >MaxSpeed</Optimization >
138
+ <FunctionLevelLinking >true</FunctionLevelLinking >
139
+ <IntrinsicFunctions >true</IntrinsicFunctions >
140
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;CVE20140268_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141
+ <SDLCheck >true</SDLCheck >
142
+ <AdditionalIncludeDirectories >..\CommonUtils</AdditionalIncludeDirectories >
143
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
144
+ </ClCompile >
145
+ <Link >
146
+ <SubSystem >Windows</SubSystem >
147
+ <GenerateDebugInformation >true</GenerateDebugInformation >
148
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
149
+ <OptimizeReferences >true</OptimizeReferences >
150
+ <ModuleDefinitionFile >CVE-2014-0268.def</ModuleDefinitionFile >
151
+ </Link >
152
+ </ItemDefinitionGroup >
153
+ <ItemGroup >
154
+ <ClInclude Include =" stdafx.h" />
155
+ <ClInclude Include =" targetver.h" />
156
+ </ItemGroup >
157
+ <ItemGroup >
158
+ <ClCompile Include =" CVE-2013-5045.cpp" />
159
+ <ClCompile Include =" dllmain.cpp" >
160
+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >false</CompileAsManaged >
161
+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >false</CompileAsManaged >
162
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
163
+ </PrecompiledHeader >
164
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
165
+ </PrecompiledHeader >
166
+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</CompileAsManaged >
167
+ <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</CompileAsManaged >
168
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
169
+ </PrecompiledHeader >
170
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
171
+ </PrecompiledHeader >
172
+ </ClCompile >
173
+ <ClCompile Include =" stdafx.cpp" >
174
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
175
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
176
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
177
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
178
+ </ClCompile >
179
+ </ItemGroup >
180
+ <ItemGroup >
181
+ <ProjectReference Include =" ..\CommonUtils\CommonUtils.vcxproj" >
182
+ <Project >{04dde547-bb65-4c0c-b80b-231df42c7a1d}</Project >
183
+ </ProjectReference >
184
+ </ItemGroup >
185
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
186
+ <ImportGroup Label =" ExtensionTargets" >
187
+ </ImportGroup >
188
+ </Project >
0 commit comments