feat!: convert projects to .net 5 wip
This commit is contained in:
31
Habittodo.sln
Normal file
31
Habittodo.sln
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.809.9
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Habittodo.Console", "Habittodo.Console\Habittodo.Console.csproj", "{42602C07-50C8-4334-AAB5-FD62EA208077}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Habittodo.Model", "Habittodo.Model\Habittodo.Model.csproj", "{871A5C5D-FBB9-4D2A-8D18-EC9923618C2C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{42602C07-50C8-4334-AAB5-FD62EA208077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{42602C07-50C8-4334-AAB5-FD62EA208077}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{42602C07-50C8-4334-AAB5-FD62EA208077}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{42602C07-50C8-4334-AAB5-FD62EA208077}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{871A5C5D-FBB9-4D2A-8D18-EC9923618C2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{871A5C5D-FBB9-4D2A-8D18-EC9923618C2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{871A5C5D-FBB9-4D2A-8D18-EC9923618C2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{871A5C5D-FBB9-4D2A-8D18-EC9923618C2C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {173CA56B-3040-499A-8CC4-42ACF113665E}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user