-
Notifications
You must be signed in to change notification settings - Fork 24
/
TypescriptSyntaxPasteSolution.sln
34 lines (34 loc) · 2.02 KB
/
TypescriptSyntaxPasteSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypescriptSyntaxPaste", "TypescriptSyntaxPaste\TypescriptSyntaxPaste.csproj", "{9FE49593-3450-441F-AB64-02DEF912B9B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypescriptSyntaxPaste.Tests", "TypescriptSyntaxPaste.Tests\TypescriptSyntaxPaste.Tests.csproj", "{2D69301B-A90B-4601-8330-A9A908332744}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypescriptSyntaxPaste.Console", "TypescriptSyntaxPaste.Console\TypescriptSyntaxPaste.Console.csproj", "{0155F584-BD9C-4D25-B3F6-D99D8772F030}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FE49593-3450-441F-AB64-02DEF912B9B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE49593-3450-441F-AB64-02DEF912B9B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE49593-3450-441F-AB64-02DEF912B9B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE49593-3450-441F-AB64-02DEF912B9B1}.Release|Any CPU.Build.0 = Release|Any CPU
{2D69301B-A90B-4601-8330-A9A908332744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D69301B-A90B-4601-8330-A9A908332744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D69301B-A90B-4601-8330-A9A908332744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D69301B-A90B-4601-8330-A9A908332744}.Release|Any CPU.Build.0 = Release|Any CPU
{0155F584-BD9C-4D25-B3F6-D99D8772F030}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0155F584-BD9C-4D25-B3F6-D99D8772F030}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0155F584-BD9C-4D25-B3F6-D99D8772F030}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0155F584-BD9C-4D25-B3F6-D99D8772F030}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal