aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-30 21:09:08 -0400
committerGitHub <[email protected]>2017-04-30 21:09:08 -0400
commit93c445239c7d28a6cee7147d7b6dbe3c7f0974f9 (patch)
treed5c1c2e4acb73091e5ddae1e20da181557e029dc /TimeHACK.Engine
parentc56b38e8b2b8729d91a1ad96839b042af480eabe (diff)
parent1bdb2205cc9977e041158458f78e194d4d2a08e8 (diff)
downloadhistacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.tar.gz
histacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.tar.bz2
histacom2-93c445239c7d28a6cee7147d7b6dbe3c7f0974f9.zip
Merge pull request #56 from lempamo/master
just some name changes
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/MessageParser.cs (renamed from TimeHACK.Engine/WCMessageParser.cs)2
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj2
-rw-r--r--TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache1
-rw-r--r--TimeHACK.Engine/obj/Release/CoreCompileInputs.cache2
-rw-r--r--TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cachebin9432 -> 9614 bytes
5 files changed, 4 insertions, 3 deletions
diff --git a/TimeHACK.Engine/WCMessageParser.cs b/TimeHACK.Engine/MessageParser.cs
index ef7efd0..168ab8d 100644
--- a/TimeHACK.Engine/WCMessageParser.cs
+++ b/TimeHACK.Engine/MessageParser.cs
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace TimeHACK.Engine
{
- public class WCMessageParser
+ public class MessageParser
{
public string ParseMessage(string json, int index, string user)
{
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj
index 8f536ca..42471f4 100644
--- a/TimeHACK.Engine/TimeHACK.Engine.csproj
+++ b/TimeHACK.Engine/TimeHACK.Engine.csproj
@@ -72,7 +72,7 @@
<DependentUpon>WinClassic.cs</DependentUpon>
</Compile>
<Compile Include="WindowManager.cs" />
- <Compile Include="WCMessageParser.cs" />
+ <Compile Include="MessageParser.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
diff --git a/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache b/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache
new file mode 100644
index 0000000..fbbd8f0
--- /dev/null
+++ b/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache
@@ -0,0 +1 @@
+7aea260e995a5c8b26639269dc8e3704ae145c65
diff --git a/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache b/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache
index 60cda70..fbbd8f0 100644
--- a/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache
+++ b/TimeHACK.Engine/obj/Release/CoreCompileInputs.cache
@@ -1 +1 @@
-43714715dce48cadac96289cc40b0a19287b0183
+7aea260e995a5c8b26639269dc8e3704ae145c65
diff --git a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index 779326e..a9cfe31 100644
--- a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ