This repository was archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathBuildAMation.sln
More file actions
45 lines (45 loc) · 2.43 KB
/
BuildAMation.sln
File metadata and controls
45 lines (45 loc) · 2.43 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
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bam", "Bam\Bam.csproj", "{261CF4FA-E83C-4FED-A6B6-BFAC814DEB57}"
ProjectSection(ProjectDependencies) = postProject
{273159D1-E0F0-48E5-8B45-B8BC6B5617F0} = {273159D1-E0F0-48E5-8B45-B8BC6B5617F0}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bam.Core", "Bam.Core\Bam.Core.csproj", "{273159D1-E0F0-48E5-8B45-B8BC6B5617F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bam.Core.Test", "Bam.Core.Test\Bam.Core.Test.csproj", "{691B4CC1-2BAD-403F-BEC0-CFC835018783}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19BB17E2-FF91-48B6-BB59-F1AAD5A3DC31}"
ProjectSection(SolutionItems) = preProject
Common\RuleSet1.ruleset = Common\RuleSet1.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{261CF4FA-E83C-4FED-A6B6-BFAC814DEB57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{261CF4FA-E83C-4FED-A6B6-BFAC814DEB57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{261CF4FA-E83C-4FED-A6B6-BFAC814DEB57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{261CF4FA-E83C-4FED-A6B6-BFAC814DEB57}.Release|Any CPU.Build.0 = Release|Any CPU
{273159D1-E0F0-48E5-8B45-B8BC6B5617F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{273159D1-E0F0-48E5-8B45-B8BC6B5617F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{273159D1-E0F0-48E5-8B45-B8BC6B5617F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{273159D1-E0F0-48E5-8B45-B8BC6B5617F0}.Release|Any CPU.Build.0 = Release|Any CPU
{691B4CC1-2BAD-403F-BEC0-CFC835018783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{691B4CC1-2BAD-403F-BEC0-CFC835018783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{691B4CC1-2BAD-403F-BEC0-CFC835018783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{691B4CC1-2BAD-403F-BEC0-CFC835018783}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77FC7B44-D2EC-406B-BE7B-2F535CC4B269}
EndGlobalSection
EndGlobal