forked from snys98/TypeScriptDefinitionGenerator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TypeScriptDefinitionGenerator.sln
46 lines (46 loc) · 2.56 KB
/
TypeScriptDefinitionGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27102.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{558B2E74-81C9-4A3B-B749-9BAA5A12E768}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeScriptDefinitionGenerator", "src\TypeScriptDefinitionGenerator\TypeScriptDefinitionGenerator.csproj", "{F8E2F6C6-880A-4C64-A9EE-0CF04F9C3CC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeScriptDefinitionGenerator.Tests", "tests\TypeScriptDefinitionGenerator.Tests\TypeScriptDefinitionGenerator.Tests.csproj", "{5BCC614E-E6DD-4624-A05C-43CB8897262F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary1", "tests\ClassLibrary1\ClassLibrary1.csproj", "{4699A92D-640D-4528-AD93-5905AD307F72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0D3148DE-5554-4F5A-A5D7-E5770FB9A174}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8E2F6C6-880A-4C64-A9EE-0CF04F9C3CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8E2F6C6-880A-4C64-A9EE-0CF04F9C3CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8E2F6C6-880A-4C64-A9EE-0CF04F9C3CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8E2F6C6-880A-4C64-A9EE-0CF04F9C3CC6}.Release|Any CPU.Build.0 = Release|Any CPU
{5BCC614E-E6DD-4624-A05C-43CB8897262F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BCC614E-E6DD-4624-A05C-43CB8897262F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BCC614E-E6DD-4624-A05C-43CB8897262F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BCC614E-E6DD-4624-A05C-43CB8897262F}.Release|Any CPU.Build.0 = Release|Any CPU
{4699A92D-640D-4528-AD93-5905AD307F72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4699A92D-640D-4528-AD93-5905AD307F72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4699A92D-640D-4528-AD93-5905AD307F72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4699A92D-640D-4528-AD93-5905AD307F72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC6BAC60-9DDC-4468-ACE9-60FB198B2FA1}
EndGlobalSection
EndGlobal