|
74 | 74 | </ImportGroup> |
75 | 75 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
76 | 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 77 | + <Import Project="..\NppJsonViewerCommon.props" /> |
77 | 78 | </ImportGroup> |
78 | 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
79 | 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 81 | + <Import Project="..\NppJsonViewerCommon.props" /> |
80 | 82 | </ImportGroup> |
81 | 83 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
82 | 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 85 | + <Import Project="..\NppJsonViewerCommon.props" /> |
83 | 86 | </ImportGroup> |
84 | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
85 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 89 | + <Import Project="..\NppJsonViewerCommon.props" /> |
86 | 90 | </ImportGroup> |
87 | 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
88 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + <Import Project="..\NppJsonViewerCommon.props" /> |
89 | 94 | </ImportGroup> |
90 | 95 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
91 | 96 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 97 | + <Import Project="..\NppJsonViewerCommon.props" /> |
92 | 98 | </ImportGroup> |
93 | 99 | <PropertyGroup Label="UserMacros" /> |
94 | 100 | <PropertyGroup> |
95 | 101 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
96 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir> |
97 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir> |
98 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir> |
99 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir> |
100 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir> |
101 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir> |
102 | 102 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
103 | 103 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> |
104 | 104 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
105 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir> |
106 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir> |
107 | | - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir> |
108 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir> |
109 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir> |
110 | | - <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir> |
111 | 105 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
112 | 106 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> |
113 | 107 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
114 | 108 | </PropertyGroup> |
115 | 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
116 | 110 | <IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath> |
117 | | - <ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath> |
118 | 111 | </PropertyGroup> |
119 | 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
120 | 113 | <IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath> |
121 | | - <ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath> |
122 | 114 | </PropertyGroup> |
123 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
124 | 116 | <IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath> |
125 | | - <ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath> |
126 | 117 | </PropertyGroup> |
127 | 118 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
128 | 119 | <IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath> |
129 | | - <ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath> |
130 | 120 | </PropertyGroup> |
131 | 121 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
132 | 122 | <IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath> |
133 | | - <ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath> |
134 | 123 | </PropertyGroup> |
135 | 124 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
136 | 125 | <IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath> |
137 | | - <ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath> |
138 | 126 | </PropertyGroup> |
139 | 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
140 | 128 | <ClCompile> |
141 | 129 | <Optimization>Disabled</Optimization> |
142 | 130 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
143 | 131 | <MinimalRebuild>false</MinimalRebuild> |
144 | 132 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
145 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
146 | | - <WarningLevel>Level4</WarningLevel> |
147 | 133 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
148 | | - <SDLCheck>true</SDLCheck> |
149 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
150 | | - <TreatWarningAsError>true</TreatWarningAsError> |
151 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
152 | | - <ConformanceMode>true</ConformanceMode> |
153 | 134 | </ClCompile> |
154 | 135 | <Link> |
155 | 136 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
156 | 137 | <GenerateDebugInformation>true</GenerateDebugInformation> |
157 | 138 | <SubSystem>Windows</SubSystem> |
158 | 139 | <TargetMachine>MachineX64</TargetMachine> |
159 | | - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
160 | 140 | </Link> |
161 | 141 | </ItemDefinitionGroup> |
162 | 142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
|
165 | 145 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
166 | 146 | <MinimalRebuild>false</MinimalRebuild> |
167 | 147 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
168 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
169 | | - <WarningLevel>Level4</WarningLevel> |
170 | 148 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
171 | | - <SDLCheck>true</SDLCheck> |
172 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
173 | | - <TreatWarningAsError>true</TreatWarningAsError> |
174 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
175 | | - <ConformanceMode>true</ConformanceMode> |
176 | 149 | </ClCompile> |
177 | 150 | <Link> |
178 | 151 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
179 | 152 | <GenerateDebugInformation>true</GenerateDebugInformation> |
180 | 153 | <SubSystem>Windows</SubSystem> |
181 | | - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
182 | 154 | </Link> |
183 | 155 | </ItemDefinitionGroup> |
184 | 156 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
185 | 157 | <ClCompile> |
186 | 158 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
187 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
188 | | - <WarningLevel>Level4</WarningLevel> |
189 | 159 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
190 | | - <SDLCheck>true</SDLCheck> |
191 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
192 | | - <TreatWarningAsError>true</TreatWarningAsError> |
193 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
194 | | - <ConformanceMode>true</ConformanceMode> |
195 | 160 | </ClCompile> |
196 | 161 | <Link> |
197 | 162 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
198 | 163 | <GenerateDebugInformation>DebugFull</GenerateDebugInformation> |
199 | 164 | <SubSystem>Windows</SubSystem> |
200 | | - <OptimizeReferences>true</OptimizeReferences> |
201 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
202 | 165 | <TargetMachine>MachineX64</TargetMachine> |
203 | | - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
204 | 166 | </Link> |
205 | 167 | </ItemDefinitionGroup> |
206 | 168 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
207 | 169 | <ClCompile> |
208 | 170 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
209 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
210 | | - <WarningLevel>Level4</WarningLevel> |
211 | 171 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
212 | | - <SDLCheck>true</SDLCheck> |
213 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
214 | | - <TreatWarningAsError>true</TreatWarningAsError> |
215 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
216 | | - <ConformanceMode>true</ConformanceMode> |
217 | 172 | </ClCompile> |
218 | 173 | <Link> |
219 | 174 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
220 | 175 | <GenerateDebugInformation>DebugFull</GenerateDebugInformation> |
221 | 176 | <SubSystem>Windows</SubSystem> |
222 | | - <OptimizeReferences>true</OptimizeReferences> |
223 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
224 | | - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
225 | 177 | </Link> |
226 | 178 | </ItemDefinitionGroup> |
227 | 179 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
228 | 180 | <ClCompile> |
229 | 181 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
230 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
231 | | - <WarningLevel>Level4</WarningLevel> |
232 | 182 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
233 | | - <SDLCheck>true</SDLCheck> |
234 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
235 | | - <TreatWarningAsError>true</TreatWarningAsError> |
236 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
237 | | - <ConformanceMode>true</ConformanceMode> |
238 | 183 | </ClCompile> |
239 | 184 | <Link> |
240 | 185 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
241 | 186 | <GenerateDebugInformation>DebugFull</GenerateDebugInformation> |
242 | 187 | <SubSystem>Windows</SubSystem> |
243 | | - <OptimizeReferences>true</OptimizeReferences> |
244 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
245 | 188 | <TargetMachine>MachineX86</TargetMachine> |
246 | | - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
247 | 189 | </Link> |
248 | 190 | </ItemDefinitionGroup> |
249 | 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
252 | 194 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;NPPJSONVIEWER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
253 | 195 | <MinimalRebuild>false</MinimalRebuild> |
254 | 196 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
255 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
256 | | - <WarningLevel>Level4</WarningLevel> |
257 | 197 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
258 | | - <SDLCheck>true</SDLCheck> |
259 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
260 | | - <TreatWarningAsError>true</TreatWarningAsError> |
261 | | - <LanguageStandard>stdcpp20</LanguageStandard> |
262 | | - <ConformanceMode>true</ConformanceMode> |
263 | 198 | </ClCompile> |
264 | 199 | <Link> |
265 | 200 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies> |
266 | 201 | <GenerateDebugInformation>true</GenerateDebugInformation> |
267 | 202 | <SubSystem>Windows</SubSystem> |
268 | 203 | <TargetMachine>MachineX86</TargetMachine> |
269 | | - <TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors> |
270 | 204 | </Link> |
271 | 205 | </ItemDefinitionGroup> |
272 | 206 | <ItemGroup> |
|
0 commit comments