Projektdateien hinzufügen.

This commit is contained in:
Kevin Krüger
2021-11-26 14:40:46 +01:00
parent bd49cad482
commit fb921c60f1
9 changed files with 265 additions and 0 deletions

25
Electronics.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Electronics", "Electronics\Electronics.csproj", "{063F89C0-DEBC-4C06-8D9A-B8B4C2E80261}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{063F89C0-DEBC-4C06-8D9A-B8B4C2E80261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{063F89C0-DEBC-4C06-8D9A-B8B4C2E80261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{063F89C0-DEBC-4C06-8D9A-B8B4C2E80261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{063F89C0-DEBC-4C06-8D9A-B8B4C2E80261}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD231E98-8D65-4562-8C33-C9A03B0FF724}
EndGlobalSection
EndGlobal