From 911be6e343e914c32940d281b9980253f43bd466 Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 4 Jan 2015 13:44:48 +0100 Subject: [PATCH] File tree changes. --- CitizenMP Server Updater.sln | 22 +++++++++++++++++++ App.config => src/updater/App.config | 0 .../updater/CitizenMP Server Updater.csproj | 19 +++++++++++----- .../updater/CommandLineOptions.cs | 0 Program.cs => src/updater/Program.cs | 0 .../updater/Properties}/AssemblyInfo.cs | 0 .../updater/RepositoryExtensions.cs | 0 .../updater/packages.config | 0 8 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 CitizenMP Server Updater.sln rename App.config => src/updater/App.config (100%) rename CitizenMP.Server.Installer.csproj => src/updater/CitizenMP Server Updater.csproj (77%) rename CommandLineOptions.cs => src/updater/CommandLineOptions.cs (100%) rename Program.cs => src/updater/Program.cs (100%) rename {Properties => src/updater/Properties}/AssemblyInfo.cs (100%) rename RepositoryExtensions.cs => src/updater/RepositoryExtensions.cs (100%) rename packages.config => src/updater/packages.config (100%) diff --git a/CitizenMP Server Updater.sln b/CitizenMP Server Updater.sln new file mode 100644 index 0000000..7955bb9 --- /dev/null +++ b/CitizenMP Server Updater.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CitizenMP Server Updater", "src\updater\CitizenMP Server Updater.csproj", "{DDF5040E-9C6C-4686-800B-D4563C289F01}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DDF5040E-9C6C-4686-800B-D4563C289F01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DDF5040E-9C6C-4686-800B-D4563C289F01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DDF5040E-9C6C-4686-800B-D4563C289F01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DDF5040E-9C6C-4686-800B-D4563C289F01}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/App.config b/src/updater/App.config similarity index 100% rename from App.config rename to src/updater/App.config diff --git a/CitizenMP.Server.Installer.csproj b/src/updater/CitizenMP Server Updater.csproj similarity index 77% rename from CitizenMP.Server.Installer.csproj rename to src/updater/CitizenMP Server Updater.csproj index 8782ca9..4c7f551 100644 --- a/CitizenMP.Server.Installer.csproj +++ b/src/updater/CitizenMP Server Updater.csproj @@ -20,19 +20,26 @@ true full false - bin\Debug\ DEBUG;TRACE prompt 4 + false AnyCPU pdbonly true - bin\Release\ TRACE prompt 4 + false + + + $(SolutionDir)\bin\$(Configuration)\$(Platform)\ + $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\ + $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\ + $(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\ + $(SolutionDir)\bin\$(Configuration)\$(Platform)\ CitizenMP.Server.Installer.Program @@ -40,10 +47,10 @@ False - ..\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll + $(SolutionDir)\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll - ..\packages\LibGit2Sharp.0.20.1.0\lib\net40\LibGit2Sharp.dll + $(SolutionDir)\packages\LibGit2Sharp.0.20.1.0\lib\net40\LibGit2Sharp.dll @@ -52,7 +59,7 @@ - ..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll + $(SolutionDir)\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll @@ -77,7 +84,7 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +