Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iLinked committed Jun 27, 2020
1 parent caa6689 commit 4589e64
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 21 deletions.
18 changes: 0 additions & 18 deletions Anarchy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anarchy", "Anarchy\Anarchy.csproj", "{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "Testing\Testing.csproj", "{63C6E908-2D28-4625-95B5-DE80338D6E5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,22 +31,6 @@ Global
{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}.ReleaseLibs|Any CPU.ActiveCfg = Debug|Any CPU
{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}.ReleaseLibs|x64.ActiveCfg = Debug|Any CPU
{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}.ReleaseLibs|x64.Build.0 = Debug|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|x64.ActiveCfg = Debug|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|x64.Build.0 = Debug|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|Any CPU.ActiveCfg = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|Any CPU.Build.0 = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|x64.ActiveCfg = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|x64.Build.0 = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|Any CPU.Build.0 = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|x64.ActiveCfg = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|x64.Build.0 = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|Any CPU.ActiveCfg = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|Any CPU.Build.0 = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|x64.ActiveCfg = Release|Any CPU
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions Anarchy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.1.1")]
[assembly: AssemblyFileVersion("0.7.1.1")]
[assembly: AssemblyVersion("0.7.1.2")]
[assembly: AssemblyFileVersion("0.7.1.2")]
Binary file modified Anarchy/bin/Debug/Anarchy.dll
Binary file not shown.
Binary file modified Anarchy/bin/Debug/Anarchy.pdb
Binary file not shown.
1 change: 0 additions & 1 deletion Anarchy/obj/Debug/Anarchy.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ C:\Users\edhbu\source\repos\Anarchy\Anarchy\bin\Debug\Newtonsoft.Json.xml
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.csproj.CopyComplete
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.dll
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.pdb
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.csprojAssemblyReference.cache
C:\Users\edhbu\source\repos\Anarchy\Anarchy\bin\Debug\websocket-sharp.dll
Binary file not shown.
Binary file modified Anarchy/obj/Debug/Anarchy.dll
Binary file not shown.
Binary file modified Anarchy/obj/Debug/Anarchy.pdb
Binary file not shown.

0 comments on commit 4589e64

Please sign in to comment.