-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSimpleSoft.IniParser.sln
More file actions
72 lines (72 loc) · 4.01 KB
/
SimpleSoft.IniParser.sln
File metadata and controls
72 lines (72 loc) · 4.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9A447D40-A54F-4216-853E-46338186D330}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C1481CE-7913-4510-AC7B-99749AA0CBE9}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SimpleSoft.IniParser", "src\SimpleSoft.IniParser\SimpleSoft.IniParser.xproj", "{F79F0038-E0BF-4855-BE50-7D9B1B933247}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{8C710750-7775-4F3C-AB5A-C68C717B3850}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "other", "other", "{7A0E9E3B-5595-4328-96C8-19656216403D}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{912CE5EA-09EB-433C-ABC7-22E1D9322C03}"
ProjectSection(SolutionItems) = preProject
tools\SimpleSoft.IniParser.Logo.png = tools\SimpleSoft.IniParser.Logo.png
tools\SimpleSoft.IniParser.PublicKey = tools\SimpleSoft.IniParser.PublicKey
tools\SimpleSoft.IniParser.snk = tools\SimpleSoft.IniParser.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{83F6F415-D4F1-4664-8CFF-0DD19444276F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SimpleSoft.IniParser.Tests", "test\SimpleSoft.IniParser.Tests\SimpleSoft.IniParser.Tests.xproj", "{7717C6D9-89DF-4199-BD2B-46C0B5BCBAF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "working", "working", "{041541FA-CCF8-4C6F-8116-12E7369236BA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SimpleSoft.IniParser.Examples", "working\SimpleSoft.IniParser.Examples\SimpleSoft.IniParser.Examples.xproj", "{2326CCA8-984C-4785-AD5D-95FE0B912520}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F79F0038-E0BF-4855-BE50-7D9B1B933247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F79F0038-E0BF-4855-BE50-7D9B1B933247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F79F0038-E0BF-4855-BE50-7D9B1B933247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F79F0038-E0BF-4855-BE50-7D9B1B933247}.Release|Any CPU.Build.0 = Release|Any CPU
{7717C6D9-89DF-4199-BD2B-46C0B5BCBAF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7717C6D9-89DF-4199-BD2B-46C0B5BCBAF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7717C6D9-89DF-4199-BD2B-46C0B5BCBAF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7717C6D9-89DF-4199-BD2B-46C0B5BCBAF0}.Release|Any CPU.Build.0 = Release|Any CPU
{2326CCA8-984C-4785-AD5D-95FE0B912520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2326CCA8-984C-4785-AD5D-95FE0B912520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2326CCA8-984C-4785-AD5D-95FE0B912520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2326CCA8-984C-4785-AD5D-95FE0B912520}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F79F0038-E0BF-4855-BE50-7D9B1B933247} = {9A447D40-A54F-4216-853E-46338186D330}
{8C710750-7775-4F3C-AB5A-C68C717B3850} = {1C1481CE-7913-4510-AC7B-99749AA0CBE9}
{7A0E9E3B-5595-4328-96C8-19656216403D} = {1C1481CE-7913-4510-AC7B-99749AA0CBE9}
{912CE5EA-09EB-433C-ABC7-22E1D9322C03} = {1C1481CE-7913-4510-AC7B-99749AA0CBE9}
{7717C6D9-89DF-4199-BD2B-46C0B5BCBAF0} = {83F6F415-D4F1-4664-8CFF-0DD19444276F}
{2326CCA8-984C-4785-AD5D-95FE0B912520} = {041541FA-CCF8-4C6F-8116-12E7369236BA}
EndGlobalSection
EndGlobal