-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScriptCaster.sln
32 lines (32 loc) · 1.64 KB
/
ScriptCaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptCaster.Console", "ScriptCaster.Console\ScriptCaster.Console.csproj", "{20B573BB-E85C-4AFC-933F-9DCCD7CADDD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptCaster.Core", "ScriptCaster.Core\ScriptCaster.Core.csproj", "{E10D8E4B-5045-4027-8C88-5E2D15BF7F18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{0DE77440-061E-45C4-A980-D9D9CEF09753}"
ProjectSection(SolutionItems) = preProject
ScriptCaster.sln = ScriptCaster.sln
global.json = global.json
README.md = README.md
LICENSE = LICENSE
.gitignore = .gitignore
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20B573BB-E85C-4AFC-933F-9DCCD7CADDD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20B573BB-E85C-4AFC-933F-9DCCD7CADDD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20B573BB-E85C-4AFC-933F-9DCCD7CADDD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20B573BB-E85C-4AFC-933F-9DCCD7CADDD9}.Release|Any CPU.Build.0 = Release|Any CPU
{E10D8E4B-5045-4027-8C88-5E2D15BF7F18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10D8E4B-5045-4027-8C88-5E2D15BF7F18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10D8E4B-5045-4027-8C88-5E2D15BF7F18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10D8E4B-5045-4027-8C88-5E2D15BF7F18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal