1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</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
+ <VCProjectVersion >15.0</VCProjectVersion >
23
+ <ProjectGuid >{BDD5DF95-1EF6-4C6A-8E12-5B1CEAF44206}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <RootNamespace >MyDLL</RootNamespace >
26
+ <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31
+ <UseDebugLibraries >true</UseDebugLibraries >
32
+ <PlatformToolset >v141</PlatformToolset >
33
+ <CharacterSet >Unicode</CharacterSet >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37
+ <UseDebugLibraries >false</UseDebugLibraries >
38
+ <PlatformToolset >v141</PlatformToolset >
39
+ <WholeProgramOptimization >true</WholeProgramOptimization >
40
+ <CharacterSet >Unicode</CharacterSet >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44
+ <UseDebugLibraries >true</UseDebugLibraries >
45
+ <PlatformToolset >v141</PlatformToolset >
46
+ <CharacterSet >Unicode</CharacterSet >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
50
+ <UseDebugLibraries >false</UseDebugLibraries >
51
+ <PlatformToolset >v141</PlatformToolset >
52
+ <WholeProgramOptimization >true</WholeProgramOptimization >
53
+ <CharacterSet >Unicode</CharacterSet >
54
+ </PropertyGroup >
55
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56
+ <ImportGroup Label =" ExtensionSettings" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" Shared" >
59
+ </ImportGroup >
60
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
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 Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <PropertyGroup Label =" UserMacros" />
73
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74
+ <TargetName >MYDLL</TargetName >
75
+ <LinkIncremental >true</LinkIncremental >
76
+ </PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78
+ <TargetName >MYDLL</TargetName >
79
+ <LinkIncremental >true</LinkIncremental >
80
+ </PropertyGroup >
81
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82
+ <TargetName >MYDLL</TargetName >
83
+ <LinkIncremental >false</LinkIncremental >
84
+ </PropertyGroup >
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86
+ <TargetName >MYDLL</TargetName >
87
+ <LinkIncremental >false</LinkIncremental >
88
+ </PropertyGroup >
89
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90
+ <ClCompile >
91
+ <PrecompiledHeader >Use</PrecompiledHeader >
92
+ <WarningLevel >Level3</WarningLevel >
93
+ <Optimization >Disabled</Optimization >
94
+ <SDLCheck >true</SDLCheck >
95
+ <PreprocessorDefinitions >WIN32;_DEBUG;MYDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96
+ <ConformanceMode >true</ConformanceMode >
97
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
98
+ </ClCompile >
99
+ <Link >
100
+ <SubSystem >Windows</SubSystem >
101
+ <GenerateDebugInformation >true</GenerateDebugInformation >
102
+ <EnableUAC >false</EnableUAC >
103
+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
104
+ </Link >
105
+ </ItemDefinitionGroup >
106
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
107
+ <ClCompile >
108
+ <PrecompiledHeader >Use</PrecompiledHeader >
109
+ <WarningLevel >Level3</WarningLevel >
110
+ <Optimization >Disabled</Optimization >
111
+ <SDLCheck >true</SDLCheck >
112
+ <PreprocessorDefinitions >_DEBUG;MYDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113
+ <ConformanceMode >true</ConformanceMode >
114
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
115
+ </ClCompile >
116
+ <Link >
117
+ <SubSystem >Windows</SubSystem >
118
+ <GenerateDebugInformation >true</GenerateDebugInformation >
119
+ <EnableUAC >false</EnableUAC >
120
+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
121
+ </Link >
122
+ </ItemDefinitionGroup >
123
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124
+ <ClCompile >
125
+ <PrecompiledHeader >Use</PrecompiledHeader >
126
+ <WarningLevel >Level3</WarningLevel >
127
+ <Optimization >MaxSpeed</Optimization >
128
+ <FunctionLevelLinking >true</FunctionLevelLinking >
129
+ <IntrinsicFunctions >true</IntrinsicFunctions >
130
+ <SDLCheck >true</SDLCheck >
131
+ <PreprocessorDefinitions >WIN32;NDEBUG;MYDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
+ <ConformanceMode >true</ConformanceMode >
133
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
134
+ </ClCompile >
135
+ <Link >
136
+ <SubSystem >Windows</SubSystem >
137
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
138
+ <OptimizeReferences >true</OptimizeReferences >
139
+ <GenerateDebugInformation >true</GenerateDebugInformation >
140
+ <EnableUAC >false</EnableUAC >
141
+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
142
+ </Link >
143
+ </ItemDefinitionGroup >
144
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
145
+ <ClCompile >
146
+ <PrecompiledHeader >Use</PrecompiledHeader >
147
+ <WarningLevel >Level3</WarningLevel >
148
+ <Optimization >MaxSpeed</Optimization >
149
+ <FunctionLevelLinking >true</FunctionLevelLinking >
150
+ <IntrinsicFunctions >true</IntrinsicFunctions >
151
+ <SDLCheck >true</SDLCheck >
152
+ <PreprocessorDefinitions >NDEBUG;MYDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
153
+ <ConformanceMode >true</ConformanceMode >
154
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
155
+ </ClCompile >
156
+ <Link >
157
+ <SubSystem >Windows</SubSystem >
158
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
159
+ <OptimizeReferences >true</OptimizeReferences >
160
+ <GenerateDebugInformation >true</GenerateDebugInformation >
161
+ <EnableUAC >false</EnableUAC >
162
+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
163
+ </Link >
164
+ </ItemDefinitionGroup >
165
+ <ItemGroup >
166
+ <None Include =" cpp.hint" />
167
+ <None Include =" Source.def" />
168
+ </ItemGroup >
169
+ <ItemGroup >
170
+ <ClInclude Include =" framework.h" />
171
+ <ClInclude Include =" MyDLL.h" />
172
+ <ClInclude Include =" pch.h" />
173
+ </ItemGroup >
174
+ <ItemGroup >
175
+ <ClCompile Include =" dllmain.cpp" />
176
+ <ClCompile Include =" MyDLL.cpp" />
177
+ <ClCompile Include =" pch.cpp" >
178
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
179
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
180
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
181
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
182
+ </ClCompile >
183
+ </ItemGroup >
184
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
185
+ <ImportGroup Label =" ExtensionTargets" >
186
+ </ImportGroup >
187
+ </Project >
0 commit comments