File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 106
106
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >false</LinkIncremental >
107
107
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
108
108
</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 >
127
109
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
128
110
<ClCompile >
129
111
<Optimization >Disabled</Optimization >
Original file line number Diff line number Diff line change 6
6
<OutDir >$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir >
7
7
<IntDir >$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir >
8
8
<ExternalIncludePath >$(SolutionDir)..\external\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath >
9
+ <IncludePath >$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath >
9
10
</PropertyGroup >
10
11
<ItemDefinitionGroup >
11
12
<ClCompile >
You can’t perform that action at this time.
0 commit comments