1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" ANSI Debug|Win32" >
5+ <Configuration >ANSI Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" ANSI Release|Win32" >
9+ <Configuration >ANSI Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Unicode Debug|Win32" >
13+ <Configuration >Unicode Debug</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Unicode Release|Win32" >
17+ <Configuration >Unicode Release</Configuration >
18+ <Platform >Win32</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{1590D7CD-7D3A-4AB7-A355-EE02F7FB987D}</ProjectGuid >
23+ <RootNamespace >NppPluginTemplate</RootNamespace >
24+ <Keyword >Win32Proj</Keyword >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >DynamicLibrary</ConfigurationType >
29+ <CharacterSet >Unicode</CharacterSet >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label =" Configuration" >
32+ <ConfigurationType >DynamicLibrary</ConfigurationType >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='ANSI Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <CharacterSet >MultiByte</CharacterSet >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" Label =" Configuration" >
40+ <ConfigurationType >DynamicLibrary</ConfigurationType >
41+ <CharacterSet >MultiByte</CharacterSet >
42+ </PropertyGroup >
43+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
44+ <ImportGroup Label =" ExtensionSettings" >
45+ </ImportGroup >
46+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label =" PropertySheets" >
47+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
48+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
49+ <Import Project =" no_ms_shit.props" />
50+ </ImportGroup >
51+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label =" PropertySheets" >
52+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
53+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
54+ <Import Project =" no_ms_shit.props" />
55+ </ImportGroup >
56+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='ANSI Release|Win32'" Label =" PropertySheets" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
59+ <Import Project =" no_ms_shit.props" />
60+ </ImportGroup >
61+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" Label =" PropertySheets" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
64+ <Import Project =" no_ms_shit.props" />
65+ </ImportGroup >
66+ <PropertyGroup Label =" UserMacros" />
67+ <PropertyGroup >
68+ <_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
69+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" >$(Configuration)\</OutDir >
70+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" >$(Configuration)\</IntDir >
71+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" >true</LinkIncremental >
72+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='ANSI Release|Win32'" >.\bin\</OutDir >
73+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='ANSI Release|Win32'" >Release\</IntDir >
74+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='ANSI Release|Win32'" >false</LinkIncremental >
75+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Unicode Release|Win32'" >.\Unicode Release\</OutDir >
76+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Unicode Release|Win32'" >$(Configuration)\</IntDir >
77+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Unicode Release|Win32'" >false</LinkIncremental >
78+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" >$(Configuration)\</OutDir >
79+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" >$(Configuration)\</IntDir >
80+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" >true</LinkIncremental >
81+ </PropertyGroup >
82+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='ANSI Debug|Win32'" >
83+ <ClCompile >
84+ <Optimization >Disabled</Optimization >
85+ <AdditionalIncludeDirectories >%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
86+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87+ <MinimalRebuild >true</MinimalRebuild >
88+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
89+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
90+ <PrecompiledHeader >
91+ </PrecompiledHeader >
92+ <WarningLevel >Level3</WarningLevel >
93+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
94+ </ClCompile >
95+ <Link >
96+ <AdditionalDependencies >shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies >
97+ <OutputFile >$(OutDir)NppJSONViewer_DebugA.dll</OutputFile >
98+ <GenerateDebugInformation >true</GenerateDebugInformation >
99+ <ProgramDatabaseFile >$(OutDir)NPPJSONViewer.pdb</ProgramDatabaseFile >
100+ <SubSystem >Windows</SubSystem >
101+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
102+ <DataExecutionPrevention >
103+ </DataExecutionPrevention >
104+ <ImportLibrary >$(OutDir)NPPJSONViewer.lib</ImportLibrary >
105+ <TargetMachine >MachineX86</TargetMachine >
106+ </Link >
107+ </ItemDefinitionGroup >
108+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='ANSI Release|Win32'" >
109+ <ClCompile >
110+ <AdditionalIncludeDirectories >%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
111+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
113+ <PrecompiledHeader >
114+ </PrecompiledHeader >
115+ <PrecompiledHeaderFile >
116+ </PrecompiledHeaderFile >
117+ <WarningLevel >Level3</WarningLevel >
118+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
119+ </ClCompile >
120+ <Link >
121+ <AdditionalDependencies >shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies >
122+ <OutputFile >$(OutDir)NPPJSONViewerA.dll</OutputFile >
123+ <GenerateDebugInformation >true</GenerateDebugInformation >
124+ <SubSystem >Windows</SubSystem >
125+ <OptimizeReferences >true</OptimizeReferences >
126+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
127+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
128+ <DataExecutionPrevention >
129+ </DataExecutionPrevention >
130+ <ImportLibrary >$(OutDir)NPPJSONViewer.lib</ImportLibrary >
131+ <TargetMachine >MachineX86</TargetMachine >
132+ </Link >
133+ </ItemDefinitionGroup >
134+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Unicode Release|Win32'" >
135+ <ClCompile >
136+ <AdditionalIncludeDirectories >%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
137+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
138+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
139+ <PrecompiledHeader >
140+ </PrecompiledHeader >
141+ <PrecompiledHeaderFile >
142+ </PrecompiledHeaderFile >
143+ <WarningLevel >Level3</WarningLevel >
144+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
145+ </ClCompile >
146+ <Link >
147+ <AdditionalDependencies >shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies >
148+ <OutputFile >$(OutDir)NPPJSONViewer.dll</OutputFile >
149+ <GenerateDebugInformation >true</GenerateDebugInformation >
150+ <SubSystem >Windows</SubSystem >
151+ <OptimizeReferences >true</OptimizeReferences >
152+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
153+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
154+ <DataExecutionPrevention >
155+ </DataExecutionPrevention >
156+ <ImportLibrary >$(OutDir)NPPJSONViewer.lib</ImportLibrary >
157+ <TargetMachine >MachineX86</TargetMachine >
158+ </Link >
159+ </ItemDefinitionGroup >
160+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" >
161+ <ClCompile >
162+ <Optimization >Disabled</Optimization >
163+ <AdditionalIncludeDirectories >%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
164+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
165+ <MinimalRebuild >true</MinimalRebuild >
166+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
167+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
168+ <PrecompiledHeader >
169+ </PrecompiledHeader >
170+ <WarningLevel >Level3</WarningLevel >
171+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
172+ </ClCompile >
173+ <Link >
174+ <AdditionalDependencies >shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies >
175+ <OutputFile >$(OutDir)NPPJSONViewer_Debug.dll</OutputFile >
176+ <GenerateDebugInformation >true</GenerateDebugInformation >
177+ <ProgramDatabaseFile >$(OutDir)NPPJSONViewer.pdb</ProgramDatabaseFile >
178+ <SubSystem >Windows</SubSystem >
179+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
180+ <DataExecutionPrevention >
181+ </DataExecutionPrevention >
182+ <ImportLibrary >$(OutDir)NPPJSONViewer.lib</ImportLibrary >
183+ <TargetMachine >MachineX86</TargetMachine >
184+ </Link >
185+ </ItemDefinitionGroup >
186+ <ItemGroup >
187+ <ClCompile Include =" Hyperlinks.cpp" />
188+ <ClCompile Include =" json.c" />
189+ <ClCompile Include =" JSONDialog.cpp" />
190+ <ClCompile Include =" NppPlugin.cpp" />
191+ <ClCompile Include =" PluginDefinition.cpp" />
192+ <ClCompile Include =" StaticDialog.cpp" />
193+ </ItemGroup >
194+ <ItemGroup >
195+ <ClInclude Include =" Docking.h" />
196+ <ClInclude Include =" DockingDlgInterface.h" />
197+ <ClInclude Include =" dockingResource.h" />
198+ <ClInclude Include =" Hyperlinks.h" />
199+ <ClInclude Include =" json.h" />
200+ <ClInclude Include =" JSONDialog.h" />
201+ <ClInclude Include =" menuCmdID.h" />
202+ <ClInclude Include =" Notepad_plus_msgs.h" />
203+ <ClInclude Include =" PluginDefinition.h" />
204+ <ClInclude Include =" PluginInterface.h" />
205+ <ClInclude Include =" DockingFeature\resource.h" />
206+ <ClInclude Include =" Scintilla.h" />
207+ <ClInclude Include =" StaticDialog.h" />
208+ <ClInclude Include =" Window.h" />
209+ </ItemGroup >
210+ <ItemGroup >
211+ <ResourceCompile Include =" resource.rc" />
212+ </ItemGroup >
213+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
214+ <ImportGroup Label =" ExtensionTargets" >
215+ </ImportGroup >
216+ </Project >
0 commit comments