forked from dhasenan/FastString
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastString.sln
35 lines (34 loc) · 2 KB
/
FastString.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastString", "FastString\FastString.csproj", "{08E0F5AB-063A-47ED-9E72-211E0C999098}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastString.Test", "FastString.Test\FastString.Test.csproj", "{AEF8548A-45B0-4F9B-A099-D4C88049282E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastString.DataGen", "FastString.DataGen\FastString.DataGen.csproj", "{98665FEC-78C1-4F57-B84F-D3F6972F02DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08E0F5AB-063A-47ED-9E72-211E0C999098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08E0F5AB-063A-47ED-9E72-211E0C999098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08E0F5AB-063A-47ED-9E72-211E0C999098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08E0F5AB-063A-47ED-9E72-211E0C999098}.Release|Any CPU.Build.0 = Release|Any CPU
{AEF8548A-45B0-4F9B-A099-D4C88049282E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEF8548A-45B0-4F9B-A099-D4C88049282E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEF8548A-45B0-4F9B-A099-D4C88049282E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEF8548A-45B0-4F9B-A099-D4C88049282E}.Release|Any CPU.Build.0 = Release|Any CPU
{98665FEC-78C1-4F57-B84F-D3F6972F02DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98665FEC-78C1-4F57-B84F-D3F6972F02DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98665FEC-78C1-4F57-B84F-D3F6972F02DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98665FEC-78C1-4F57-B84F-D3F6972F02DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$1.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
EndGlobal