Календарь версия 0.1

This commit is contained in:
2022-09-06 22:18:53 +03:00
parent 0fac5ede3a
commit cd98a04d26
43 changed files with 2147 additions and 3 deletions

25
Сalendar.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.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Сalendar", "Сalendar\Сalendar.csproj", "{093CF92D-B515-4C14-91A0-94DB41719CD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{093CF92D-B515-4C14-91A0-94DB41719CD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{093CF92D-B515-4C14-91A0-94DB41719CD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{093CF92D-B515-4C14-91A0-94DB41719CD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{093CF92D-B515-4C14-91A0-94DB41719CD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E2B0942-9F0D-4711-AD56-377DDE2B29BE}
EndGlobalSection
EndGlobal