Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Prog1_WS2017_18_Wienkop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Uwe Wienkop
Prog1_WS2017_18_Wienkop
Commits
116fe9c8
Commit
116fe9c8
authored
Dec 19, 2017
by
Uwe Wienkop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
params ...
parent
109e7c4f
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
439 additions
and
0 deletions
+439
-0
Prog1_WS2017-18/11KlasseDVD_WS1415/11KlasseDVD_WS1415.csproj
Prog1_WS2017-18/11KlasseDVD_WS1415/11KlasseDVD_WS1415.csproj
+60
-0
Prog1_WS2017-18/11KlasseDVD_WS1415/App.config
Prog1_WS2017-18/11KlasseDVD_WS1415/App.config
+6
-0
Prog1_WS2017-18/11KlasseDVD_WS1415/Program.cs
Prog1_WS2017-18/11KlasseDVD_WS1415/Program.cs
+60
-0
Prog1_WS2017-18/11KlasseDVD_WS1415/Properties/AssemblyInfo.cs
...1_WS2017-18/11KlasseDVD_WS1415/Properties/AssemblyInfo.cs
+36
-0
Prog1_WS2017-18/11Konstruktoren/11Konstruktoren.csproj
Prog1_WS2017-18/11Konstruktoren/11Konstruktoren.csproj
+60
-0
Prog1_WS2017-18/11Konstruktoren/App.config
Prog1_WS2017-18/11Konstruktoren/App.config
+6
-0
Prog1_WS2017-18/11Konstruktoren/Program.cs
Prog1_WS2017-18/11Konstruktoren/Program.cs
+31
-0
Prog1_WS2017-18/11Konstruktoren/Properties/AssemblyInfo.cs
Prog1_WS2017-18/11Konstruktoren/Properties/AssemblyInfo.cs
+36
-0
Prog1_WS2017-18/11Params/11Params.csproj
Prog1_WS2017-18/11Params/11Params.csproj
+60
-0
Prog1_WS2017-18/11Params/App.config
Prog1_WS2017-18/11Params/App.config
+6
-0
Prog1_WS2017-18/11Params/Program.cs
Prog1_WS2017-18/11Params/Program.cs
+24
-0
Prog1_WS2017-18/11Params/Properties/AssemblyInfo.cs
Prog1_WS2017-18/11Params/Properties/AssemblyInfo.cs
+36
-0
Prog1_WS2017-18/Prog1_WS2017-18.sln
Prog1_WS2017-18/Prog1_WS2017-18.sln
+18
-0
No files found.
Prog1_WS2017-18/11KlasseDVD_WS1415/11KlasseDVD_WS1415.csproj
0 → 100644
View file @
116fe9c8
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"14.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>
{CEEDA52F-A995-421D-8ABD-D0DC5AE095ED}
</ProjectGuid>
<OutputType>
Exe
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
_11KlasseDVD_WS1415
</RootNamespace>
<AssemblyName>
11KlasseDVD_WS1415
</AssemblyName>
<TargetFrameworkVersion>
v4.5.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<AutoGenerateBindingRedirects>
true
</AutoGenerateBindingRedirects>
</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"
/>
<!-- 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
Prog1_WS2017-18/11KlasseDVD_WS1415/App.config
0 → 100644
View file @
116fe9c8
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.5.2"
/>
</
startup
>
</
configuration
>
\ No newline at end of file
Prog1_WS2017-18/11KlasseDVD_WS1415/Program.cs
0 → 100644
View file @
116fe9c8
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
_11KlasseDVD_WS1415
{
enum
Genre
{
Drama
,
Kom
ö
die
,
SciFi
}
class
DVD
{
string
titel
;
Genre
genre
;
string
[]
darsteller
;
int
artNr
;
static
int
serNummer
=
0
;
public
DVD
(
Genre
genre
,
string
titel
,
params
string
[]
darsteller
)
{
this
.
genre
=
genre
;
this
.
titel
=
titel
;
this
.
darsteller
=
darsteller
;
artNr
=
++
serNummer
;
// 1. serNummer+=1;
// 2. artNr = serNummer;
}
public
Genre
Genre
{
get
{
return
genre
;
}
set
{
genre
=
value
;
}
}
public
string
Darsteller
{
get
{
string
erg
=
""
;
foreach
(
string
item
in
darsteller
)
erg
+=
item
+
" "
;
return
erg
;
}
}
public
static
DVD
Suche
(
DVD
[]
dvds
,
string
darsteller
,
Genre
genre
)
{
return
null
;
}
}
class
Program
{
static
void
Main
(
string
[]
args
)
{
string
[]
darst
=
{
"keineAhnung"
,
"Depp"
};
DVD
[]
dvdfeld
=
{
new
DVD
(
Genre
.
Drama
,
"Karibik"
,
darst
),
new
DVD
(
Genre
.
SciFi
,
"StarWars"
,
"R2D2"
)
};
DVD
.
Suche
(
dvdfeld
,
"R2D2"
,
Genre
.
SciFi
);
darst
[
0
]
=
"-------"
;
}
}
}
Prog1_WS2017-18/11KlasseDVD_WS1415/Properties/AssemblyInfo.cs
0 → 100644
View file @
116fe9c8
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[
assembly
:
AssemblyTitle
(
"11KlasseDVD_WS1415"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"11KlasseDVD_WS1415"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2017"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[
assembly
:
ComVisible
(
false
)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[
assembly
:
Guid
(
"ceeda52f-a995-421d-8abd-d0dc5ae095ed"
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
Prog1_WS2017-18/11Konstruktoren/11Konstruktoren.csproj
0 → 100644
View file @
116fe9c8
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"14.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>
{AA77468C-32B5-4F48-9FA3-FBBB7F19CFAB}
</ProjectGuid>
<OutputType>
Exe
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
_11Konstruktoren
</RootNamespace>
<AssemblyName>
11Konstruktoren
</AssemblyName>
<TargetFrameworkVersion>
v4.5.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<AutoGenerateBindingRedirects>
true
</AutoGenerateBindingRedirects>
</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"
/>
<!-- 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
Prog1_WS2017-18/11Konstruktoren/App.config
0 → 100644
View file @
116fe9c8
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.5.2"
/>
</
startup
>
</
configuration
>
\ No newline at end of file
Prog1_WS2017-18/11Konstruktoren/Program.cs
0 → 100644
View file @
116fe9c8
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
_11Konstruktoren
{
class
xyz
{
int
a
,
b
;
int
c
,
d
;
public
xyz
(
int
a
,
int
c
,
int
d
)
:
this
(
a
,
0
,
c
,
d
)
{
}
public
xyz
(
int
a
,
int
b
,
int
c
,
int
d
)
{
this
.
a
=
a
;
this
.
b
=
b
;
this
.
c
=
c
;
this
.
d
=
d
;
}
}
class
Program
{
static
void
Main
(
string
[]
args
)
{
xyz
o1
=
new
xyz
(
2
,
3
);
xyz
o2
=
new
xyz
(
4
,
5
,
"Hallo"
,
"Welt"
);
}
}
}
Prog1_WS2017-18/11Konstruktoren/Properties/AssemblyInfo.cs
0 → 100644
View file @
116fe9c8
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[
assembly
:
AssemblyTitle
(
"11Konstruktoren"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"11Konstruktoren"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2017"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[
assembly
:
ComVisible
(
false
)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[
assembly
:
Guid
(
"aa77468c-32b5-4f48-9fa3-fbbb7f19cfab"
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
Prog1_WS2017-18/11Params/11Params.csproj
0 → 100644
View file @
116fe9c8
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"14.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>
{7111DABA-EFA4-4795-A8FB-35255CF82399}
</ProjectGuid>
<OutputType>
Exe
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
_11Params
</RootNamespace>
<AssemblyName>
11Params
</AssemblyName>
<TargetFrameworkVersion>
v4.5.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<AutoGenerateBindingRedirects>
true
</AutoGenerateBindingRedirects>
</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"
/>
<!-- 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
Prog1_WS2017-18/11Params/App.config
0 → 100644
View file @
116fe9c8
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.5.2"
/>
</
startup
>
</
configuration
>
\ No newline at end of file
Prog1_WS2017-18/11Params/Program.cs
0 → 100644
View file @
116fe9c8
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
_11Params
{
class
Program
{
static
void
Ausgabe
(
params
object
[]
feld
)
{
foreach
(
object
item
in
feld
)
{
Console
.
WriteLine
(
item
);
}
}
static
void
Main
(
string
[]
args
)
{
int
[]
f
=
{
10
,
20
,
30
,
40
,
50
,
60
};
Ausgabe
(
"Hallo"
,
21
,
31
,
true
,
3.14
,
41
,
51
,
61
);
}
}
}
Prog1_WS2017-18/11Params/Properties/AssemblyInfo.cs
0 → 100644
View file @
116fe9c8
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[
assembly
:
AssemblyTitle
(
"11Params"
)]
[
assembly
:
AssemblyDescription
(
""
)]
[
assembly
:
AssemblyConfiguration
(
""
)]
[
assembly
:
AssemblyCompany
(
""
)]
[
assembly
:
AssemblyProduct
(
"11Params"
)]
[
assembly
:
AssemblyCopyright
(
"Copyright © 2017"
)]
[
assembly
:
AssemblyTrademark
(
""
)]
[
assembly
:
AssemblyCulture
(
""
)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[
assembly
:
ComVisible
(
false
)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[
assembly
:
Guid
(
"7111daba-efa4-4795-a8fb-35255cf82399"
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.0.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.0.0.0"
)]
Prog1_WS2017-18/Prog1_WS2017-18.sln
View file @
116fe9c8
...
...
@@ -85,6 +85,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "11StringFunktionen", "11Str
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "11KlassePersonWS1516", "11KlassePersonWS1516\11KlassePersonWS1516.csproj", "{84F9B5F3-7359-4ED7-910E-4974C54A2FBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "11Params", "11Params\11Params.csproj", "{7111DABA-EFA4-4795-A8FB-35255CF82399}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "11Konstruktoren", "11Konstruktoren\11Konstruktoren.csproj", "{AA77468C-32B5-4F48-9FA3-FBBB7F19CFAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "11KlasseDVD_WS1415", "11KlasseDVD_WS1415\11KlasseDVD_WS1415.csproj", "{CEEDA52F-A995-421D-8ABD-D0DC5AE095ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
...
...
@@ -243,6 +249,18 @@ Global
{84F9B5F3-7359-4ED7-910E-4974C54A2FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F9B5F3-7359-4ED7-910E-4974C54A2FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F9B5F3-7359-4ED7-910E-4974C54A2FBC}.Release|Any CPU.Build.0 = Release|Any CPU
{7111DABA-EFA4-4795-A8FB-35255CF82399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7111DABA-EFA4-4795-A8FB-35255CF82399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7111DABA-EFA4-4795-A8FB-35255CF82399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7111DABA-EFA4-4795-A8FB-35255CF82399}.Release|Any CPU.Build.0 = Release|Any CPU
{AA77468C-32B5-4F48-9FA3-FBBB7F19CFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA77468C-32B5-4F48-9FA3-FBBB7F19CFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA77468C-32B5-4F48-9FA3-FBBB7F19CFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA77468C-32B5-4F48-9FA3-FBBB7F19CFAB}.Release|Any CPU.Build.0 = Release|Any CPU
{CEEDA52F-A995-421D-8ABD-D0DC5AE095ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEEDA52F-A995-421D-8ABD-D0DC5AE095ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEEDA52F-A995-421D-8ABD-D0DC5AE095ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEEDA52F-A995-421D-8ABD-D0DC5AE095ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment