Skip to content

Commit 4589e64

Browse files
author
iLinked
committed
oops
1 parent caa6689 commit 4589e64

File tree

8 files changed

+2
-21
lines changed

8 files changed

+2
-21
lines changed

Anarchy.sln

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29102.190
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Anarchy", "Anarchy\Anarchy.csproj", "{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "Testing\Testing.csproj", "{63C6E908-2D28-4625-95B5-DE80338D6E5B}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -33,22 +31,6 @@ Global
3331
{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}.ReleaseLibs|Any CPU.ActiveCfg = Debug|Any CPU
3432
{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}.ReleaseLibs|x64.ActiveCfg = Debug|Any CPU
3533
{7F6F1AAC-E4DC-4FE7-8166-5B7AEC6FEB4C}.ReleaseLibs|x64.Build.0 = Debug|Any CPU
36-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
38-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|x64.ActiveCfg = Debug|Any CPU
39-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Debug|x64.Build.0 = Debug|Any CPU
40-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|Any CPU.ActiveCfg = Release|Any CPU
41-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|Any CPU.Build.0 = Release|Any CPU
42-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|x64.ActiveCfg = Release|Any CPU
43-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release Examples|x64.Build.0 = Release|Any CPU
44-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
45-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|Any CPU.Build.0 = Release|Any CPU
46-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|x64.ActiveCfg = Release|Any CPU
47-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.Release|x64.Build.0 = Release|Any CPU
48-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|Any CPU.ActiveCfg = Release|Any CPU
49-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|Any CPU.Build.0 = Release|Any CPU
50-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|x64.ActiveCfg = Release|Any CPU
51-
{63C6E908-2D28-4625-95B5-DE80338D6E5B}.ReleaseLibs|x64.Build.0 = Release|Any CPU
5234
EndGlobalSection
5335
GlobalSection(SolutionProperties) = preSolution
5436
HideSolutionNode = FALSE

Anarchy/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.7.1.1")]
36-
[assembly: AssemblyFileVersion("0.7.1.1")]
35+
[assembly: AssemblyVersion("0.7.1.2")]
36+
[assembly: AssemblyFileVersion("0.7.1.2")]

Anarchy/bin/Debug/Anarchy.dll

0 Bytes
Binary file not shown.

Anarchy/bin/Debug/Anarchy.pdb

0 Bytes
Binary file not shown.

Anarchy/obj/Debug/Anarchy.csproj.FileListAbsolute.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ C:\Users\edhbu\source\repos\Anarchy\Anarchy\bin\Debug\Newtonsoft.Json.xml
88
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.csproj.CopyComplete
99
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.dll
1010
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.pdb
11-
C:\Users\edhbu\source\repos\Anarchy\Anarchy\obj\Debug\Anarchy.csprojAssemblyReference.cache
1211
C:\Users\edhbu\source\repos\Anarchy\Anarchy\bin\Debug\websocket-sharp.dll
Binary file not shown.

Anarchy/obj/Debug/Anarchy.dll

0 Bytes
Binary file not shown.

Anarchy/obj/Debug/Anarchy.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)