1 |
|
---|
2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
---|
3 | # Visual Studio Version 16
|
---|
4 | VisualStudioVersion = 16.0.30309.148
|
---|
5 | MinimumVisualStudioVersion = 10.0.40219.1
|
---|
6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Farmatiko", "Farmatiko\Farmatiko.csproj", "{36086D69-E8B8-4F14-8F25-D262410306EB}"
|
---|
7 | EndProject
|
---|
8 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FarmatikoData", "FarmatikoData\FarmatikoData.csproj", "{5BC55BDD-A064-4CE7-8606-D2FF42699EBF}"
|
---|
9 | EndProject
|
---|
10 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FarmatikoServices", "FarmatikoServices\FarmatikoServices.csproj", "{D207CD1B-4C31-4414-9EF4-DC18F219CBF6}"
|
---|
11 | EndProject
|
---|
12 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F354500C-6124-4A4D-AEC2-A38CF3F436CF}"
|
---|
13 | ProjectSection(SolutionItems) = preProject
|
---|
14 | .editorconfig = .editorconfig
|
---|
15 | EndProjectSection
|
---|
16 | EndProject
|
---|
17 | Global
|
---|
18 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
19 | Debug|Any CPU = Debug|Any CPU
|
---|
20 | Release|Any CPU = Release|Any CPU
|
---|
21 | EndGlobalSection
|
---|
22 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
23 | {36086D69-E8B8-4F14-8F25-D262410306EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
24 | {36086D69-E8B8-4F14-8F25-D262410306EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
25 | {36086D69-E8B8-4F14-8F25-D262410306EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
26 | {36086D69-E8B8-4F14-8F25-D262410306EB}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
27 | {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
28 | {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
29 | {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
30 | {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
31 | {D207CD1B-4C31-4414-9EF4-DC18F219CBF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
32 | {D207CD1B-4C31-4414-9EF4-DC18F219CBF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
33 | {D207CD1B-4C31-4414-9EF4-DC18F219CBF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
34 | {D207CD1B-4C31-4414-9EF4-DC18F219CBF6}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
35 | EndGlobalSection
|
---|
36 | GlobalSection(SolutionProperties) = preSolution
|
---|
37 | HideSolutionNode = FALSE
|
---|
38 | EndGlobalSection
|
---|
39 | GlobalSection(ExtensibilityGlobals) = postSolution
|
---|
40 | SolutionGuid = {E81BF7BE-E3D2-4643-9AFE-4F22D37BD223}
|
---|
41 | EndGlobalSection
|
---|
42 | EndGlobal
|
---|