This commit is contained in:
Samuele Locatelli
2021-11-25 09:56:25 +01:00
parent 38be0c67ac
commit bf6d0f3159
+31
View File
@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "REMAN", "REMAN\REMAN.csproj", "{9E15E9EA-0511-4D7E-9391-A7D1C3CC7922}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NKC.Data", "NKC.Data\NKC.Data.csproj", "{B682FF27-5F53-45C1-B692-4613B28C045B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E15E9EA-0511-4D7E-9391-A7D1C3CC7922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E15E9EA-0511-4D7E-9391-A7D1C3CC7922}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E15E9EA-0511-4D7E-9391-A7D1C3CC7922}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E15E9EA-0511-4D7E-9391-A7D1C3CC7922}.Release|Any CPU.Build.0 = Release|Any CPU
{B682FF27-5F53-45C1-B692-4613B28C045B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B682FF27-5F53-45C1-B692-4613B28C045B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B682FF27-5F53-45C1-B692-4613B28C045B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B682FF27-5F53-45C1-B692-4613B28C045B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3FA07F4-7CB0-44AA-AFAA-2839BD0B7AF1}
EndGlobalSection
EndGlobal