Browse Source

neercs: add missing .lolfx file to neercs.vcxproj.

master
Sam Hocevar 12 years ago
parent
commit
745e8ddf06
2 changed files with 5 additions and 1 deletions
  1. +2
    -1
      neercs/neercs.vcxproj
  2. +3
    -0
      neercs/neercs.vcxproj.filters

+ 2
- 1
neercs/neercs.vcxproj View File

@@ -55,6 +55,7 @@
<LolFxCompile Include="video\glow.lolfx" /> <LolFxCompile Include="video\glow.lolfx" />
<LolFxCompile Include="video\postfx.lolfx" /> <LolFxCompile Include="video\postfx.lolfx" />
<LolFxCompile Include="video\radial.lolfx" /> <LolFxCompile Include="video\radial.lolfx" />
<LolFxCompile Include="video\remanency.lolfx" />
<LolFxCompile Include="video\simple.lolfx" /> <LolFxCompile Include="video\simple.lolfx" />
<LolFxCompile Include="video\text.lolfx" /> <LolFxCompile Include="video\text.lolfx" />
</ItemGroup> </ItemGroup>
@@ -86,4 +87,4 @@
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> <Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup> </ImportGroup>
</Project>
</Project>

+ 3
- 0
neercs/neercs.vcxproj.filters View File

@@ -39,6 +39,9 @@
<LolFxCompile Include="video\radial.lolfx"> <LolFxCompile Include="video\radial.lolfx">
<Filter>video</Filter> <Filter>video</Filter>
</LolFxCompile> </LolFxCompile>
<LolFxCompile Include="video\remanency.lolfx">
<Filter>video</Filter>
</LolFxCompile>
<LolFxCompile Include="video\simple.lolfx"> <LolFxCompile Include="video\simple.lolfx">
<Filter>video</Filter> <Filter>video</Filter>
</LolFxCompile> </LolFxCompile>


Loading…
Cancel
Save