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
+ <ProjectName >XBrackets</ProjectName >
23
+ <ProjectGuid >{A74E350F-747A-471F-8B36-C8F97FA2A1AF}</ProjectGuid >
24
+ <RootNamespace >XBrackets</RootNamespace >
25
+ <Keyword >Win32Proj</Keyword >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
30
+ <PlatformToolset >v141_xp</PlatformToolset >
31
+ <UseOfMfc >false</UseOfMfc >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ <WholeProgramOptimization >true</WholeProgramOptimization >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
36
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37
+ <PlatformToolset >v141</PlatformToolset >
38
+ <UseOfMfc >false</UseOfMfc >
39
+ <CharacterSet >Unicode</CharacterSet >
40
+ <WholeProgramOptimization >true</WholeProgramOptimization >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
43
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44
+ <PlatformToolset >v141_xp</PlatformToolset >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
48
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
49
+ <PlatformToolset >v141</PlatformToolset >
50
+ <CharacterSet >Unicode</CharacterSet >
51
+ </PropertyGroup >
52
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
+ <ImportGroup Label =" ExtensionSettings" >
54
+ </ImportGroup >
55
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <PropertyGroup Label =" UserMacros" />
68
+ <PropertyGroup >
69
+ <XPDeprecationWarning >false</XPDeprecationWarning >
70
+ </PropertyGroup >
71
+ <PropertyGroup >
72
+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
73
+ </PropertyGroup >
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
76
+ <IntDir >$(Configuration)\</IntDir >
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
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
84
+ <IntDir >$(Configuration)\</IntDir >
85
+ <LinkIncremental >false</LinkIncremental >
86
+ </PropertyGroup >
87
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
88
+ <LinkIncremental >false</LinkIncremental >
89
+ </PropertyGroup >
90
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91
+ <ClCompile >
92
+ <Optimization >Disabled</Optimization >
93
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;XBRACKETS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
95
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
96
+ <PrecompiledHeader />
97
+ <WarningLevel >Level3</WarningLevel >
98
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
99
+ </ClCompile >
100
+ <Link >
101
+ <GenerateDebugInformation >true</GenerateDebugInformation >
102
+ <SubSystem >Windows</SubSystem >
103
+ <TargetMachine >MachineX86</TargetMachine >
104
+ </Link >
105
+ </ItemDefinitionGroup >
106
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
107
+ <ClCompile >
108
+ <Optimization >Disabled</Optimization >
109
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;XBRACKETS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
111
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
112
+ <PrecompiledHeader >
113
+ </PrecompiledHeader >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
116
+ </ClCompile >
117
+ <Link >
118
+ <GenerateDebugInformation >true</GenerateDebugInformation >
119
+ <SubSystem >Windows</SubSystem >
120
+ </Link >
121
+ </ItemDefinitionGroup >
122
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
123
+ <ClCompile >
124
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;XBRACKETS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
125
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
126
+ <PrecompiledHeader />
127
+ <WarningLevel >Level3</WarningLevel >
128
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
129
+ </ClCompile >
130
+ <Link >
131
+ <GenerateDebugInformation >true</GenerateDebugInformation >
132
+ <SubSystem >Windows</SubSystem >
133
+ <OptimizeReferences >true</OptimizeReferences >
134
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
135
+ <TargetMachine >MachineX86</TargetMachine >
136
+ </Link >
137
+ </ItemDefinitionGroup >
138
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
139
+ <ClCompile >
140
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;XBRACKETS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
142
+ <PrecompiledHeader >
143
+ </PrecompiledHeader >
144
+ <WarningLevel >Level3</WarningLevel >
145
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
146
+ </ClCompile >
147
+ <Link >
148
+ <GenerateDebugInformation >true</GenerateDebugInformation >
149
+ <SubSystem >Windows</SubSystem >
150
+ <OptimizeReferences >true</OptimizeReferences >
151
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
152
+ </Link >
153
+ </ItemDefinitionGroup >
154
+ <ItemGroup >
155
+ <ClCompile Include =" src\core\NppMessager.cpp" />
156
+ <ClCompile Include =" src\core\NppPlugin.cpp" />
157
+ <ClCompile Include =" src\core\NppPluginMenu.cpp" />
158
+ <ClCompile Include =" src\core\SciMessager.cpp" />
159
+ <ClCompile Include =" src\Main.cpp" />
160
+ <ClCompile Include =" src\SettingsDlg.cpp" />
161
+ <ClCompile Include =" src\XBrackets.cpp" />
162
+ <ClCompile Include =" src\XBracketsMenu.cpp" />
163
+ <ClCompile Include =" src\XBracketsOptions.cpp" />
164
+ </ItemGroup >
165
+ <ItemGroup >
166
+ <ClInclude Include =" src\core\base.h" />
167
+ <ClInclude Include =" src\core\NppMessager.h" />
168
+ <ClInclude Include =" src\core\NppPlugin.h" />
169
+ <ClInclude Include =" src\core\NppPluginMenu.h" />
170
+ <ClInclude Include =" src\core\SciMessager.h" />
171
+ <ClInclude Include =" src\resource.h" />
172
+ <ClInclude Include =" src\SettingsDlg.h" />
173
+ <ClInclude Include =" src\XBrackets.h" />
174
+ <ClInclude Include =" src\XBracketsMenu.h" />
175
+ <ClInclude Include =" src\XBracketsOptions.h" />
176
+ </ItemGroup >
177
+ <ItemGroup >
178
+ <ResourceCompile Include =" src\XBrackets.rc" />
179
+ </ItemGroup >
180
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
181
+ <ImportGroup Label =" ExtensionTargets" >
182
+ </ImportGroup >
183
+ </Project >
0 commit comments