Skip to content
Snippets Groups Projects
Commit ea9612b1 authored by Uwe Wienkop's avatar Uwe Wienkop
Browse files

Intro

parent 174c8114
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>_01_V_WdhlgKlassen</RootNamespace>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
using System; using System;
namespace Welcome namespace _01_V_WdhlgKlassen
{ {
class Program class Program
{ {
......
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
\ No newline at end of file
<?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>{26620748-9774-45A3-85EB-8315CB6C739C}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Prog2WienkopSS2021</RootNamespace>
<AssemblyName>Prog2WienkopSS2021</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>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
...@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 ...@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61 VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Welcome", "Welcome\Welcome.csproj", "{3FD26F99-6873-40BD-BA2B-14FD0608FA12}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01-V WdhlgKlassen", "01-V WdhlgKlassen\01-V WdhlgKlassen.csproj", "{503B68BD-967D-4C38-AF1E-8DD44594F94E}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
...@@ -11,10 +11,10 @@ Global ...@@ -11,10 +11,10 @@ Global
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {503B68BD-967D-4C38-AF1E-8DD44594F94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Debug|Any CPU.Build.0 = Debug|Any CPU {503B68BD-967D-4C38-AF1E-8DD44594F94E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Release|Any CPU.ActiveCfg = Release|Any CPU {503B68BD-967D-4C38-AF1E-8DD44594F94E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FD26F99-6873-40BD-BA2B-14FD0608FA12}.Release|Any CPU.Build.0 = Release|Any CPU {503B68BD-967D-4C38-AF1E-8DD44594F94E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment