From 745e8ddf065ca468a9abc6335655efac6e642c83 Mon Sep 17 00:00:00 2001
From: Sam Hocevar <sam@hocevar.net>
Date: Tue, 17 Jul 2012 15:51:48 +0000
Subject: [PATCH] neercs: add missing .lolfx file to neercs.vcxproj.

---
 neercs/neercs.vcxproj         | 3 ++-
 neercs/neercs.vcxproj.filters | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/neercs/neercs.vcxproj b/neercs/neercs.vcxproj
index 6c35faf..052995c 100644
--- a/neercs/neercs.vcxproj
+++ b/neercs/neercs.vcxproj
@@ -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>
\ No newline at end of file
+</Project>
diff --git a/neercs/neercs.vcxproj.filters b/neercs/neercs.vcxproj.filters
index 3019469..47d3a61 100644
--- a/neercs/neercs.vcxproj.filters
+++ b/neercs/neercs.vcxproj.filters
@@ -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>