From df089d874ef54706d6078ffc4686623e1eac0e68 Mon Sep 17 00:00:00 2001 From: sheychen Date: Sun, 9 Oct 2016 14:18:14 +0200 Subject: [PATCH] Creation des projects --- Galactic Colors Control Server/App.config | 6 ++ .../Galactic Colors Control Server.csproj | 60 +++++++++++++++++++ Galactic Colors Control Server/Program.cs | 15 +++++ .../Properties/AssemblyInfo.cs | 36 +++++++++++ Galactic Colors Control.sln | 28 +++++++++ Galactic Colors Control/App.config | 6 ++ .../Galactic Colors Control.csproj | 60 +++++++++++++++++++ Galactic Colors Control/Program.cs | 15 +++++ .../Properties/AssemblyInfo.cs | 36 +++++++++++ 9 files changed, 262 insertions(+) create mode 100644 Galactic Colors Control Server/App.config create mode 100644 Galactic Colors Control Server/Galactic Colors Control Server.csproj create mode 100644 Galactic Colors Control Server/Program.cs create mode 100644 Galactic Colors Control Server/Properties/AssemblyInfo.cs create mode 100644 Galactic Colors Control.sln create mode 100644 Galactic Colors Control/App.config create mode 100644 Galactic Colors Control/Galactic Colors Control.csproj create mode 100644 Galactic Colors Control/Program.cs create mode 100644 Galactic Colors Control/Properties/AssemblyInfo.cs diff --git a/Galactic Colors Control Server/App.config b/Galactic Colors Control Server/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/Galactic Colors Control Server/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Galactic Colors Control Server/Galactic Colors Control Server.csproj b/Galactic Colors Control Server/Galactic Colors Control Server.csproj new file mode 100644 index 0000000..502a45a --- /dev/null +++ b/Galactic Colors Control Server/Galactic Colors Control Server.csproj @@ -0,0 +1,60 @@ + + + + + Debug + AnyCPU + {9E3AF4E1-88C6-4139-A15C-B4F633E80612} + Exe + Properties + Galactic_Colors_Control_Server + Galactic Colors Control Server + v4.5.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Galactic Colors Control Server/Program.cs b/Galactic Colors Control Server/Program.cs new file mode 100644 index 0000000..ab7cb3d --- /dev/null +++ b/Galactic Colors Control Server/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Galactic_Colors_Control_Server +{ + class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/Galactic Colors Control Server/Properties/AssemblyInfo.cs b/Galactic Colors Control Server/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b657eb6 --- /dev/null +++ b/Galactic Colors Control Server/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Les informations générales relatives à un assembly dépendent de +// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations +// associées à un assembly. +[assembly: AssemblyTitle("Galactic Colors Control Server")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Galactic Colors Control Server")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly +// aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de +// COM, affectez la valeur true à l'attribut ComVisible sur ce type. +[assembly: ComVisible(false)] + +// Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM +[assembly: Guid("9e3af4e1-88c6-4139-a15c-b4f633e80612")] + +// Les informations de version pour un assembly se composent des quatre valeurs suivantes : +// +// Version principale +// Version secondaire +// Numéro de build +// Révision +// +// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut +// en utilisant '*', comme indiqué ci-dessous : +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Galactic Colors Control.sln b/Galactic Colors Control.sln new file mode 100644 index 0000000..0ad449f --- /dev/null +++ b/Galactic Colors Control.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Galactic Colors Control Server", "Galactic Colors Control Server\Galactic Colors Control Server.csproj", "{9E3AF4E1-88C6-4139-A15C-B4F633E80612}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Galactic Colors Control", "Galactic Colors Control\Galactic Colors Control.csproj", "{93582CE8-C8C8-4E19-908B-D671ECBADE25}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9E3AF4E1-88C6-4139-A15C-B4F633E80612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E3AF4E1-88C6-4139-A15C-B4F633E80612}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E3AF4E1-88C6-4139-A15C-B4F633E80612}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E3AF4E1-88C6-4139-A15C-B4F633E80612}.Release|Any CPU.Build.0 = Release|Any CPU + {93582CE8-C8C8-4E19-908B-D671ECBADE25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93582CE8-C8C8-4E19-908B-D671ECBADE25}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93582CE8-C8C8-4E19-908B-D671ECBADE25}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93582CE8-C8C8-4E19-908B-D671ECBADE25}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Galactic Colors Control/App.config b/Galactic Colors Control/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/Galactic Colors Control/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Galactic Colors Control/Galactic Colors Control.csproj b/Galactic Colors Control/Galactic Colors Control.csproj new file mode 100644 index 0000000..2badcc5 --- /dev/null +++ b/Galactic Colors Control/Galactic Colors Control.csproj @@ -0,0 +1,60 @@ + + + + + Debug + AnyCPU + {93582CE8-C8C8-4E19-908B-D671ECBADE25} + Exe + Properties + Galactic_Colors_Control + Galactic Colors Control + v4.5.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Galactic Colors Control/Program.cs b/Galactic Colors Control/Program.cs new file mode 100644 index 0000000..f256fc6 --- /dev/null +++ b/Galactic Colors Control/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Galactic_Colors_Control +{ + class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/Galactic Colors Control/Properties/AssemblyInfo.cs b/Galactic Colors Control/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8684608 --- /dev/null +++ b/Galactic Colors Control/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Les informations générales relatives à un assembly dépendent de +// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations +// associées à un assembly. +[assembly: AssemblyTitle("Galactic Colors Control")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Galactic Colors Control")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly +// aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de +// COM, affectez la valeur true à l'attribut ComVisible sur ce type. +[assembly: ComVisible(false)] + +// Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM +[assembly: Guid("93582ce8-c8c8-4e19-908b-d671ecbade25")] + +// Les informations de version pour un assembly se composent des quatre valeurs suivantes : +// +// Version principale +// Version secondaire +// Numéro de build +// Révision +// +// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut +// en utilisant '*', comme indiqué ci-dessous : +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]