Skip to content

Commit

Permalink
initial install
Browse files Browse the repository at this point in the history
  • Loading branch information
jemayn committed Nov 8, 2023
0 parents commit 6ee67a4
Show file tree
Hide file tree
Showing 24 changed files with 1,178 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
22 changes: 22 additions & 0 deletions TwentyFourDays.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwentyFourDays", "TwentyFourDays\TwentyFourDays.csproj", "{4DAAC481-301C-4B8E-B54C-E39103866C65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DAAC481-301C-4B8E-B54C-E39103866C65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DAAC481-301C-4B8E-B54C-E39103866C65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DAAC481-301C-4B8E-B54C-E39103866C65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DAAC481-301C-4B8E-B54C-E39103866C65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit 6ee67a4

Please sign in to comment.