-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppSight.CSharpLibrary.sln
49 lines (49 loc) · 3.19 KB
/
AppSight.CSharpLibrary.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppSight.Extensions.System", "AppSight.Extensions.System\AppSight.Extensions.System.csproj", "{71564787-581C-4332-A967-99DCE0845490}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppSight.Security.Cryptography", "AppSight.Security.Cryptography\AppSight.Security.Cryptography.csproj", "{7367A62F-2C59-4F5A-AA98-82972AF6C391}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppSight.Security.Cryptography.Tests", "AppSight.Security.Cryptography.Tests\AppSight.Security.Cryptography.Tests.csproj", "{1C77843E-88E9-4D5E-A75B-7351F9672E87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppSight.Net.GitHub", "AppSight.Net.GitHub\AppSight.Net.GitHub.csproj", "{EC4348DD-AC55-4E21-A073-E48501F2FFC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppSight.AutoUpdate", "AppSight.AutoUpdate\AppSight.AutoUpdate.csproj", "{B0611644-1D0B-4252-B9FF-2D1831E72F49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71564787-581C-4332-A967-99DCE0845490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71564787-581C-4332-A967-99DCE0845490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71564787-581C-4332-A967-99DCE0845490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71564787-581C-4332-A967-99DCE0845490}.Release|Any CPU.Build.0 = Release|Any CPU
{7367A62F-2C59-4F5A-AA98-82972AF6C391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7367A62F-2C59-4F5A-AA98-82972AF6C391}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7367A62F-2C59-4F5A-AA98-82972AF6C391}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7367A62F-2C59-4F5A-AA98-82972AF6C391}.Release|Any CPU.Build.0 = Release|Any CPU
{1C77843E-88E9-4D5E-A75B-7351F9672E87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C77843E-88E9-4D5E-A75B-7351F9672E87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C77843E-88E9-4D5E-A75B-7351F9672E87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C77843E-88E9-4D5E-A75B-7351F9672E87}.Release|Any CPU.Build.0 = Release|Any CPU
{EC4348DD-AC55-4E21-A073-E48501F2FFC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC4348DD-AC55-4E21-A073-E48501F2FFC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC4348DD-AC55-4E21-A073-E48501F2FFC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC4348DD-AC55-4E21-A073-E48501F2FFC5}.Release|Any CPU.Build.0 = Release|Any CPU
{B0611644-1D0B-4252-B9FF-2D1831E72F49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0611644-1D0B-4252-B9FF-2D1831E72F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0611644-1D0B-4252-B9FF-2D1831E72F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0611644-1D0B-4252-B9FF-2D1831E72F49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97A5A03F-A5BA-4DDE-9EAA-B7A8CE0CDFA8}
EndGlobalSection
EndGlobal