Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
/TestStatements/TestStatements/obj
/TestStatements/DynamicSample/obj
/TestStatements/CallAllExamples/obj
/CSharpProgrammierHandbuch/.vs
/CSharpProgrammierHandbuch/Fibonacci/obj
/CSharpProgrammierHandbuch/HelloWorld/obj
6 changes: 6 additions & 0 deletions CSharpProgrammierHandbuch/CGui/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
12 changes: 12 additions & 0 deletions CSharpProgrammierHandbuch/CGui/App.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleTest
{
class App
{
}
}
15 changes: 15 additions & 0 deletions CSharpProgrammierHandbuch/CGui/Application.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace CGui
{
class Application
{
static async void Run(string[] args)
{
}
}
}
14 changes: 14 additions & 0 deletions CSharpProgrammierHandbuch/CGui/CGui.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Console.Gui
{
public class CGui
{

}

}
58 changes: 58 additions & 0 deletions CSharpProgrammierHandbuch/CGui/CGui.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{E31E6E91-35A3-4115-93B2-94EF8060D9E6}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>CGui</RootNamespace>
<AssemblyName>CGui</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</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 />
</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.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.cs" />
<Compile Include="Application.cs" />
<Compile Include="CGui.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 36 additions & 0 deletions CSharpProgrammierHandbuch/CGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("CGui")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HP Inc.")]
[assembly: AssemblyProduct("CGui")]
[assembly: AssemblyCopyright("Copyright © HP Inc. 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
[assembly: ComVisible(false)]

// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
[assembly: Guid("e31e6e91-35a3-4115-93b2-94ef8060d9e6")]

// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
69 changes: 69 additions & 0 deletions CSharpProgrammierHandbuch/CSharpProgrammierHandbuch.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpProgrammierHandbuch", "CSharpProgrammierHandbuch\CSharpProgrammierHandbuch.csproj", "{76360D49-1BBE-48B6-9C7B-199075F11017}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documente", "Documente", "{488D6251-1F59-490A-9D3C-62AEDFF89B25}"
ProjectSection(SolutionItems) = preProject
Docs\C#-Programmierhandbuch Microsoft Docs.html = Docs\C#-Programmierhandbuch Microsoft Docs.html
HTMLPage1.html = HTMLPage1.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Einblicke in ein CSharp-Programm", "Einblicke in ein CSharp-Programm", "{FB33A4BA-CA99-49A5-81B5-8346A46FC139}"
ProjectSection(SolutionItems) = preProject
Docs\Einblicke in ein C#-Programm Microsoft Docs.html = Docs\Einblicke in ein C#-Programm Microsoft Docs.html
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{86C519CC-4DFB-4037-9259-04BC3E0C839B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fibonacci", "Fibonacci\Fibonacci.csproj", "{81E70BF3-C1AB-41BB-96D6-4A40F466E441}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fibonacci2", "Fibonacci2\Fibonacci2.csproj", "{812452AA-1098-4055-B06F-47C0629EFFF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{967CBAEC-29E3-4689-83BC-7275E3E6BF46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CGui", "CGui\CGui.csproj", "{E31E6E91-35A3-4115-93B2-94EF8060D9E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76360D49-1BBE-48B6-9C7B-199075F11017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76360D49-1BBE-48B6-9C7B-199075F11017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76360D49-1BBE-48B6-9C7B-199075F11017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76360D49-1BBE-48B6-9C7B-199075F11017}.Release|Any CPU.Build.0 = Release|Any CPU
{86C519CC-4DFB-4037-9259-04BC3E0C839B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C519CC-4DFB-4037-9259-04BC3E0C839B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C519CC-4DFB-4037-9259-04BC3E0C839B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C519CC-4DFB-4037-9259-04BC3E0C839B}.Release|Any CPU.Build.0 = Release|Any CPU
{81E70BF3-C1AB-41BB-96D6-4A40F466E441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81E70BF3-C1AB-41BB-96D6-4A40F466E441}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81E70BF3-C1AB-41BB-96D6-4A40F466E441}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81E70BF3-C1AB-41BB-96D6-4A40F466E441}.Release|Any CPU.Build.0 = Release|Any CPU
{812452AA-1098-4055-B06F-47C0629EFFF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{812452AA-1098-4055-B06F-47C0629EFFF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{812452AA-1098-4055-B06F-47C0629EFFF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{812452AA-1098-4055-B06F-47C0629EFFF4}.Release|Any CPU.Build.0 = Release|Any CPU
{967CBAEC-29E3-4689-83BC-7275E3E6BF46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{967CBAEC-29E3-4689-83BC-7275E3E6BF46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{967CBAEC-29E3-4689-83BC-7275E3E6BF46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{967CBAEC-29E3-4689-83BC-7275E3E6BF46}.Release|Any CPU.Build.0 = Release|Any CPU
{E31E6E91-35A3-4115-93B2-94EF8060D9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E31E6E91-35A3-4115-93B2-94EF8060D9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E31E6E91-35A3-4115-93B2-94EF8060D9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E31E6E91-35A3-4115-93B2-94EF8060D9E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FB33A4BA-CA99-49A5-81B5-8346A46FC139} = {488D6251-1F59-490A-9D3C-62AEDFF89B25}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77C3821D-3322-437A-828C-13F037CAD2F9}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{76360D49-1BBE-48B6-9C7B-199075F11017}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>CSharpProgrammierHandbuch</RootNamespace>
<AssemblyName>CSharpProgrammierHandbuch</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</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>
<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.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
15 changes: 15 additions & 0 deletions CSharpProgrammierHandbuch/CSharpProgrammierHandbuch/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace CSharpProgrammierHandbuch
{
class Program
{
static void Main(string[] args)
{
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("CSharpProgrammierHandbuch")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HP Inc.")]
[assembly: AssemblyProduct("CSharpProgrammierHandbuch")]
[assembly: AssemblyCopyright("Copyright © HP Inc. 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
[assembly: ComVisible(false)]

// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
[assembly: Guid("76360d49-1bbe-48b6-9c7b-199075f11017")]

// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
6 changes: 6 additions & 0 deletions CSharpProgrammierHandbuch/ConsoleTest/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
Loading