-
Notifications
You must be signed in to change notification settings - Fork 0
/
COMinNETCore.sln
49 lines (49 loc) · 3 KB
/
COMinNETCore.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 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "COMRefs", "COMRefs\COMRefs.csproj", "{D19FC0DA-FEB8-4C8C-8F85-888480972BA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{F55F9017-405D-4D02-B08E-97E7278A8A52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{60AC68FB-0C2D-45B7-A33A-502A5F65FAEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsFormsApp1", "WindowsFormsApp1\WindowsFormsApp1.csproj", "{D5A88BBF-E5FA-4B66-89C9-C198486AB84E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp2", "WindowsFormsApp2\WindowsFormsApp2.csproj", "{F5E90EAD-C178-41F8-BD2B-D747CD44225D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D19FC0DA-FEB8-4C8C-8F85-888480972BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D19FC0DA-FEB8-4C8C-8F85-888480972BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D19FC0DA-FEB8-4C8C-8F85-888480972BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D19FC0DA-FEB8-4C8C-8F85-888480972BA7}.Release|Any CPU.Build.0 = Release|Any CPU
{F55F9017-405D-4D02-B08E-97E7278A8A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F55F9017-405D-4D02-B08E-97E7278A8A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F55F9017-405D-4D02-B08E-97E7278A8A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F55F9017-405D-4D02-B08E-97E7278A8A52}.Release|Any CPU.Build.0 = Release|Any CPU
{60AC68FB-0C2D-45B7-A33A-502A5F65FAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60AC68FB-0C2D-45B7-A33A-502A5F65FAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60AC68FB-0C2D-45B7-A33A-502A5F65FAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60AC68FB-0C2D-45B7-A33A-502A5F65FAEF}.Release|Any CPU.Build.0 = Release|Any CPU
{D5A88BBF-E5FA-4B66-89C9-C198486AB84E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5A88BBF-E5FA-4B66-89C9-C198486AB84E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5A88BBF-E5FA-4B66-89C9-C198486AB84E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5A88BBF-E5FA-4B66-89C9-C198486AB84E}.Release|Any CPU.Build.0 = Release|Any CPU
{F5E90EAD-C178-41F8-BD2B-D747CD44225D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5E90EAD-C178-41F8-BD2B-D747CD44225D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5E90EAD-C178-41F8-BD2B-D747CD44225D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5E90EAD-C178-41F8-BD2B-D747CD44225D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E01C761-75AF-45EE-888C-FC704F858A8E}
EndGlobalSection
EndGlobal