Aggiungere i file di progetto.

This commit is contained in:
2018-09-07 16:39:06 +02:00
parent df07bc402d
commit 05ce84a07a
7 changed files with 164 additions and 0 deletions

25
SeniorAssistant.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.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeniorAssistant", "SeniorAssistant\SeniorAssistant.csproj", "{B40911C2-EC1B-470E-A9C0-A07F19B7E165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B40911C2-EC1B-470E-A9C0-A07F19B7E165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B40911C2-EC1B-470E-A9C0-A07F19B7E165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B40911C2-EC1B-470E-A9C0-A07F19B7E165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B40911C2-EC1B-470E-A9C0-A07F19B7E165}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1B29BAD-8DBC-4DAB-B61C-8B20B5C5348E}
EndGlobalSection
EndGlobal