blob: d1c513da2c6cba0e1eb8a53aa1c708f3b7b37d6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShareGuard.Web", "ShareGuard.Web\ShareGuard.Web.csproj", "{0D999063-9CC8-4279-B299-35E49818887B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShareGuard.Web.Client", "ShareGuard.Web.Client\ShareGuard.Web.Client.csproj", "{E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D999063-9CC8-4279-B299-35E49818887B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D999063-9CC8-4279-B299-35E49818887B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D999063-9CC8-4279-B299-35E49818887B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D999063-9CC8-4279-B299-35E49818887B}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A15FC5-B83D-4E83-8BF8-8FDA6B955F11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
|