forked from PList-Net/PList-Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPListNet.sln
50 lines (50 loc) · 2.18 KB
/
PListNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PListNet", "PListNet\PListNet.csproj", "{C1154025-FCAB-40AF-A715-91D10420C321}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PListNet.Tests", "PListNet\Tests\PListNet.Tests.csproj", "{38241724-9B4B-4BA9-B2BC-044813C66C35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{C04FA527-FFCE-4C91-8C0A-ADCECA0D6E6A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Changes.md = Changes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38241724-9B4B-4BA9-B2BC-044813C66C35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38241724-9B4B-4BA9-B2BC-044813C66C35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38241724-9B4B-4BA9-B2BC-044813C66C35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38241724-9B4B-4BA9-B2BC-044813C66C35}.Release|Any CPU.Build.0 = Release|Any CPU
{C1154025-FCAB-40AF-A715-91D10420C321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1154025-FCAB-40AF-A715-91D10420C321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1154025-FCAB-40AF-A715-91D10420C321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1154025-FCAB-40AF-A715-91D10420C321}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 80
$1.scope = text/plain
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.DotNetNamingPolicy = $4
$4.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.VersionControlPolicy = $5
description = Read and write Apple .plist files.
version = 3.0.0.0
EndGlobalSection
EndGlobal