File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 76
76
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
77
77
</PropertyGroup >
78
78
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
79
- <IncludePath >C:\Users\kapil\source\repos\JSON-Viewer \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
79
+ <IncludePath >$(SolutionDir).. \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
80
80
</PropertyGroup >
81
81
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82
- <IncludePath >C:\Users\kapil\source\repos\JSON-Viewer \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
82
+ <IncludePath >$(SolutionDir).. \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
83
83
</PropertyGroup >
84
84
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
85
- <IncludePath >C:\Users\kapil\source\repos\JSON-Viewer \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
85
+ <IncludePath >$(SolutionDir).. \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
86
86
</PropertyGroup >
87
87
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
88
- <IncludePath >C:\Users\kapil\source\repos\JSON-Viewer \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
88
+ <IncludePath >$(SolutionDir).. \thirdparty\rapidjson\include;$(IncludePath)</IncludePath >
89
89
</PropertyGroup >
90
90
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
91
91
<ClCompile >
You can’t perform that action at this time.
0 commit comments