-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added multiuser support (Work in progress), related to issue #2 - Added ability to change the resolution in the GUI, not done in the backend yet, related to issue #1 - Added a class library for future needs
- Loading branch information
Showing
16 changed files
with
21,837 additions
and
21,426 deletions.
There are no files selected for viewing
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,24 +1,30 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCLauncher.net", "MCLauncher.net\MCLauncher.net.csproj", "{B72FE39B-F20D-47BA-A675-6A994FB84901}" | ||
EndProject | ||
Global | ||
GlobalSection(SubversionScc) = preSolution | ||
Svn-Managed = True | ||
Manager = AnkhSVN - Subversion Support for Visual Studio | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCLauncher.net", "MCLauncher.net\MCLauncher.net.csproj", "{B72FE39B-F20D-47BA-A675-6A994FB84901}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCLauncherLibrary", "MCLauncherLibrary\MCLauncherLibrary.csproj", "{1FFAB672-4005-45DC-AE77-2ADD44B7D978}" | ||
EndProject | ||
Global | ||
GlobalSection(SubversionScc) = preSolution | ||
Svn-Managed = True | ||
Manager = AnkhSVN - Subversion Support for Visual Studio | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.