Skip to content

Commit

Permalink
Rename CppSharp.CppParser
Browse files Browse the repository at this point in the history
On Linux dotnet things are .dll and native things are .so, so names don't
conflict. Not so much on Windows...
  • Loading branch information
c committed Jun 6, 2024
1 parent ed62ea6 commit 91820e3
Show file tree
Hide file tree
Showing 33 changed files with 16 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion CppSharp.Parser/CppSharp.Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<ProjectReference Include="../CppSharp.AST/CppSharp.AST.csproj" />
<ProjectReference Include="../CppSharp.Core/CppSharp.Core.csproj" />
<ProjectReference Include="../CppSharp.CppParser/CppSharp.CppParser.csproj" />
<ProjectReference Include="../CppSharp.CppParser.Managed/CppSharp.CppParser.Managed.csproj" />
</ItemGroup>

</Project>
28 changes: 14 additions & 14 deletions CppSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.Parser", "CppSharp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.AST", "CppSharp.AST\CppSharp.AST.csproj", "{7B593DA9-2667-4558-AF79-8822389581A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.CppParser", "CppSharp.CppParser\CppSharp.CppParser.csproj", "{6049A13D-A86D-4377-B4FE-E8AFFF111224}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.Runtime", "CppSharp.Runtime\CppSharp.Runtime.csproj", "{EECC6B8D-E253-4837-A8E1-6C719DCBFB6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.Core", "CppSharp.Core\CppSharp.Core.csproj", "{0FF3E8FB-A835-4687-8BA5-1481FE0FC68D}"
Expand All @@ -19,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.Generator", "CppSh
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.Parser.Bootstrap", "CppSharp.Parser.Bootstrap\CppSharp.Parser.Bootstrap.csproj", "{A4CF99EF-EFE8-449F-8203-B010B9ABB856}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CppSharp.CppParser.Managed", "CppSharp.CppParser.Managed\CppSharp.CppParser.Managed.csproj", "{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -56,18 +56,6 @@ Global
{7B593DA9-2667-4558-AF79-8822389581A8}.Release|x64.Build.0 = Release|x64
{7B593DA9-2667-4558-AF79-8822389581A8}.Release|x86.ActiveCfg = Release|x86
{7B593DA9-2667-4558-AF79-8822389581A8}.Release|x86.Build.0 = Release|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Debug|Any CPU.ActiveCfg = Debug|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Debug|Any CPU.Build.0 = Debug|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Debug|x64.ActiveCfg = Debug|x64
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Debug|x64.Build.0 = Debug|x64
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Debug|x86.ActiveCfg = Debug|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Debug|x86.Build.0 = Debug|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Release|Any CPU.ActiveCfg = Release|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Release|Any CPU.Build.0 = Release|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Release|x64.ActiveCfg = Release|x64
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Release|x64.Build.0 = Release|x64
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Release|x86.ActiveCfg = Release|x86
{6049A13D-A86D-4377-B4FE-E8AFFF111224}.Release|x86.Build.0 = Release|x86
{EECC6B8D-E253-4837-A8E1-6C719DCBFB6E}.Debug|Any CPU.ActiveCfg = Debug|x86
{EECC6B8D-E253-4837-A8E1-6C719DCBFB6E}.Debug|Any CPU.Build.0 = Debug|x86
{EECC6B8D-E253-4837-A8E1-6C719DCBFB6E}.Debug|x64.ActiveCfg = Debug|x64
Expand Down Expand Up @@ -128,5 +116,17 @@ Global
{A4CF99EF-EFE8-449F-8203-B010B9ABB856}.Release|x64.Build.0 = Release|x64
{A4CF99EF-EFE8-449F-8203-B010B9ABB856}.Release|x86.ActiveCfg = Release|x86
{A4CF99EF-EFE8-449F-8203-B010B9ABB856}.Release|x86.Build.0 = Release|x86
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Debug|x64.ActiveCfg = Debug|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Debug|x64.Build.0 = Debug|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Debug|x86.ActiveCfg = Debug|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Debug|x86.Build.0 = Debug|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Release|Any CPU.Build.0 = Release|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Release|x64.ActiveCfg = Release|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Release|x64.Build.0 = Release|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Release|x86.ActiveCfg = Release|Any CPU
{393E415E-5C73-4AC0-9E7A-B7E27ECD7C50}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ pushd llvm ; ./build-llvm.sh ; popd
$ pushd CppSharp.CppParser.Native ; meson setup build -Dprefix=/home/c/dev/CppSharp -Dlibdir=bin/Debug/net8.0 ; meson install -C build ; popd
$ pushd CppSharp.CppParser ; meson setup build -Dprefix=/home/c/dev/CppSharp -Dlibdir=bin/Debug/net8.0 ; meson install -C build ; popd
$ dotnet run --project CppSharp.Parser.Bootstrap/CppSharp.Parser.Bootstrap.csproj --framework net8.0

0 comments on commit 91820e3

Please sign in to comment.