-
Notifications
You must be signed in to change notification settings - Fork 28
/
DotNetEcosystem.sln
48 lines (48 loc) · 3.11 KB
/
DotNetEcosystem.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsSpecific", "WindowsSpecific\WindowsSpecific.csproj", "{C8C16FC1-3C4E-41B7-88BC-616DEC625D59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FrameworkDependantApp", "FrameworkDependantApp\FrameworkDependantApp.csproj", "{46B776C8-2A4B-48B0-8267-6ED1DFEC3159}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SelfContainedApp", "SelfContainedApp\SelfContainedApp.csproj", "{908D1A82-05F2-444E-BDD4-B29C6BFCB261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleXamarinAndroidApp", "SimpleXamarinAndroidApp\SimpleXamarinAndroidApp.csproj", "{985167FB-6225-4768-9E44-3B345B3F5B3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedClassLibrary", "SharedClassLibrary\SharedClassLibrary.csproj", "{8EB22693-A5D3-4C0D-8EB3-74A2AB02DDFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8C16FC1-3C4E-41B7-88BC-616DEC625D59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8C16FC1-3C4E-41B7-88BC-616DEC625D59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8C16FC1-3C4E-41B7-88BC-616DEC625D59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8C16FC1-3C4E-41B7-88BC-616DEC625D59}.Release|Any CPU.Build.0 = Release|Any CPU
{46B776C8-2A4B-48B0-8267-6ED1DFEC3159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B776C8-2A4B-48B0-8267-6ED1DFEC3159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B776C8-2A4B-48B0-8267-6ED1DFEC3159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B776C8-2A4B-48B0-8267-6ED1DFEC3159}.Release|Any CPU.Build.0 = Release|Any CPU
{908D1A82-05F2-444E-BDD4-B29C6BFCB261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{908D1A82-05F2-444E-BDD4-B29C6BFCB261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{908D1A82-05F2-444E-BDD4-B29C6BFCB261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{908D1A82-05F2-444E-BDD4-B29C6BFCB261}.Release|Any CPU.Build.0 = Release|Any CPU
{985167FB-6225-4768-9E44-3B345B3F5B3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{985167FB-6225-4768-9E44-3B345B3F5B3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{985167FB-6225-4768-9E44-3B345B3F5B3B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{985167FB-6225-4768-9E44-3B345B3F5B3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{985167FB-6225-4768-9E44-3B345B3F5B3B}.Release|Any CPU.Build.0 = Release|Any CPU
{985167FB-6225-4768-9E44-3B345B3F5B3B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8EB22693-A5D3-4C0D-8EB3-74A2AB02DDFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB22693-A5D3-4C0D-8EB3-74A2AB02DDFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB22693-A5D3-4C0D-8EB3-74A2AB02DDFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB22693-A5D3-4C0D-8EB3-74A2AB02DDFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal