diff --git a/server/main.cpp b/server/main.cpp new file mode 100644 index 0000000..3265b8a --- /dev/null +++ b/server/main.cpp @@ -0,0 +1,6 @@ + +int main() +{ + // TODO: main + return 0; +} diff --git a/server/server.ncb b/server/server.ncb new file mode 100644 index 0000000..a1e45a7 Binary files /dev/null and b/server/server.ncb differ diff --git a/server/server.sln b/server/server.sln new file mode 100644 index 0000000..79fa625 --- /dev/null +++ b/server/server.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "server", "server.vcproj", "{BD0C4C29-B3DF-4CAA-AFE4-F6C42A879C21}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {BD0C4C29-B3DF-4CAA-AFE4-F6C42A879C21}.Debug.ActiveCfg = Debug|Win32 + {BD0C4C29-B3DF-4CAA-AFE4-F6C42A879C21}.Debug.Build.0 = Debug|Win32 + {BD0C4C29-B3DF-4CAA-AFE4-F6C42A879C21}.Release.ActiveCfg = Release|Win32 + {BD0C4C29-B3DF-4CAA-AFE4-F6C42A879C21}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/server/server.suo b/server/server.suo new file mode 100644 index 0000000..3a0c53f Binary files /dev/null and b/server/server.suo differ diff --git a/server/server.vcproj b/server/server.vcproj new file mode 100644 index 0000000..6e0a514 --- /dev/null +++ b/server/server.vcproj @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +