-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClassLibraryProjects.sln
More file actions
37 lines (37 loc) · 2.1 KB
/
ClassLibraryProjects.sln
File metadata and controls
37 lines (37 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WGCDynamics", "WGCDynamics\WGCDynamics.csproj", "{10D61639-0AF8-4C16-BBF5-AB1955DCD34A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WGCDynamics.Integrationstests", "WGCDynamics.Integrationstests\WGCDynamics.Integrationstests.csproj", "{4002C549-CB42-4E20-B494-E74540E07819}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WGCDynamics.Tests", "WGCDynamics.Tests\WGCDynamics.Tests.csproj", "{2CCFD77A-8BB2-4D65-AB39-22C5B33E48BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10D61639-0AF8-4C16-BBF5-AB1955DCD34A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D61639-0AF8-4C16-BBF5-AB1955DCD34A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D61639-0AF8-4C16-BBF5-AB1955DCD34A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D61639-0AF8-4C16-BBF5-AB1955DCD34A}.Release|Any CPU.Build.0 = Release|Any CPU
{4002C549-CB42-4E20-B494-E74540E07819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4002C549-CB42-4E20-B494-E74540E07819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4002C549-CB42-4E20-B494-E74540E07819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4002C549-CB42-4E20-B494-E74540E07819}.Release|Any CPU.Build.0 = Release|Any CPU
{2CCFD77A-8BB2-4D65-AB39-22C5B33E48BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCFD77A-8BB2-4D65-AB39-22C5B33E48BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCFD77A-8BB2-4D65-AB39-22C5B33E48BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCFD77A-8BB2-4D65-AB39-22C5B33E48BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1584B5F4-AEF6-4DAB-A862-E363FA4C282A}
EndGlobalSection
EndGlobal