-
Notifications
You must be signed in to change notification settings - Fork 1
/
PrismSharp.sln
34 lines (34 loc) · 2.34 KB
/
PrismSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismSharp.Core", "PrismSharp.Core\PrismSharp.Core.csproj", "{F38E4F2F-66B2-4BCA-BBAC-70119AC7C835}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismSharp.Core.Tests", "PrismSharp.Core.Tests\PrismSharp.Core.Tests.csproj", "{6B42B19F-4C91-4BB2-8E36-C903E19A4CF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismSharp.Highlighting.HTML", "PrismSharp.Highlighting.HTML\PrismSharp.Highlighting.HTML.csproj", "{6EF3051E-11BC-4C53-8C59-A07DC7125208}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrismSharp.Highlighting.HTML.Tests", "PrismSharp.Highlighting.HTML.Tests\PrismSharp.Highlighting.HTML.Tests.csproj", "{84C0F43E-1F69-48FF-A710-E162B5EE4370}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F38E4F2F-66B2-4BCA-BBAC-70119AC7C835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F38E4F2F-66B2-4BCA-BBAC-70119AC7C835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F38E4F2F-66B2-4BCA-BBAC-70119AC7C835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F38E4F2F-66B2-4BCA-BBAC-70119AC7C835}.Release|Any CPU.Build.0 = Release|Any CPU
{6B42B19F-4C91-4BB2-8E36-C903E19A4CF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B42B19F-4C91-4BB2-8E36-C903E19A4CF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B42B19F-4C91-4BB2-8E36-C903E19A4CF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B42B19F-4C91-4BB2-8E36-C903E19A4CF9}.Release|Any CPU.Build.0 = Release|Any CPU
{6EF3051E-11BC-4C53-8C59-A07DC7125208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EF3051E-11BC-4C53-8C59-A07DC7125208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EF3051E-11BC-4C53-8C59-A07DC7125208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EF3051E-11BC-4C53-8C59-A07DC7125208}.Release|Any CPU.Build.0 = Release|Any CPU
{84C0F43E-1F69-48FF-A710-E162B5EE4370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C0F43E-1F69-48FF-A710-E162B5EE4370}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C0F43E-1F69-48FF-A710-E162B5EE4370}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C0F43E-1F69-48FF-A710-E162B5EE4370}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal