Skip to content

Commit 5984b05

Browse files
committed
add s'more build configurations
1 parent 6970225 commit 5984b05

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CSync.sln

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,24 @@ Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
14+
DebugExamplePlugin|Any CPU = DebugExamplePlugin|Any CPU
15+
ReleaseExamplePlugin|Any CPU = ReleaseExamplePlugin|Any CPU
1416
EndGlobalSection
1517
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1618
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1719
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Debug|Any CPU.Build.0 = Debug|Any CPU
1820
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Release|Any CPU.ActiveCfg = Release|Any CPU
1921
{9B7C1321-3681-40AA-87C9-19904B3F4235}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{9B7C1321-3681-40AA-87C9-19904B3F4235}.DebugExamplePlugin|Any CPU.ActiveCfg = DebugExamplePlugin|Any CPU
23+
{9B7C1321-3681-40AA-87C9-19904B3F4235}.DebugExamplePlugin|Any CPU.Build.0 = DebugExamplePlugin|Any CPU
24+
{9B7C1321-3681-40AA-87C9-19904B3F4235}.ReleaseExamplePlugin|Any CPU.ActiveCfg = ReleaseExamplePlugin|Any CPU
25+
{9B7C1321-3681-40AA-87C9-19904B3F4235}.ReleaseExamplePlugin|Any CPU.Build.0 = ReleaseExamplePlugin|Any CPU
2026
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
2227
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.DebugExamplePlugin|Any CPU.ActiveCfg = DebugExamplePlugin|Any CPU
29+
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.DebugExamplePlugin|Any CPU.Build.0 = DebugExamplePlugin|Any CPU
30+
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.ReleaseExamplePlugin|Any CPU.ActiveCfg = ReleaseExamplePlugin|Any CPU
31+
{A372064A-9BE2-4382-867D-7ED1CA3FD2D4}.ReleaseExamplePlugin|Any CPU.Build.0 = ReleaseExamplePlugin|Any CPU
2432
EndGlobalSection
2533
GlobalSection(SolutionProperties) = preSolution
2634
HideSolutionNode = FALSE

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Build configurations -->
55
<PropertyGroup>
6-
<Configurations>Debug;Release</Configurations>
6+
<Configurations>Debug;Release;DebugExamplePlugin;ReleaseExamplePlugin</Configurations>
77
<Platforms>AnyCPU</Platforms>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)