1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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
+ <ProjectGuid >{73D3F76F-65FA-48D8-BC0A-4C9E54980D1C}</ProjectGuid >
23
+ <RootNamespace >NameListRoll</RootNamespace >
24
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25
+ <Keyword >MFCProj</Keyword >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >Application</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <PlatformToolset >v140</PlatformToolset >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ <UseOfMfc >Static</UseOfMfc >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
+ <ConfigurationType >Application</ConfigurationType >
37
+ <UseDebugLibraries >false</UseDebugLibraries >
38
+ <PlatformToolset >v140</PlatformToolset >
39
+ <WholeProgramOptimization >true</WholeProgramOptimization >
40
+ <CharacterSet >Unicode</CharacterSet >
41
+ <UseOfMfc >Static</UseOfMfc >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >true</UseDebugLibraries >
46
+ <PlatformToolset >v140</PlatformToolset >
47
+ <CharacterSet >Unicode</CharacterSet >
48
+ <UseOfMfc >Static</UseOfMfc >
49
+ </PropertyGroup >
50
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
51
+ <ConfigurationType >Application</ConfigurationType >
52
+ <UseDebugLibraries >false</UseDebugLibraries >
53
+ <PlatformToolset >v140</PlatformToolset >
54
+ <WholeProgramOptimization >true</WholeProgramOptimization >
55
+ <CharacterSet >Unicode</CharacterSet >
56
+ <UseOfMfc >Static</UseOfMfc >
57
+ </PropertyGroup >
58
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
59
+ <ImportGroup Label =" ExtensionSettings" >
60
+ </ImportGroup >
61
+ <ImportGroup Label =" Shared" >
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|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)'=='Release|Win32'" >
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)'=='Debug|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
73
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74
+ </ImportGroup >
75
+ <PropertyGroup Label =" UserMacros" />
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
77
+ <LinkIncremental >true</LinkIncremental >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80
+ <LinkIncremental >true</LinkIncremental >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83
+ <LinkIncremental >false</LinkIncremental >
84
+ </PropertyGroup >
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86
+ <LinkIncremental >false</LinkIncremental >
87
+ </PropertyGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
89
+ <ClCompile >
90
+ <PrecompiledHeader >Use</PrecompiledHeader >
91
+ <WarningLevel >Level3</WarningLevel >
92
+ <Optimization >Disabled</Optimization >
93
+ <PreprocessorDefinitions >WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94
+ </ClCompile >
95
+ <Link >
96
+ <SubSystem >Windows</SubSystem >
97
+ </Link >
98
+ <Midl >
99
+ <MkTypLibCompatible >false</MkTypLibCompatible >
100
+ <ValidateAllParameters >true</ValidateAllParameters >
101
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
102
+ </Midl >
103
+ <ResourceCompile >
104
+ <Culture >0x0804</Culture >
105
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
107
+ </ResourceCompile >
108
+ </ItemDefinitionGroup >
109
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
110
+ <ClCompile >
111
+ <PrecompiledHeader >Use</PrecompiledHeader >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <Optimization >Disabled</Optimization >
114
+ <PreprocessorDefinitions >_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115
+ </ClCompile >
116
+ <Link >
117
+ <SubSystem >Windows</SubSystem >
118
+ </Link >
119
+ <Midl >
120
+ <MkTypLibCompatible >false</MkTypLibCompatible >
121
+ <ValidateAllParameters >true</ValidateAllParameters >
122
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
123
+ </Midl >
124
+ <ResourceCompile >
125
+ <Culture >0x0804</Culture >
126
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
127
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
128
+ </ResourceCompile >
129
+ </ItemDefinitionGroup >
130
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
131
+ <ClCompile >
132
+ <WarningLevel >Level3</WarningLevel >
133
+ <PrecompiledHeader >Use</PrecompiledHeader >
134
+ <Optimization >MaxSpeed</Optimization >
135
+ <FunctionLevelLinking >true</FunctionLevelLinking >
136
+ <IntrinsicFunctions >true</IntrinsicFunctions >
137
+ <PreprocessorDefinitions >WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
138
+ </ClCompile >
139
+ <Link >
140
+ <SubSystem >Windows</SubSystem >
141
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142
+ <OptimizeReferences >true</OptimizeReferences >
143
+ </Link >
144
+ <Midl >
145
+ <MkTypLibCompatible >false</MkTypLibCompatible >
146
+ <ValidateAllParameters >true</ValidateAllParameters >
147
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
148
+ </Midl >
149
+ <ResourceCompile >
150
+ <Culture >0x0804</Culture >
151
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
152
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
153
+ </ResourceCompile >
154
+ </ItemDefinitionGroup >
155
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
156
+ <ClCompile >
157
+ <WarningLevel >Level3</WarningLevel >
158
+ <PrecompiledHeader >Use</PrecompiledHeader >
159
+ <Optimization >MaxSpeed</Optimization >
160
+ <FunctionLevelLinking >true</FunctionLevelLinking >
161
+ <IntrinsicFunctions >true</IntrinsicFunctions >
162
+ <PreprocessorDefinitions >_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
163
+ </ClCompile >
164
+ <Link >
165
+ <SubSystem >Windows</SubSystem >
166
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
167
+ <OptimizeReferences >true</OptimizeReferences >
168
+ </Link >
169
+ <Midl >
170
+ <MkTypLibCompatible >false</MkTypLibCompatible >
171
+ <ValidateAllParameters >true</ValidateAllParameters >
172
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
173
+ </Midl >
174
+ <ResourceCompile >
175
+ <Culture >0x0804</Culture >
176
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
177
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
178
+ </ResourceCompile >
179
+ </ItemDefinitionGroup >
180
+ <ItemGroup >
181
+ <Text Include =" config.txt" />
182
+ <Text Include =" ReadMe.txt" />
183
+ </ItemGroup >
184
+ <ItemGroup >
185
+ <ClInclude Include =" NameListRoll.h" />
186
+ <ClInclude Include =" NameListRollDlg.h" />
187
+ <ClInclude Include =" Resource.h" />
188
+ <ClInclude Include =" stdafx.h" />
189
+ <ClInclude Include =" targetver.h" />
190
+ </ItemGroup >
191
+ <ItemGroup >
192
+ <ClCompile Include =" NameListRoll.cpp" />
193
+ <ClCompile Include =" NameListRollDlg.cpp" />
194
+ <ClCompile Include =" stdafx.cpp" >
195
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
196
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
197
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
198
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
199
+ </ClCompile >
200
+ </ItemGroup >
201
+ <ItemGroup >
202
+ <ResourceCompile Include =" NameListRoll.rc" />
203
+ </ItemGroup >
204
+ <ItemGroup >
205
+ <None Include =" res\NameListRoll.rc2" />
206
+ </ItemGroup >
207
+ <ItemGroup >
208
+ <Image Include =" res\NameListRoll.ico" />
209
+ </ItemGroup >
210
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
211
+ <ImportGroup Label =" ExtensionTargets" >
212
+ </ImportGroup >
213
+ <ProjectExtensions >
214
+ <VisualStudio >
215
+ <UserProperties RESOURCE_FILE =" NameListRoll.rc" />
216
+ </VisualStudio >
217
+ </ProjectExtensions >
218
+ </Project >
0 commit comments