Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prog2-SS2021-Wienkop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uwe Wienkop
Prog2-SS2021-Wienkop
Commits
2da181ab
Commit
2da181ab
authored
4 years ago
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
Projektdateien hinzufügen.
parent
bae8133f
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
App.config
+6
-0
6 additions, 0 deletions
App.config
Prog2WienkopSS2021.csproj
+39
-0
39 additions, 0 deletions
Prog2WienkopSS2021.csproj
Prog2WienkopSS2021.sln
+25
-0
25 additions, 0 deletions
Prog2WienkopSS2021.sln
with
70 additions
and
0 deletions
App.config
0 → 100644
+
6
−
0
View file @
2da181ab
<?
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
This diff is collapsed.
Click to expand it.
Prog2WienkopSS2021.csproj
0 → 100644
+
39
−
0
View file @
2da181ab
<?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
This diff is collapsed.
Click to expand it.
Prog2WienkopSS2021.sln
0 → 100644
+
25
−
0
View file @
2da181ab
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prog2WienkopSS2021", "Prog2WienkopSS2021.csproj", "{26620748-9774-45A3-85EB-8315CB6C739C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26620748-9774-45A3-85EB-8315CB6C739C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26620748-9774-45A3-85EB-8315CB6C739C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26620748-9774-45A3-85EB-8315CB6C739C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26620748-9774-45A3-85EB-8315CB6C739C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B00B2A4-DDF6-460E-B53B-33C1EDABB320}
EndGlobalSection
EndGlobal
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment