Changeset 6f73e0c in opengl-game for NewOpenGLGame.vcxproj
- Timestamp:
- Feb 27, 2018, 2:16:05 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d12d003
- Parents:
- 1099b95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NewOpenGLGame.vcxproj
r1099b95 r6f73e0c 71 71 <PropertyGroup Label="UserMacros" /> 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 73 <IncludePath> C:\Users\dportnoy\Desktop\opengl-game\include;$(IncludePath)</IncludePath>74 <LibraryPath> C:\Users\dportnoy\Desktop\opengl-game\lib;$(LibraryPath)</LibraryPath>73 <IncludePath>include;$(IncludePath)</IncludePath> 74 <LibraryPath>lib;$(LibraryPath)</LibraryPath> 75 75 </PropertyGroup> 76 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 77 <IncludePath> C:\Users\dportnoy\Desktop\opengl-game\include;$(IncludePath)</IncludePath>78 <LibraryPath> C:\Users\dportnoy\Desktop\opengl-game\lib;$(LibraryPath)</LibraryPath>77 <IncludePath>include;$(IncludePath)</IncludePath> 78 <LibraryPath>lib;$(LibraryPath)</LibraryPath> 79 79 </PropertyGroup> 80 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Note:
See TracChangeset
for help on using the changeset viewer.