source: Farmatiko.sln@ 0c48bbb

Last change on this file since 0c48bbb was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 16
4VisualStudioVersion = 16.0.30309.148
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Farmatiko", "Farmatiko\Farmatiko.csproj", "{36086D69-E8B8-4F14-8F25-D262410306EB}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FarmatikoData", "FarmatikoData\FarmatikoData.csproj", "{5BC55BDD-A064-4CE7-8606-D2FF42699EBF}"
9EndProject
10Global
11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
12 Debug|Any CPU = Debug|Any CPU
13 Release|Any CPU = Release|Any CPU
14 EndGlobalSection
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 {36086D69-E8B8-4F14-8F25-D262410306EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17 {36086D69-E8B8-4F14-8F25-D262410306EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
18 {36086D69-E8B8-4F14-8F25-D262410306EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
19 {36086D69-E8B8-4F14-8F25-D262410306EB}.Release|Any CPU.Build.0 = Release|Any CPU
20 {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21 {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
22 {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
23 {5BC55BDD-A064-4CE7-8606-D2FF42699EBF}.Release|Any CPU.Build.0 = Release|Any CPU
24 EndGlobalSection
25 GlobalSection(SolutionProperties) = preSolution
26 HideSolutionNode = FALSE
27 EndGlobalSection
28 GlobalSection(ExtensibilityGlobals) = postSolution
29 SolutionGuid = {E81BF7BE-E3D2-4643-9AFE-4F22D37BD223}
30 EndGlobalSection
31EndGlobal
Note: See TracBrowser for help on using the repository browser.