forked from pankleks/TypeScriptBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TypeScriptBuilder.sln
49 lines (49 loc) · 2.89 KB
/
TypeScriptBuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeScriptBuilder", "src\TypeScriptBuilder\TypeScriptBuilder.csproj", "{B5BCA49F-589E-4745-AD91-E152E859BD88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test-Apps", "Test-Apps", "{97A63C88-C171-4C17-A737-16ED279D9E32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "tests\Test\Test.csproj", "{12E96AF4-BB8D-4326-A89C-5DDD9478E6AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestNet6", "tests\TestNet6\TestNet6.csproj", "{E504849A-C74F-436C-86D6-7ED3C814F5B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeScriptBuilder.Tests", "tests\TypeScriptBuilder.Tests\TypeScriptBuilder.Tests.csproj", "{F1D93C5C-25FF-4F1F-962A-D044C2B5F0B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5BCA49F-589E-4745-AD91-E152E859BD88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5BCA49F-589E-4745-AD91-E152E859BD88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5BCA49F-589E-4745-AD91-E152E859BD88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5BCA49F-589E-4745-AD91-E152E859BD88}.Release|Any CPU.Build.0 = Release|Any CPU
{12E96AF4-BB8D-4326-A89C-5DDD9478E6AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12E96AF4-BB8D-4326-A89C-5DDD9478E6AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12E96AF4-BB8D-4326-A89C-5DDD9478E6AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12E96AF4-BB8D-4326-A89C-5DDD9478E6AF}.Release|Any CPU.Build.0 = Release|Any CPU
{E504849A-C74F-436C-86D6-7ED3C814F5B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E504849A-C74F-436C-86D6-7ED3C814F5B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E504849A-C74F-436C-86D6-7ED3C814F5B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E504849A-C74F-436C-86D6-7ED3C814F5B3}.Release|Any CPU.Build.0 = Release|Any CPU
{F1D93C5C-25FF-4F1F-962A-D044C2B5F0B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1D93C5C-25FF-4F1F-962A-D044C2B5F0B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1D93C5C-25FF-4F1F-962A-D044C2B5F0B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1D93C5C-25FF-4F1F-962A-D044C2B5F0B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{12E96AF4-BB8D-4326-A89C-5DDD9478E6AF} = {97A63C88-C171-4C17-A737-16ED279D9E32}
{E504849A-C74F-436C-86D6-7ED3C814F5B3} = {97A63C88-C171-4C17-A737-16ED279D9E32}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF36F312-C032-472D-8E21-B80A13E33543}
EndGlobalSection
EndGlobal