-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathTypeScripter.sln
More file actions
49 lines (49 loc) · 3.07 KB
/
TypeScripter.sln
File metadata and controls
49 lines (49 loc) · 3.07 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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeScripter.Common", "TypeScripter.Common\TypeScripter.Common.csproj", "{9B31F514-32F9-4FC1-9D91-C47AD980EE9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeScripter.Attributes", "TypeScripter.Attributes\TypeScripter.Attributes.csproj", "{7ABC8FD1-8CBD-4291-BAA9-0EE651A4D8F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeScripter", "TypeScripter\TypeScripter.csproj", "{BD46BAD2-B8BB-4FEF-9A98-39C02043A117}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeScripter.NetCore", "TypeScripter.NetCore\TypeScripter.NetCore.csproj", "{E3ED57F3-BAB5-4B01-8A20-2B60FFE3D4C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Typescripter.Tests", "Typescripter.Tests\Typescripter.Tests.csproj", "{7820877F-63BF-44C7-9B80-8CA5BB691165}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B31F514-32F9-4FC1-9D91-C47AD980EE9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B31F514-32F9-4FC1-9D91-C47AD980EE9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B31F514-32F9-4FC1-9D91-C47AD980EE9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B31F514-32F9-4FC1-9D91-C47AD980EE9E}.Release|Any CPU.Build.0 = Release|Any CPU
{7ABC8FD1-8CBD-4291-BAA9-0EE651A4D8F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ABC8FD1-8CBD-4291-BAA9-0EE651A4D8F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ABC8FD1-8CBD-4291-BAA9-0EE651A4D8F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ABC8FD1-8CBD-4291-BAA9-0EE651A4D8F2}.Release|Any CPU.Build.0 = Release|Any CPU
{BD46BAD2-B8BB-4FEF-9A98-39C02043A117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD46BAD2-B8BB-4FEF-9A98-39C02043A117}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD46BAD2-B8BB-4FEF-9A98-39C02043A117}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD46BAD2-B8BB-4FEF-9A98-39C02043A117}.Release|Any CPU.Build.0 = Release|Any CPU
{E3ED57F3-BAB5-4B01-8A20-2B60FFE3D4C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3ED57F3-BAB5-4B01-8A20-2B60FFE3D4C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3ED57F3-BAB5-4B01-8A20-2B60FFE3D4C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3ED57F3-BAB5-4B01-8A20-2B60FFE3D4C9}.Release|Any CPU.Build.0 = Release|Any CPU
{7820877F-63BF-44C7-9B80-8CA5BB691165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7820877F-63BF-44C7-9B80-8CA5BB691165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7820877F-63BF-44C7-9B80-8CA5BB691165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7820877F-63BF-44C7-9B80-8CA5BB691165}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {201905BF-FC3D-4AD0-8020-ADD34D4080C4}
EndGlobalSection
EndGlobal