Skip to content

Commit

Permalink
Removed stb includes
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Sep 13, 2018
1 parent d954020 commit a26ddc3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions MAGE/Demo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,19 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Scripts\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
8 changes: 4 additions & 4 deletions MAGE/ImGui.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,19 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Math\src\;Utilities\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Math\src\;Utilities\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Math\src\;Utilities\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Utilities\src\;GSL\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Math\src\;Utilities\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
8 changes: 4 additions & 4 deletions MAGE/MAGE.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
8 changes: 4 additions & 4 deletions MAGE/Rendering.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -260,19 +260,19 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;Shaders\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
8 changes: 4 additions & 4 deletions MAGE/Scripts.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;stb\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectName)\src\;MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;GSL\src\;ImGui\src\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<SourcePath>MAGE\src\;Rendering\src\;Input\src\;Core\src\;Math\src\;Utilities\src\;ImGui\src\;$(VC_SourcePath);</SourcePath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit a26ddc3

Please sign in to comment.