-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathR3D-cs.sln
More file actions
36 lines (36 loc) · 2.04 KB
/
Copy pathR3D-cs.sln
File metadata and controls
36 lines (36 loc) · 2.04 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R3D-cs", "R3D-cs\R3D-cs.csproj", "{0B9D8A56-59CA-4326-97D0-78B912B8E49D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{8ABE227C-3208-4001-9025-EBC8819FCD4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R3D-cs.GenerateBindings", "R3D-cs.GenerateBindings\R3D-cs.GenerateBindings.csproj", "{4E98AA47-D1F2-4FDF-8B01-CB7F9C1876D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D4BD3E9-D2F3-437D-992C-0600C35B2BC0}"
ProjectSection(SolutionItems) = preProject
CLAUDE.md = CLAUDE.md
LICENSE = LICENSE
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B9D8A56-59CA-4326-97D0-78B912B8E49D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B9D8A56-59CA-4326-97D0-78B912B8E49D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B9D8A56-59CA-4326-97D0-78B912B8E49D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B9D8A56-59CA-4326-97D0-78B912B8E49D}.Release|Any CPU.Build.0 = Release|Any CPU
{8ABE227C-3208-4001-9025-EBC8819FCD4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ABE227C-3208-4001-9025-EBC8819FCD4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ABE227C-3208-4001-9025-EBC8819FCD4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ABE227C-3208-4001-9025-EBC8819FCD4C}.Release|Any CPU.Build.0 = Release|Any CPU
{4E98AA47-D1F2-4FDF-8B01-CB7F9C1876D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E98AA47-D1F2-4FDF-8B01-CB7F9C1876D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E98AA47-D1F2-4FDF-8B01-CB7F9C1876D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E98AA47-D1F2-4FDF-8B01-CB7F9C1876D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal