From: Gustavo Martin Date: Tue, 27 May 2014 04:26:48 +0000 (+0200) Subject: HttpClientsExamples: Windows 8 version X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=25e6dd24f7a13ac9cbd87ecde2e8e2cee14742cb;p=CSharpForFun%2F.git HttpClientsExamples: Windows 8 version --- diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples.Windows8.sln b/Allgemeines/HttpClientsExamples/HttpClientsExamples.Windows8.sln new file mode 100644 index 0000000..f8fb2fd --- /dev/null +++ b/Allgemeines/HttpClientsExamples/HttpClientsExamples.Windows8.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30110.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpClientsExamples", "HttpClientsExamples\HttpClientsExamples.Windows8.csproj", "{8B1B721D-6213-41FC-BF98-6646A8387439}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8B1B721D-6213-41FC-BF98-6646A8387439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B1B721D-6213-41FC-BF98-6646A8387439}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B1B721D-6213-41FC-BF98-6646A8387439}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B1B721D-6213-41FC-BF98-6646A8387439}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples/App.config b/Allgemeines/HttpClientsExamples/HttpClientsExamples/App.config new file mode 100644 index 0000000..9c05822 --- /dev/null +++ b/Allgemeines/HttpClientsExamples/HttpClientsExamples/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.Windows8.csproj b/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.Windows8.csproj new file mode 100644 index 0000000..5886f19 --- /dev/null +++ b/Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.Windows8.csproj @@ -0,0 +1,63 @@ + + + + + Debug + AnyCPU + {8B1B721D-6213-41FC-BF98-6646A8387439} + Exe + Properties + HttpClientsExamples.Windows8 + HttpClientsExamples.Windows8 + v4.5.1 + 512 + true + + + x64 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + HttpClientsExamples.MainClass + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples/Properties/AssemblyInfo.cs b/Allgemeines/HttpClientsExamples/HttpClientsExamples/Properties/AssemblyInfo.cs index c65491f..e98de4c 100644 --- a/Allgemeines/HttpClientsExamples/HttpClientsExamples/Properties/AssemblyInfo.cs +++ b/Allgemeines/HttpClientsExamples/HttpClientsExamples/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ using System.Runtime.CompilerServices; [assembly: AssemblyTitle ("HttpClientsExamples")] [assembly: AssemblyDescription ("")] [assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] +[assembly: AssemblyCompany("gumartinm.name")] [assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("gmm003es")] +[assembly: AssemblyCopyright("Gustavo Martin Morcuende")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".