-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ferma.sln
34 lines (34 loc) · 1.69 KB
/
Ferma.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ferma", "Ferma\Ferma.csproj", "{7EED3898-2EA9-4B04-95C9-B76B70E69717}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject2", "TestProject2\TestProject2.csproj", "{4AD6C459-1F7B-447E-B095-F9D0C22F685E}"
ProjectSection(ProjectDependencies) = postProject
{7EED3898-2EA9-4B04-95C9-B76B70E69717} = {7EED3898-2EA9-4B04-95C9-B76B70E69717}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EED3898-2EA9-4B04-95C9-B76B70E69717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EED3898-2EA9-4B04-95C9-B76B70E69717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EED3898-2EA9-4B04-95C9-B76B70E69717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EED3898-2EA9-4B04-95C9-B76B70E69717}.Release|Any CPU.Build.0 = Release|Any CPU
{4AD6C459-1F7B-447E-B095-F9D0C22F685E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AD6C459-1F7B-447E-B095-F9D0C22F685E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AD6C459-1F7B-447E-B095-F9D0C22F685E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AD6C459-1F7B-447E-B095-F9D0C22F685E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16E8F1E8-8C26-4647-B278-E3D6C22BAB5E}
EndGlobalSection
EndGlobal