Add project files.

This commit is contained in:
2018-11-28 22:22:46 +01:00
parent eb72348cad
commit f85ebf48d1
5 changed files with 135 additions and 0 deletions

25
2017_01.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2017_01", "2017_01\2017_01.csproj", "{06CE1756-7EB8-4E0C-910C-9EC316D4E04E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06CE1756-7EB8-4E0C-910C-9EC316D4E04E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06CE1756-7EB8-4E0C-910C-9EC316D4E04E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06CE1756-7EB8-4E0C-910C-9EC316D4E04E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06CE1756-7EB8-4E0C-910C-9EC316D4E04E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03AD54F0-CF5D-409C-801B-45464BFF9001}
EndGlobalSection
EndGlobal