-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotVVM.AMP.sln
37 lines (37 loc) · 2.01 KB
/
DotVVM.AMP.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSamples", "TestSamples\TestSamples.csproj", "{AA366789-48B6-4BC9-A589-D297C1423904}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotVVM.AMP", "DotVVM.AMP\DotVVM.AMP.csproj", "{CB636DE7-C8B3-44B6-99D8-0D399036DA1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UiTests", "UiTests\UiTests.csproj", "{3E64EDB8-A166-4F34-A76A-9F7142DE695C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA366789-48B6-4BC9-A589-D297C1423904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA366789-48B6-4BC9-A589-D297C1423904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA366789-48B6-4BC9-A589-D297C1423904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA366789-48B6-4BC9-A589-D297C1423904}.Release|Any CPU.Build.0 = Release|Any CPU
{CB636DE7-C8B3-44B6-99D8-0D399036DA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB636DE7-C8B3-44B6-99D8-0D399036DA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB636DE7-C8B3-44B6-99D8-0D399036DA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB636DE7-C8B3-44B6-99D8-0D399036DA1F}.Release|Any CPU.Build.0 = Release|Any CPU
{3E64EDB8-A166-4F34-A76A-9F7142DE695C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E64EDB8-A166-4F34-A76A-9F7142DE695C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E64EDB8-A166-4F34-A76A-9F7142DE695C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E64EDB8-A166-4F34-A76A-9F7142DE695C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3928F93-EEF6-4807-BA93-B1A5077F0929}
EndGlobalSection
EndGlobal