-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFodyProblem.sln
More file actions
57 lines (57 loc) · 2.97 KB
/
FodyProblem.sln
File metadata and controls
57 lines (57 loc) · 2.97 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FodyProblem.Core", "FodyProblem.Core\FodyProblem.Core.csproj", "{7DA1DD3D-F635-460B-8628-B2A9E6E86A5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FodyProblem.iOS", "FodyProblem.iOS\FodyProblem.iOS.csproj", "{CAA78005-0D3C-466A-9342-DF9EA026C124}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{148F36CD-D2CF-49BB-8D54-03063D0FABF5}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FodyProblem.Core.Tests", "FodyProblem.Core.Tests\FodyProblem.Core.Tests.csproj", "{9B74510A-AFE1-4FD0-BFDE-E48F94130E7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D14AE508-1F4E-4FF5-B7DA-C1634B1A089A}"
ProjectSection(SolutionItems) = preProject
build-helpers.fsx = build-helpers.fsx
build.fsx = build.fsx
build.sh = build.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xpkg", "xpkg", "{B57071BF-DDDE-45CD-88D4-4B18D6F8776B}"
ProjectSection(SolutionItems) = preProject
xpkg\xamarin-component = xpkg\xamarin-component
xpkg\xamarin-component.exe = xpkg\xamarin-component.exe
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DA1DD3D-F635-460B-8628-B2A9E6E86A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DA1DD3D-F635-460B-8628-B2A9E6E86A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DA1DD3D-F635-460B-8628-B2A9E6E86A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DA1DD3D-F635-460B-8628-B2A9E6E86A5D}.Release|Any CPU.Build.0 = Release|Any CPU
{CAA78005-0D3C-466A-9342-DF9EA026C124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAA78005-0D3C-466A-9342-DF9EA026C124}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAA78005-0D3C-466A-9342-DF9EA026C124}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAA78005-0D3C-466A-9342-DF9EA026C124}.Release|Any CPU.Build.0 = Release|Any CPU
{9B74510A-AFE1-4FD0-BFDE-E48F94130E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B74510A-AFE1-4FD0-BFDE-E48F94130E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B74510A-AFE1-4FD0-BFDE-E48F94130E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B74510A-AFE1-4FD0-BFDE-E48F94130E7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B57071BF-DDDE-45CD-88D4-4B18D6F8776B} = {D14AE508-1F4E-4FF5-B7DA-C1634B1A089A}
EndGlobalSection
EndGlobal