-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnclang.sln
44 lines (44 loc) · 2.74 KB
/
nclang.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NClang", "NClang\NClang.csproj", "{5AE560F9-0E8E-488E-B6C4-3C8196F9013A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NClang.Tests", "NClang.Tests\NClang.Tests.csproj", "{48888D7C-D4F9-4A98-9C5C-2935987E0C34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{ABCC83D3-B687-4546-9DAB-BF2256E850D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PInvokeGenerator", "samples\PInvokeGenerator\PInvokeGenerator.csproj", "{69B867FF-7605-4E50-B931-9CA24BD90D33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CApiGenerator", "samples\CApiGenerator\CApiGenerator.csproj", "{B60DB5D3-C4EB-4B4B-9B19-EEB841DEDC8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48888D7C-D4F9-4A98-9C5C-2935987E0C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48888D7C-D4F9-4A98-9C5C-2935987E0C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48888D7C-D4F9-4A98-9C5C-2935987E0C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48888D7C-D4F9-4A98-9C5C-2935987E0C34}.Release|Any CPU.Build.0 = Release|Any CPU
{5AE560F9-0E8E-488E-B6C4-3C8196F9013A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AE560F9-0E8E-488E-B6C4-3C8196F9013A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AE560F9-0E8E-488E-B6C4-3C8196F9013A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AE560F9-0E8E-488E-B6C4-3C8196F9013A}.Release|Any CPU.Build.0 = Release|Any CPU
{69B867FF-7605-4E50-B931-9CA24BD90D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69B867FF-7605-4E50-B931-9CA24BD90D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69B867FF-7605-4E50-B931-9CA24BD90D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69B867FF-7605-4E50-B931-9CA24BD90D33}.Release|Any CPU.Build.0 = Release|Any CPU
{B60DB5D3-C4EB-4B4B-9B19-EEB841DEDC8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B60DB5D3-C4EB-4B4B-9B19-EEB841DEDC8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B60DB5D3-C4EB-4B4B-9B19-EEB841DEDC8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B60DB5D3-C4EB-4B4B-9B19-EEB841DEDC8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69B867FF-7605-4E50-B931-9CA24BD90D33} = {ABCC83D3-B687-4546-9DAB-BF2256E850D8}
{B60DB5D3-C4EB-4B4B-9B19-EEB841DEDC8E} = {ABCC83D3-B687-4546-9DAB-BF2256E850D8}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = samples\PInvokeGenerator\PInvokeGenerator.csproj
EndGlobalSection
EndGlobal