Projektdateien hinzufügen.

This commit is contained in:
2024-05-14 15:04:16 +02:00
parent 508e6596bb
commit f0efc231c5
8 changed files with 90 additions and 0 deletions

25
OwnChar.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OwnChar", "OwnChar\OwnChar.csproj", "{9BD8A604-CB80-4D79-B90E-051083654B2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BD8A604-CB80-4D79-B90E-051083654B2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD8A604-CB80-4D79-B90E-051083654B2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD8A604-CB80-4D79-B90E-051083654B2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD8A604-CB80-4D79-B90E-051083654B2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C773C9EB-A7A1-4575-9AF7-CDC5347FBF81}
EndGlobalSection
EndGlobal