Browse Source

更新了VC++目录

Zhou Jinlun 2 years ago
parent
commit
f3fa9bedf4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      CGH_Printer.vcxproj

+ 4 - 4
CGH_Printer.vcxproj

@@ -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>