Sfoglia il codice sorgente

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

master
Sam Hocevar 12 anni fa
parent
commit
745e8ddf06
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +2
    -1
      neercs/neercs.vcxproj
  2. +3
    -0
      neercs/neercs.vcxproj.filters

+ 2
- 1
neercs/neercs.vcxproj Vedi File

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

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

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


Caricamento…
Annulla
Salva