Skip to content

Commit

Permalink
now including *.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinsus committed Aug 24, 2021
1 parent 5fa8715 commit 6cbf0f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/.vs
/FractalHelper.csproj
/FractalHelper.sln
/obj/
25 changes: 25 additions & 0 deletions FractalHelper.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FractalHelper", "FractalHelper.csproj", "{0C104ABC-9A05-4889-82DC-610CB9C74D99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C104ABC-9A05-4889-82DC-610CB9C74D99}.Debug|x64.ActiveCfg = Debug|x64
{0C104ABC-9A05-4889-82DC-610CB9C74D99}.Debug|x64.Build.0 = Debug|x64
{0C104ABC-9A05-4889-82DC-610CB9C74D99}.Release|x64.ActiveCfg = Release|x64
{0C104ABC-9A05-4889-82DC-610CB9C74D99}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF2C8A27-8CCA-4F96-BB18-3134F63D695C}
EndGlobalSection
EndGlobal

0 comments on commit 6cbf0f5

Please sign in to comment.