mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
3.4 KiB
64 lines
3.4 KiB
|
|
Microsoft Visual Studio Solution File, Format Version 9.00 |
|
# Visual Studio 2005 |
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.VisualC.Interop", "Mono.VisualC.Interop\Mono.VisualC.Interop.csproj", "{4A864586-93C5-4DC1-8A80-F094A88506D7}" |
|
EndProject |
|
Project("{2857B73E-F847-4B02-9238-064979017E93}") = "CPPTestLib", "CPPTestLib\CPPTestLib.cproj", "{B01E6282-144E-481A-8E1F-95F708DFBC2D}" |
|
EndProject |
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}" |
|
EndProject |
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTest", "QtTest\QtTest.csproj", "{3EE6B50E-58FB-4391-AF01-3FCB1A29B0D7}" |
|
EndProject |
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtBindings", "QtBindings\QtBindings.csproj", "{66212CA6-B8C2-4307-ADDE-DAFEAAB339B9}" |
|
EndProject |
|
Global |
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|
Debug|Any CPU = Debug|Any CPU |
|
Release|Any CPU = Release|Any CPU |
|
EndGlobalSection |
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|
{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
{3C290CBE-CA39-47F6-B3A0-ACD16C5A38C8}.Release|Any CPU.Build.0 = Release|Any CPU |
|
{3EE6B50E-58FB-4391-AF01-3FCB1A29B0D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
{3EE6B50E-58FB-4391-AF01-3FCB1A29B0D7}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
{3EE6B50E-58FB-4391-AF01-3FCB1A29B0D7}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
{3EE6B50E-58FB-4391-AF01-3FCB1A29B0D7}.Release|Any CPU.Build.0 = Release|Any CPU |
|
{4A864586-93C5-4DC1-8A80-F094A88506D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
{4A864586-93C5-4DC1-8A80-F094A88506D7}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
{4A864586-93C5-4DC1-8A80-F094A88506D7}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
{4A864586-93C5-4DC1-8A80-F094A88506D7}.Release|Any CPU.Build.0 = Release|Any CPU |
|
{66212CA6-B8C2-4307-ADDE-DAFEAAB339B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
{66212CA6-B8C2-4307-ADDE-DAFEAAB339B9}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
{66212CA6-B8C2-4307-ADDE-DAFEAAB339B9}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
{66212CA6-B8C2-4307-ADDE-DAFEAAB339B9}.Release|Any CPU.Build.0 = Release|Any CPU |
|
{B01E6282-144E-481A-8E1F-95F708DFBC2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
{B01E6282-144E-481A-8E1F-95F708DFBC2D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
{B01E6282-144E-481A-8E1F-95F708DFBC2D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
{B01E6282-144E-481A-8E1F-95F708DFBC2D}.Release|Any CPU.Build.0 = Release|Any CPU |
|
EndGlobalSection |
|
GlobalSection(MonoDevelopProperties) = preSolution |
|
StartupItem = QtTest\QtTest.csproj |
|
Policies = $0 |
|
$0.TextStylePolicy = $1 |
|
$1.NoTabsAfterNonTabs = True |
|
$1.RemoveTrailingWhitespace = True |
|
$1.inheritsSet = Mono |
|
$1.inheritsScope = text/plain |
|
$1.scope = text/x-csharp |
|
$0.CSharpFormattingPolicy = $2 |
|
$2.NamespaceBraceStyle = EndOfLine |
|
$2.ClassBraceStyle = EndOfLine |
|
$2.InterfaceBraceStyle = EndOfLine |
|
$2.StructBraceStyle = EndOfLine |
|
$2.EnumBraceStyle = EndOfLine |
|
$2.inheritsSet = Mono |
|
$2.inheritsScope = text/x-csharp |
|
$2.scope = text/x-csharp |
|
$0.StandardHeader = $3 |
|
$3.Text = |
|
$3.inheritsSet = Apache2License |
|
name = CPPInterop |
|
EndGlobalSection |
|
EndGlobal
|
|
|