[chronojump] Fixes the name of the file in the project file.



commit e071e8e46188bcf1f38ab68a78ac6ac06e6ec6e6
Author: Carles Pina i Estany <carles pina cat>
Date:   Fri Jun 2 12:46:20 2017 -0400

    Fixes the name of the file in the project file.

 chronojump.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chronojump.csproj b/chronojump.csproj
index 99e4fef..621a05a 100644
--- a/chronojump.csproj
+++ b/chronojump.csproj
@@ -1174,7 +1174,7 @@
     <Compile Include="src\forceSensor.cs" />
     <Compile Include="src\sqlite\forceSensor.cs" />
     <Compile Include="src\gui\trigger.cs" />
-    <Compile Include="src\rfid.cs" />
+    <Compile Include="src\RFID.cs" />
     <Compile Include="src\gui\dialogPersonPopup.cs" />
   </ItemGroup>
   <ItemGroup>
@@ -2222,4 +2222,4 @@
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]