-
Notifications
You must be signed in to change notification settings - Fork 4
/
Yodii-Script.sln
59 lines (59 loc) · 3.29 KB
/
Yodii-Script.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0453B444-D4D8-402E-A2CB-B5E0821B071C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9BF04424-0B74-43A0-A324-9BB83E5197D6}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
NuGet.config = NuGet.config
README.md = README.md
RepositoryInfo.xml = RepositoryInfo.xml
Common\Shared.props = Common\Shared.props
Common\SharedKey.snk = Common\SharedKey.snk
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yodii.Script", "Yodii.Script\Yodii.Script.csproj", "{8703DD56-9C0C-4387-AF1D-3E28ED2F0B17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yodii.Script.Tests", "Tests\Yodii.Script.Tests\Yodii.Script.Tests.csproj", "{AFFD0ABF-57AC-49E3-8C02-5C34D580D3FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleConsole", "Tests\SimpleConsole\SimpleConsole.csproj", "{5176A775-B968-4522-A1A2-7DC7772684F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{4D95F08E-36B3-4BEE-BB27-CFA8E4CD189D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8703DD56-9C0C-4387-AF1D-3E28ED2F0B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8703DD56-9C0C-4387-AF1D-3E28ED2F0B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8703DD56-9C0C-4387-AF1D-3E28ED2F0B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8703DD56-9C0C-4387-AF1D-3E28ED2F0B17}.Release|Any CPU.Build.0 = Release|Any CPU
{AFFD0ABF-57AC-49E3-8C02-5C34D580D3FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFFD0ABF-57AC-49E3-8C02-5C34D580D3FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFFD0ABF-57AC-49E3-8C02-5C34D580D3FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFFD0ABF-57AC-49E3-8C02-5C34D580D3FC}.Release|Any CPU.Build.0 = Release|Any CPU
{5176A775-B968-4522-A1A2-7DC7772684F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5176A775-B968-4522-A1A2-7DC7772684F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5176A775-B968-4522-A1A2-7DC7772684F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5176A775-B968-4522-A1A2-7DC7772684F9}.Release|Any CPU.Build.0 = Release|Any CPU
{4D95F08E-36B3-4BEE-BB27-CFA8E4CD189D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D95F08E-36B3-4BEE-BB27-CFA8E4CD189D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D95F08E-36B3-4BEE-BB27-CFA8E4CD189D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D95F08E-36B3-4BEE-BB27-CFA8E4CD189D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AFFD0ABF-57AC-49E3-8C02-5C34D580D3FC} = {0453B444-D4D8-402E-A2CB-B5E0821B071C}
{5176A775-B968-4522-A1A2-7DC7772684F9} = {0453B444-D4D8-402E-A2CB-B5E0821B071C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31BADE94-6126-49E2-A65F-8107C21417B1}
EndGlobalSection
EndGlobal