forked from TheGeneGenieProject/GeneGenie.Gedcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeneGenie.Gedcom.sln
56 lines (56 loc) · 2.9 KB
/
GeneGenie.Gedcom.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
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeneGenie.Gedcom", "GeneGenie.Gedcom\GeneGenie.Gedcom.csproj", "{872AE81C-2178-4D2B-9077-34A8AD1595D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeneGenie.Gedcom.Tests", "GeneGenie.Gedcom.Tests\GeneGenie.Gedcom.Tests.csproj", "{CF78D435-CA1C-47C0-AA77-03311C2DD1EA}"
ProjectSection(ProjectDependencies) = postProject
{872AE81C-2178-4D2B-9077-34A8AD1595D9} = {872AE81C-2178-4D2B-9077-34A8AD1595D9}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F401944E-C633-4259-808F-B34422A46ECB}"
ProjectSection(SolutionItems) = preProject
Contributing.md = Contributing.md
ContributorLicenceAgreement.md = ContributorLicenceAgreement.md
Licence.txt = Licence.txt
README.md = README.md
SolutionAssemblyInfo.cs = SolutionAssemblyInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeneGenie.Gedcom.Sample", "GeneGenie.Gedcom.Sample\GeneGenie.Gedcom.Sample.csproj", "{4160B51D-E4B8-4962-8E88-8925ACA07CEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{872AE81C-2178-4D2B-9077-34A8AD1595D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{872AE81C-2178-4D2B-9077-34A8AD1595D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{872AE81C-2178-4D2B-9077-34A8AD1595D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{872AE81C-2178-4D2B-9077-34A8AD1595D9}.Release|Any CPU.Build.0 = Release|Any CPU
{CF78D435-CA1C-47C0-AA77-03311C2DD1EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF78D435-CA1C-47C0-AA77-03311C2DD1EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF78D435-CA1C-47C0-AA77-03311C2DD1EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF78D435-CA1C-47C0-AA77-03311C2DD1EA}.Release|Any CPU.Build.0 = Release|Any CPU
{4160B51D-E4B8-4962-8E88-8925ACA07CEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4160B51D-E4B8-4962-8E88-8925ACA07CEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4160B51D-E4B8-4962-8E88-8925ACA07CEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4160B51D-E4B8-4962-8E88-8925ACA07CEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43BB825A-F62C-4ACC-B529-A7998B49D345}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
name = Gedcom.NET
version = 0.6
StartupItem = Gedcom.UI\Gedcom.UI.GTK\Gedcom.UI.GTK.csproj
MonoDevelop.ChangeLogAddIn.ChangeLogInfo = $0
$0.policy = UpdateNearestChangeLog
EndGlobalSection
EndGlobal