Skip to content

Commit 2b61408

Browse files
committed
Updated common propertysheet
1 parent fce4a52 commit 2b61408

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

src/NppJsonViewer/NPPJSONViewer.vcxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,6 @@
106106
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental>
107107
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
108108
</PropertyGroup>
109-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
110-
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
111-
</PropertyGroup>
112-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113-
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
114-
</PropertyGroup>
115-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
116-
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
117-
</PropertyGroup>
118-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
119-
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
120-
</PropertyGroup>
121-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
122-
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
123-
</PropertyGroup>
124-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
125-
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
126-
</PropertyGroup>
127109
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
128110
<ClCompile>
129111
<Optimization>Disabled</Optimization>

src/NppJsonViewerCommon.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<OutDir>$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir>
77
<IntDir>$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir>
88
<ExternalIncludePath>$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath>
9+
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
910
</PropertyGroup>
1011
<ItemDefinitionGroup>
1112
<ClCompile>

0 commit comments

Comments
 (0)