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 >{CFAA244D-7561-44CD-A3FB-2A5843850A89}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >DynamicLibrary</ConfigurationType >
29+ <UseDebugLibraries >true</UseDebugLibraries >
30+ <PlatformToolset >v140</PlatformToolset >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
33+ <ConfigurationType >DynamicLibrary</ConfigurationType >
34+ <UseDebugLibraries >false</UseDebugLibraries >
35+ <PlatformToolset >v140</PlatformToolset >
36+ <CharacterSet >Unicode</CharacterSet >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
39+ <ConfigurationType >Application</ConfigurationType >
40+ <UseDebugLibraries >true</UseDebugLibraries >
41+ <PlatformToolset >v140</PlatformToolset >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >false</UseDebugLibraries >
46+ <PlatformToolset >v140</PlatformToolset >
47+ </PropertyGroup >
48+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
49+ <ImportGroup Label =" ExtensionSettings" >
50+ </ImportGroup >
51+ <ImportGroup Label =" Shared" >
52+ </ImportGroup >
53+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
55+ </ImportGroup >
56+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <PropertyGroup Label =" UserMacros" />
66+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
67+ <LinkIncremental >true</LinkIncremental >
68+ </PropertyGroup >
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <LinkIncremental >true</LinkIncremental >
71+ </PropertyGroup >
72+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73+ <ClCompile >
74+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;PYNPP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
75+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
76+ <WarningLevel >Level3</WarningLevel >
77+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
78+ <Optimization >Disabled</Optimization >
79+ </ClCompile >
80+ <Link >
81+ <TargetMachine >MachineX86</TargetMachine >
82+ <GenerateDebugInformation >true</GenerateDebugInformation >
83+ <SubSystem >Windows</SubSystem >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87+ <ClCompile >
88+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;PYNPP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
89+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
90+ <WarningLevel >Level3</WarningLevel >
91+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
92+ </ClCompile >
93+ <Link >
94+ <TargetMachine >MachineX86</TargetMachine >
95+ <GenerateDebugInformation >true</GenerateDebugInformation >
96+ <SubSystem >Windows</SubSystem >
97+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
98+ <OptimizeReferences >true</OptimizeReferences >
99+ <AdditionalDependencies >kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies >
100+ </Link >
101+ </ItemDefinitionGroup >
102+ <ItemGroup >
103+ <ClCompile Include =" AboutDlg.cpp" />
104+ <ClCompile Include =" dockingfeature\GoToLineDlg.cpp" />
105+ <ClCompile Include =" dockingfeature\StaticDialog.cpp" />
106+ <ClCompile Include =" globals.cpp" />
107+ <ClCompile Include =" IniFileProcessor.cpp" />
108+ <ClCompile Include =" IniProcessor.cpp" />
109+ <ClCompile Include =" IniValue.cpp" />
110+ <ClCompile Include =" OptionsDlg.cpp" />
111+ <ClCompile Include =" PluginDefinition.cpp" />
112+ <ClCompile Include =" PyNPP.cpp" />
113+ <ClCompile Include =" strconvert.cpp" />
114+ <ClCompile Include =" utility.cpp" />
115+ </ItemGroup >
116+ <ItemGroup >
117+ <ClInclude Include =" AboutDlg.h" />
118+ <ClInclude Include =" dockingfeature\Docking.h" />
119+ <ClInclude Include =" dockingfeature\DockingDlgInterface.h" />
120+ <ClInclude Include =" dockingfeature\dockingResource.h" />
121+ <ClInclude Include =" dockingfeature\GoToLineDlg.h" />
122+ <ClInclude Include =" dockingfeature\resource.h" />
123+ <ClInclude Include =" dockingfeature\StaticDialog.h" />
124+ <ClInclude Include =" dockingfeature\Window.h" />
125+ <ClInclude Include =" globals.h" />
126+ <ClInclude Include =" IniFileProcessor.h" />
127+ <ClInclude Include =" IniProcessor.h" />
128+ <ClInclude Include =" IniValue.h" />
129+ <ClInclude Include =" menuCmdID.h" />
130+ <ClInclude Include =" Notepad_plus_msgs.h" />
131+ <ClInclude Include =" OptionsDlg.h" />
132+ <ClInclude Include =" PluginDefinition.h" />
133+ <ClInclude Include =" PluginInterface.h" />
134+ <ClInclude Include =" resource.h" />
135+ <ClInclude Include =" Scintilla.h" />
136+ <ClInclude Include =" strconvert.h" />
137+ <ClInclude Include =" utility.h" />
138+ </ItemGroup >
139+ <ItemGroup >
140+ <ResourceCompile Include =" dockingfeature\goLine.rc" />
141+ <ResourceCompile Include =" PyNPP_RES.rc" />
142+ <ResourceCompile Include =" versionRC.rc" />
143+ </ItemGroup >
144+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
145+ <ImportGroup Label =" ExtensionTargets" >
146+ </ImportGroup >
147+ </Project >
0 commit comments