-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTexting.sln
More file actions
executable file
·34 lines (34 loc) · 2.19 KB
/
Texting.sln
File metadata and controls
executable file
·34 lines (34 loc) · 2.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Texting.Bracket", "Texting.Bracket\Texting.Bracket.csproj", "{8B67BF74-E0B4-4EF9-B1EC-436670EB63FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Texting", "Texting\Texting.csproj", "{CA3FDD34-2262-430E-8549-C32AE2D2C5C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Texting.Test", "Texting.Test\Texting.Test.csproj", "{68B2EA29-9202-4730-A1CE-E01EC13BC34D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Texting.Enums", "Texting.Enums\Texting.Enums.csproj", "{E4354104-9B8B-44F3-A770-93A8FCF33B68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B67BF74-E0B4-4EF9-B1EC-436670EB63FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B67BF74-E0B4-4EF9-B1EC-436670EB63FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B67BF74-E0B4-4EF9-B1EC-436670EB63FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B67BF74-E0B4-4EF9-B1EC-436670EB63FC}.Release|Any CPU.Build.0 = Release|Any CPU
{CA3FDD34-2262-430E-8549-C32AE2D2C5C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA3FDD34-2262-430E-8549-C32AE2D2C5C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA3FDD34-2262-430E-8549-C32AE2D2C5C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA3FDD34-2262-430E-8549-C32AE2D2C5C5}.Release|Any CPU.Build.0 = Release|Any CPU
{68B2EA29-9202-4730-A1CE-E01EC13BC34D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B2EA29-9202-4730-A1CE-E01EC13BC34D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B2EA29-9202-4730-A1CE-E01EC13BC34D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B2EA29-9202-4730-A1CE-E01EC13BC34D}.Release|Any CPU.Build.0 = Release|Any CPU
{E4354104-9B8B-44F3-A770-93A8FCF33B68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4354104-9B8B-44F3-A770-93A8FCF33B68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4354104-9B8B-44F3-A770-93A8FCF33B68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4354104-9B8B-44F3-A770-93A8FCF33B68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal