-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEasySharpIni.sln
37 lines (37 loc) · 2.03 KB
/
EasySharpIni.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasySharpIni", "EasySharpIni\EasySharpIni.csproj", "{6686CE62-86AB-44F9-B7AF-DC9A31D5E0FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IniExample", "IniExample\IniExample.csproj", "{EDAA669E-8B9D-408D-ACD5-DF3C9BC3ED04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IniBenchmarks", "IniBenchmarks\IniBenchmarks.csproj", "{4EB9C5A4-C140-4DCA-BFDD-9EA80058D1EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6686CE62-86AB-44F9-B7AF-DC9A31D5E0FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6686CE62-86AB-44F9-B7AF-DC9A31D5E0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6686CE62-86AB-44F9-B7AF-DC9A31D5E0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6686CE62-86AB-44F9-B7AF-DC9A31D5E0FE}.Release|Any CPU.Build.0 = Release|Any CPU
{EDAA669E-8B9D-408D-ACD5-DF3C9BC3ED04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDAA669E-8B9D-408D-ACD5-DF3C9BC3ED04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDAA669E-8B9D-408D-ACD5-DF3C9BC3ED04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDAA669E-8B9D-408D-ACD5-DF3C9BC3ED04}.Release|Any CPU.Build.0 = Release|Any CPU
{4EB9C5A4-C140-4DCA-BFDD-9EA80058D1EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EB9C5A4-C140-4DCA-BFDD-9EA80058D1EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EB9C5A4-C140-4DCA-BFDD-9EA80058D1EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EB9C5A4-C140-4DCA-BFDD-9EA80058D1EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {586B68A4-5DA4-48B0-8F75-76DEE243533D}
EndGlobalSection
EndGlobal