Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit 719ed53

Browse files
committed
Add all files and prepare for initial release
1 parent 1811dc0 commit 719ed53

File tree

4 files changed

+2819
-0
lines changed

4 files changed

+2819
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bin/
2+
3+
obj/
4+
5+
.idea/
6+
7+
.DS_STORE

GrowtopiaServer.sln

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrowtopiaServer", "GrowtopiaServer\GrowtopiaServer.csproj", "{8230500E-DCB0-4666-99C3-FD095DA96AE1}"
4+
EndProject
5+
Global
6+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7+
Debug|Any CPU = Debug|Any CPU
8+
Release|Any CPU = Release|Any CPU
9+
EndGlobalSection
10+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
11+
{8230500E-DCB0-4666-99C3-FD095DA96AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12+
{8230500E-DCB0-4666-99C3-FD095DA96AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
13+
{8230500E-DCB0-4666-99C3-FD095DA96AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
14+
{8230500E-DCB0-4666-99C3-FD095DA96AE1}.Release|Any CPU.Build.0 = Release|Any CPU
15+
EndGlobalSection
16+
EndGlobal

0 commit comments

Comments
 (0)