forked from lc-sigurd/CSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSync.sln
More file actions
39 lines (39 loc) · 2.35 KB
/
CSync.sln
File metadata and controls
39 lines (39 loc) · 2.35 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSync", "CSync/CSync.csproj", "{9B7C1321-3681-40AA-87C9-19904B3F4235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExamplePlugin", "ExamplePlugin\ExamplePlugin.csproj", "{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
DebugExamplePlugin|Any CPU = DebugExamplePlugin|Any CPU
ReleaseExamplePlugin|Any CPU = ReleaseExamplePlugin|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Release|Any CPU.Build.0 = Release|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.DebugExamplePlugin|Any CPU.ActiveCfg = DebugExamplePlugin|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.DebugExamplePlugin|Any CPU.Build.0 = DebugExamplePlugin|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.ReleaseExamplePlugin|Any CPU.ActiveCfg = ReleaseExamplePlugin|Any CPU
{9B7C1321-3681-40AA-87C9-19904B3F4235}.ReleaseExamplePlugin|Any CPU.Build.0 = ReleaseExamplePlugin|Any CPU
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.DebugExamplePlugin|Any CPU.ActiveCfg = DebugExamplePlugin|Any CPU
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.DebugExamplePlugin|Any CPU.Build.0 = DebugExamplePlugin|Any CPU
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.ReleaseExamplePlugin|Any CPU.ActiveCfg = ReleaseExamplePlugin|Any CPU
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.ReleaseExamplePlugin|Any CPU.Build.0 = ReleaseExamplePlugin|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {276A69A8-7460-412D-B5E8-243A7F614FDE}
EndGlobalSection
EndGlobal