-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
efd3ea5
commit 80d1402
Showing
118 changed files
with
522 additions
and
882 deletions.
There are no files selected for viewing
Binary file modified
BIN
+1.53 MB
(150%)
Another.World/.vs/Another.World/v15/Server/sqlite3/storage.ide
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,32 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Another.World", "Assembly-CSharp.csproj", "{EC44AC3C-9D4A-7D06-A833-71D25625A59D}" | ||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Another.World", "Another.World.csproj", "{C44D7093-5514-E272-EDC8-F8A6C4A414A7}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Another.World", "Assembly-CSharp-firstpass.csproj", "{59F47534-E09F-C8CD-302F-9D8DEEF88D9B}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Another.World.Plugins", "Another.World.Plugins.csproj", "{D2592F9C-D3E0-1D88-0006-A5DA930A41FD}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Another.World", "Assembly-CSharp-Editor.csproj", "{BC543D25-A5BE-5E88-0654-AF157FD7DBD6}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Another.World.Editor", "Another.World.Editor.csproj", "{A3CF693A-E4E2-B11D-9935-D7B3FECCC9B2}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{EC44AC3C-9D4A-7D06-A833-71D25625A59D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{EC44AC3C-9D4A-7D06-A833-71D25625A59D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{EC44AC3C-9D4A-7D06-A833-71D25625A59D}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{EC44AC3C-9D4A-7D06-A833-71D25625A59D}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{59F47534-E09F-C8CD-302F-9D8DEEF88D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{59F47534-E09F-C8CD-302F-9D8DEEF88D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{59F47534-E09F-C8CD-302F-9D8DEEF88D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{59F47534-E09F-C8CD-302F-9D8DEEF88D9B}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{BC543D25-A5BE-5E88-0654-AF157FD7DBD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{BC543D25-A5BE-5E88-0654-AF157FD7DBD6}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{BC543D25-A5BE-5E88-0654-AF157FD7DBD6}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{BC543D25-A5BE-5E88-0654-AF157FD7DBD6}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{C44D7093-5514-E272-EDC8-F8A6C4A414A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C44D7093-5514-E272-EDC8-F8A6C4A414A7}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{C44D7093-5514-E272-EDC8-F8A6C4A414A7}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{C44D7093-5514-E272-EDC8-F8A6C4A414A7}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{D2592F9C-D3E0-1D88-0006-A5DA930A41FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{D2592F9C-D3E0-1D88-0006-A5DA930A41FD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{D2592F9C-D3E0-1D88-0006-A5DA930A41FD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{D2592F9C-D3E0-1D88-0006-A5DA930A41FD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{A3CF693A-E4E2-B11D-9935-D7B3FECCC9B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{A3CF693A-E4E2-B11D-9935-D7B3FECCC9B2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{A3CF693A-E4E2-B11D-9935-D7B3FECCC9B2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{A3CF693A-E4E2-B11D-9935-D7B3FECCC9B2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(MonoDevelopProperties) = preSolution | ||
StartupItem = Assembly-CSharp.csproj | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.