-
Notifications
You must be signed in to change notification settings - Fork 0
/
CppSharpExample.sln
79 lines (79 loc) · 5.04 KB
/
CppSharpExample.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33417.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppLibrary", "CppLibrary\CppLibrary.vcxproj", "{ABE617BE-1408-4D31-9869-E94E890F3252}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CppSharpExampleGen", "CppSharpExampleGen\CppSharpExampleGen.csproj", "{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CppSharpExampleNET", "CppSharpExampleNET\CppSharpExampleNET.csproj", "{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppNET", "ConsoleAppNET\ConsoleAppNET.csproj", "{46961500-593A-4BF9-A39C-4400EF4A4770}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABE617BE-1408-4D31-9869-E94E890F3252}.Debug|Any CPU.ActiveCfg = Debug|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Debug|Any CPU.Build.0 = Debug|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Debug|x64.ActiveCfg = Debug|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Debug|x64.Build.0 = Debug|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Debug|x86.ActiveCfg = Debug|Win32
{ABE617BE-1408-4D31-9869-E94E890F3252}.Debug|x86.Build.0 = Debug|Win32
{ABE617BE-1408-4D31-9869-E94E890F3252}.Release|Any CPU.ActiveCfg = Release|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Release|Any CPU.Build.0 = Release|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Release|x64.ActiveCfg = Release|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Release|x64.Build.0 = Release|x64
{ABE617BE-1408-4D31-9869-E94E890F3252}.Release|x86.ActiveCfg = Release|Win32
{ABE617BE-1408-4D31-9869-E94E890F3252}.Release|x86.Build.0 = Release|Win32
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Debug|x64.ActiveCfg = Debug|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Debug|x64.Build.0 = Debug|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Debug|x86.ActiveCfg = Debug|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Debug|x86.Build.0 = Debug|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Release|Any CPU.Build.0 = Release|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Release|x64.ActiveCfg = Release|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Release|x64.Build.0 = Release|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Release|x86.ActiveCfg = Release|Any CPU
{9225E3F8-83D8-40AF-AEE1-A4FEA2FAF781}.Release|x86.Build.0 = Release|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Debug|x64.ActiveCfg = Debug|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Debug|x64.Build.0 = Debug|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Debug|x86.ActiveCfg = Debug|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Debug|x86.Build.0 = Debug|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Release|Any CPU.Build.0 = Release|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Release|x64.ActiveCfg = Release|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Release|x64.Build.0 = Release|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Release|x86.ActiveCfg = Release|Any CPU
{B6BEA4F0-38D8-4FE6-8BCB-5CD091DEAC07}.Release|x86.Build.0 = Release|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Debug|x64.ActiveCfg = Debug|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Debug|x64.Build.0 = Debug|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Debug|x86.ActiveCfg = Debug|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Debug|x86.Build.0 = Debug|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Release|Any CPU.Build.0 = Release|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Release|x64.ActiveCfg = Release|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Release|x64.Build.0 = Release|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Release|x86.ActiveCfg = Release|Any CPU
{46961500-593A-4BF9-A39C-4400EF4A4770}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4DC29F1-F227-4944-85CF-A90875AAE116}
EndGlobalSection
EndGlobal