-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINIFileParser.sln
More file actions
40 lines (40 loc) · 2.15 KB
/
INIFileParser.sln
File metadata and controls
40 lines (40 loc) · 2.15 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IniFileParser", "IniFileParser\INIFileParser.csproj", "{5E46DCF4-C473-4171-9F9B-F3910B5EC407}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IniFileParser.Tests", "IniFileParser.Tests\INIFileParser.Tests.csproj", "{553AD4A0-946C-436D-8135-5ADBA97D246E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IniFileParser.Example", "INIFileParser.Example\INIFileParser.Example.csproj", "{D4CF6996-5C75-46D1-A75B-22731ED16058}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{553AD4A0-946C-436D-8135-5ADBA97D246E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{553AD4A0-946C-436D-8135-5ADBA97D246E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{553AD4A0-946C-436D-8135-5ADBA97D246E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{553AD4A0-946C-436D-8135-5ADBA97D246E}.Release|Any CPU.Build.0 = Release|Any CPU
{5E46DCF4-C473-4171-9F9B-F3910B5EC407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E46DCF4-C473-4171-9F9B-F3910B5EC407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E46DCF4-C473-4171-9F9B-F3910B5EC407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E46DCF4-C473-4171-9F9B-F3910B5EC407}.Release|Any CPU.Build.0 = Release|Any CPU
{D4CF6996-5C75-46D1-A75B-22731ED16058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4CF6996-5C75-46D1-A75B-22731ED16058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4CF6996-5C75-46D1-A75B-22731ED16058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4CF6996-5C75-46D1-A75B-22731ED16058}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = IniFileParser.Example\IniFileParser.Example.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
version =
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal