-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFoxyWebAppManager.sln
More file actions
45 lines (45 loc) · 2.52 KB
/
FoxyWebAppManager.sln
File metadata and controls
45 lines (45 loc) · 2.52 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
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36518.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoxyWebAppManager", "FoxyWebAppManager\FoxyWebAppManager.csproj", "{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedIO", "SharedIO\SharedIO.shproj", "{2647085C-2545-49D6-913E-E7815234E071}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shortcut", "Shortcut\Shortcut.csproj", "{AAFC954F-E7A3-487E-A811-0A0B87B2A927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoxyWebAppManager.Tests.MSTest", "FoxyWebAppManager.Tests.MSTest\FoxyWebAppManager.Tests.MSTest.csproj", "{544E0705-82E9-4DF5-0518-36437387BC2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}.Debug|x64.ActiveCfg = Debug|x64
{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}.Debug|x64.Build.0 = Debug|x64
{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}.Debug|x64.Deploy.0 = Debug|x64
{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}.Release|x64.ActiveCfg = Release|x64
{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}.Release|x64.Build.0 = Release|x64
{BC0912C0-1840-CFC5-83D4-31EA4381E5BF}.Release|x64.Deploy.0 = Release|x64
{AAFC954F-E7A3-487E-A811-0A0B87B2A927}.Debug|x64.ActiveCfg = Debug|x64
{AAFC954F-E7A3-487E-A811-0A0B87B2A927}.Debug|x64.Build.0 = Debug|x64
{AAFC954F-E7A3-487E-A811-0A0B87B2A927}.Release|x64.ActiveCfg = Release|x64
{AAFC954F-E7A3-487E-A811-0A0B87B2A927}.Release|x64.Build.0 = Release|x64
{544E0705-82E9-4DF5-0518-36437387BC2A}.Debug|x64.ActiveCfg = Debug|x64
{544E0705-82E9-4DF5-0518-36437387BC2A}.Debug|x64.Build.0 = Debug|x64
{544E0705-82E9-4DF5-0518-36437387BC2A}.Release|x64.ActiveCfg = Release|x64
{544E0705-82E9-4DF5-0518-36437387BC2A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A63DBCD2-55BA-488E-99FE-2CACA12CA528}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedIO\SharedIO.projitems*{2647085c-2545-49d6-913e-e7815234e071}*SharedItemsImports = 13
SharedIO\SharedIO.projitems*{bc0912c0-1840-cfc5-83d4-31ea4381e5bf}*SharedItemsImports = 5
EndGlobalSection
EndGlobal