From 8523916acf85cdc4fde13955f8082d7be3e7f46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Tue, 9 Apr 2024 23:34:42 +0900 Subject: [PATCH] build(dotnet): add solution file --- .gitignore | 1 - ffi/dotnet/IronRdp.sln | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 ffi/dotnet/IronRdp.sln diff --git a/.gitignore b/.gitignore index 9f98469e..32e6b851 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,4 @@ *.suo *.ntvs* *.njsproj -*.sln *.sw? diff --git a/ffi/dotnet/IronRdp.sln b/ffi/dotnet/IronRdp.sln new file mode 100644 index 00000000..0cc29afb --- /dev/null +++ b/ffi/dotnet/IronRdp.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Devolutions.IronRdp", "Devolutions.IronRdp\Devolutions.IronRdp.csproj", "{BEB4C7E4-6A07-4BBC-9843-D87684723B51}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Devolutions.IronRdp.ConnectExample", "Devolutions.IronRdp.ConnectExample\Devolutions.IronRdp.ConnectExample.csproj", "{0AB621EB-F508-4879-9397-E33AF5649229}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BEB4C7E4-6A07-4BBC-9843-D87684723B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BEB4C7E4-6A07-4BBC-9843-D87684723B51}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BEB4C7E4-6A07-4BBC-9843-D87684723B51}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BEB4C7E4-6A07-4BBC-9843-D87684723B51}.Release|Any CPU.Build.0 = Release|Any CPU + {0AB621EB-F508-4879-9397-E33AF5649229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0AB621EB-F508-4879-9397-E33AF5649229}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0AB621EB-F508-4879-9397-E33AF5649229}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0AB621EB-F508-4879-9397-E33AF5649229}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal