-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuSyncTrigger.sln
37 lines (37 loc) · 2.07 KB
/
uSyncTrigger.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 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSync.Triggers", "uSync.Triggers\uSync.Triggers.csproj", "{2CFF70B7-6EF3-4141-8B8E-223181D27A73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uSyncTrigger.Site", "uSyncTrigger.Site\uSyncTrigger.Site.csproj", "{B66947B1-DCEA-40B0-89E3-593F19C51393}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "uSyncTriggerCLI", "uSyncTriggerCLI\uSyncTriggerCLI.csproj", "{B4FDA54B-63FD-480E-9AAF-BFA42D7C3900}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CFF70B7-6EF3-4141-8B8E-223181D27A73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFF70B7-6EF3-4141-8B8E-223181D27A73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFF70B7-6EF3-4141-8B8E-223181D27A73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFF70B7-6EF3-4141-8B8E-223181D27A73}.Release|Any CPU.Build.0 = Release|Any CPU
{B66947B1-DCEA-40B0-89E3-593F19C51393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B66947B1-DCEA-40B0-89E3-593F19C51393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B66947B1-DCEA-40B0-89E3-593F19C51393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B66947B1-DCEA-40B0-89E3-593F19C51393}.Release|Any CPU.Build.0 = Release|Any CPU
{B4FDA54B-63FD-480E-9AAF-BFA42D7C3900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4FDA54B-63FD-480E-9AAF-BFA42D7C3900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4FDA54B-63FD-480E-9AAF-BFA42D7C3900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4FDA54B-63FD-480E-9AAF-BFA42D7C3900}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95FB0144-CAB2-4E64-B176-717CC78BAFB7}
EndGlobalSection
EndGlobal