Import exisitng code

This commit is contained in:
Jan Groß
2021-05-14 22:54:30 +02:00
parent 1d5e0f69d3
commit 732abefd12
8 changed files with 26485 additions and 0 deletions

25
Wallpaperchan.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.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wallpaperchan", "Wallpaperchan\Wallpaperchan.csproj", "{FA5C9ECF-E3E1-4A0A-BD3C-039D3F306892}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA5C9ECF-E3E1-4A0A-BD3C-039D3F306892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA5C9ECF-E3E1-4A0A-BD3C-039D3F306892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA5C9ECF-E3E1-4A0A-BD3C-039D3F306892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA5C9ECF-E3E1-4A0A-BD3C-039D3F306892}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FB10183-078B-4067-900B-C77B695D8CFD}
EndGlobalSection
EndGlobal