|
@@ -92,8 +92,8 @@
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">
|
|
|
<ExternalIncludePath>$(ExternalIncludePath)</ExternalIncludePath>
|
|
|
- <LibraryPath>F:\CGH_Printer\Lib;G:\project file\CGH_Printer\Lib;$(LibraryPath)</LibraryPath>
|
|
|
- <IncludePath>F:\CGH_Printer\Include;G:\project file\CGH_Printer\Include;$(IncludePath)</IncludePath>
|
|
|
+ <LibraryPath>.\Lib;.\;$(LibraryPath)</LibraryPath>
|
|
|
+ <IncludePath>.\Include;.\;$(IncludePath)</IncludePath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
<ExternalIncludePath>$(ExternalIncludePath)</ExternalIncludePath>
|
|
@@ -101,8 +101,8 @@
|
|
|
<IncludePath>F:\CGH_Printer\Include;G:\project file\CGH_Printer\Include;$(IncludePath)</IncludePath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|Win32'">
|
|
|
- <ExternalIncludePath>F:\CGH_Printer\Include;G:\project file\CGH_Printer\Include;$(ExternalIncludePath)</ExternalIncludePath>
|
|
|
- <LibraryPath>F:\CGH_Printer\Lib;G:\project file\CGH_Printer\Lib;$(LibraryPath)</LibraryPath>
|
|
|
+ <ExternalIncludePath>.\Include;.\;$(ExternalIncludePath)</ExternalIncludePath>
|
|
|
+ <LibraryPath>.\Lib;.\;$(LibraryPath)</LibraryPath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<ExternalIncludePath>F:\CGH_Printer\Include;G:\project file\CGH_Printer\Include;$(ExternalIncludePath)</ExternalIncludePath>
|