Skip to content

Commit

Permalink
Update VC project to include visualtreatment.h in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
xan1242 committed Mar 17, 2022
1 parent 1da45cb commit 06011f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NFSC_CustomVT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="Shaders\visualtreatment.h">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions NFSC_CustomVT.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<ClInclude Include="Shaders\gradient.h">
<Filter>Shaders</Filter>
</ClInclude>
<ClInclude Include="Shaders\visualtreatment.h">
<Filter>Shaders</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Shaders">
Expand Down

0 comments on commit 06011f9

Please sign in to comment.