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|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 >16.0</VCProjectVersion >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <ProjectGuid >{28bdf50c-5333-4f6c-b0c8-b17b9abf6257}</ProjectGuid >
25
+ <RootNamespace >BTCClipper</RootNamespace >
26
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27
+ <ProjectName >Clipper</ProjectName >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31
+ <ConfigurationType >Application</ConfigurationType >
32
+ <UseDebugLibraries >true</UseDebugLibraries >
33
+ <PlatformToolset >v143</PlatformToolset >
34
+ <CharacterSet >Unicode</CharacterSet >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37
+ <ConfigurationType >Application</ConfigurationType >
38
+ <UseDebugLibraries >false</UseDebugLibraries >
39
+ <PlatformToolset >v143</PlatformToolset >
40
+ <WholeProgramOptimization >true</WholeProgramOptimization >
41
+ <CharacterSet >Unicode</CharacterSet >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >true</UseDebugLibraries >
46
+ <PlatformToolset >v143</PlatformToolset >
47
+ <CharacterSet >MultiByte</CharacterSet >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50
+ <ConfigurationType >Application</ConfigurationType >
51
+ <UseDebugLibraries >false</UseDebugLibraries >
52
+ <PlatformToolset >v143</PlatformToolset >
53
+ <WholeProgramOptimization >true</WholeProgramOptimization >
54
+ <CharacterSet >MultiByte</CharacterSet >
55
+ </PropertyGroup >
56
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57
+ <ImportGroup Label =" ExtensionSettings" >
58
+ </ImportGroup >
59
+ <ImportGroup Label =" Shared" >
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
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72
+ </ImportGroup >
73
+ <PropertyGroup Label =" UserMacros" />
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75
+ <LinkIncremental >true</LinkIncremental >
76
+ </PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
78
+ <LinkIncremental >false</LinkIncremental >
79
+ </PropertyGroup >
80
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
81
+ <LinkIncremental >true</LinkIncremental >
82
+ </PropertyGroup >
83
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84
+ <LinkIncremental >false</LinkIncremental >
85
+ <TargetName >$(TargetName)</TargetName >
86
+ </PropertyGroup >
87
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
88
+ <ClCompile >
89
+ <WarningLevel >Level3</WarningLevel >
90
+ <SDLCheck >true</SDLCheck >
91
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92
+ <ConformanceMode >true</ConformanceMode >
93
+ </ClCompile >
94
+ <Link >
95
+ <SubSystem >Console</SubSystem >
96
+ <GenerateDebugInformation >true</GenerateDebugInformation >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100
+ <ClCompile >
101
+ <WarningLevel >Level3</WarningLevel >
102
+ <FunctionLevelLinking >true</FunctionLevelLinking >
103
+ <IntrinsicFunctions >true</IntrinsicFunctions >
104
+ <SDLCheck >true</SDLCheck >
105
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106
+ <ConformanceMode >true</ConformanceMode >
107
+ </ClCompile >
108
+ <Link >
109
+ <SubSystem >Console</SubSystem >
110
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
111
+ <OptimizeReferences >true</OptimizeReferences >
112
+ <GenerateDebugInformation >true</GenerateDebugInformation >
113
+ </Link >
114
+ </ItemDefinitionGroup >
115
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
116
+ <ClCompile >
117
+ <WarningLevel >Level3</WarningLevel >
118
+ <SDLCheck >true</SDLCheck >
119
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <ConformanceMode >true</ConformanceMode >
121
+ <LanguageStandard >stdcpp17</LanguageStandard >
122
+ </ClCompile >
123
+ <Link >
124
+ <SubSystem >Console</SubSystem >
125
+ <GenerateDebugInformation >true</GenerateDebugInformation >
126
+ </Link >
127
+ </ItemDefinitionGroup >
128
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
129
+ <ClCompile >
130
+ <WarningLevel >Level3</WarningLevel >
131
+ <FunctionLevelLinking >true</FunctionLevelLinking >
132
+ <IntrinsicFunctions >true</IntrinsicFunctions >
133
+ <SDLCheck >true</SDLCheck >
134
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
135
+ <ConformanceMode >true</ConformanceMode >
136
+ <LanguageStandard >stdcpp17</LanguageStandard >
137
+ </ClCompile >
138
+ <Link >
139
+ <SubSystem >Console</SubSystem >
140
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
141
+ <OptimizeReferences >true</OptimizeReferences >
142
+ <GenerateDebugInformation >true</GenerateDebugInformation >
143
+ <UACExecutionLevel >AsInvoker</UACExecutionLevel >
144
+ </Link >
145
+ </ItemDefinitionGroup >
146
+ <ItemGroup >
147
+ <ClCompile Include =" main.cpp" />
148
+ </ItemGroup >
149
+ <ItemGroup >
150
+ <ClInclude Include =" clipboard.h" />
151
+ <ClInclude Include =" clipper.h" />
152
+ <ClInclude Include =" colours.h" />
153
+ <ClInclude Include =" config.h" />
154
+ <ClInclude Include =" console.h" />
155
+ <ClInclude Include =" other.h" />
156
+ <ClInclude Include =" registry.h" />
157
+ <ClInclude Include =" xorstr.h" />
158
+ </ItemGroup >
159
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
160
+ <ImportGroup Label =" ExtensionTargets" >
161
+ </ImportGroup >
162
+ </Project >
0 commit comments