-
Notifications
You must be signed in to change notification settings - Fork 4
/
ts-activex-gen.sln
48 lines (48 loc) · 2.67 KB
/
ts-activex-gen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf", "wpf\wpf.csproj", "{FC004189-23B5-4479-B06E-0019E7B423BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CA3661AC-3B72-4A23-BA42-FCEEDDA424DF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "common", "common\common.csproj", "{C6531877-8272-4302-959A-2FABB2663771}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tlibuilder", "tlibuilder\tlibuilder.csproj", "{A916F574-6AB0-4BED-9ED1-F0D4E4866F5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "idlbuilder", "idlbuilder\idlbuilder.csproj", "{FEDF776C-0051-42E1-A675-A8DED7AC140D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC004189-23B5-4479-B06E-0019E7B423BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC004189-23B5-4479-B06E-0019E7B423BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC004189-23B5-4479-B06E-0019E7B423BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC004189-23B5-4479-B06E-0019E7B423BC}.Release|Any CPU.Build.0 = Release|Any CPU
{C6531877-8272-4302-959A-2FABB2663771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6531877-8272-4302-959A-2FABB2663771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6531877-8272-4302-959A-2FABB2663771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6531877-8272-4302-959A-2FABB2663771}.Release|Any CPU.Build.0 = Release|Any CPU
{A916F574-6AB0-4BED-9ED1-F0D4E4866F5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A916F574-6AB0-4BED-9ED1-F0D4E4866F5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A916F574-6AB0-4BED-9ED1-F0D4E4866F5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A916F574-6AB0-4BED-9ED1-F0D4E4866F5A}.Release|Any CPU.Build.0 = Release|Any CPU
{FEDF776C-0051-42E1-A675-A8DED7AC140D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEDF776C-0051-42E1-A675-A8DED7AC140D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEDF776C-0051-42E1-A675-A8DED7AC140D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEDF776C-0051-42E1-A675-A8DED7AC140D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EF01D18-B316-4117-8E82-5DDB25A9D320}
EndGlobalSection
EndGlobal