HttpClientsExamples: Windows 8 version
authorGustavo Martin <gu.martinm@gmail.com>
Tue, 27 May 2014 04:26:48 +0000 (06:26 +0200)
committerGustavo Martin <gu.martinm@gmail.com>
Tue, 27 May 2014 04:26:48 +0000 (06:26 +0200)
Allgemeines/HttpClientsExamples/HttpClientsExamples.Windows8.sln [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/App.config [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.Windows8.csproj [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/Properties/AssemblyInfo.cs

diff --git a/Allgemeines/HttpClientsExamples/HttpClientsExamples.Windows8.sln b/Allgemeines/HttpClientsExamples/HttpClientsExamples.Windows8.sln
new file mode 100644 (file)
index 0000000..f8fb2fd
--- /dev/null
@@ -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 (file)
index 0000000..9c05822
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
+    </startup>
+</configuration>
\ 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 (file)
index 0000000..5886f19
--- /dev/null
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{8B1B721D-6213-41FC-BF98-6646A8387439}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>HttpClientsExamples.Windows8</RootNamespace>
+    <AssemblyName>HttpClientsExamples.Windows8</AssemblyName>
+    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>x64</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup>
+    <StartupObject>HttpClientsExamples.MainClass</StartupObject>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="WebClientExample.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file
index c65491f..e98de4c 100644 (file)
@@ -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}".