Skip to content

Commit

Permalink
specify the path from the root of the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanMenda committed Apr 28, 2024
1 parent 955f07b commit 4ea0a9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Stuckfish.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,22 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(ProjectDir)libraries\include;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)Libraries\lib;$(LibraryPath)</LibraryPath>
<SourcePath>$(ProjectDir)Sources;$(ProjectDir)Sources\App;$(ProjectDir)Sources\UI;$(SourcePath)</SourcePath>
<IncludePath>.\Libraries\include</IncludePath>
<LibraryPath>.\Libraries\lib;$(LibraryPath)</LibraryPath>
<SourcePath>.\Sources;.\Sources\App;.\Sources\UI;$(SourcePath)</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectDir)libraries\include;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)Libraries\lib;$(LibraryPath)</LibraryPath>
<SourcePath>$(ProjectDir)Sources;$(ProjectDir)Sources\App;$(ProjectDir)Sources\UI;$(SourcePath)</SourcePath>
<IncludePath>.\Libraries\include</IncludePath>
<LibraryPath>.\Libraries\lib;$(LibraryPath)</LibraryPath>
<SourcePath>.\Sources;.\Sources\App;.\Sources\UI;$(SourcePath)</SourcePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>$(ProjectDir)assets\Fonts;$(ProjectDir)imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>.\assets\Fonts;.\imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -153,7 +153,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>$(ProjectDir)assets\Fonts;$(ProjectDir)imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>.\assets\Fonts;.\imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit 4ea0a9f

Please sign in to comment.