From 6fa1a60df873dc0be6ef3a8549bd9c1b2dc1f652 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Wed, 15 Sep 2021 12:10:13 -0700 Subject: [PATCH] Add required csproj files --- .../VS_Snippets_CLR/math.sign/System.Math.Sign.csproj | 8 ++++++++ .../system.Math.SinCos/System.Math.SinCos.csproj | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 samples/snippets/csharp/VS_Snippets_CLR/math.sign/System.Math.Sign.csproj create mode 100644 samples/snippets/csharp/VS_Snippets_CLR_System/system.Math.SinCos/System.Math.SinCos.csproj diff --git a/samples/snippets/csharp/VS_Snippets_CLR/math.sign/System.Math.Sign.csproj b/samples/snippets/csharp/VS_Snippets_CLR/math.sign/System.Math.Sign.csproj new file mode 100644 index 00000000000..41f1d5ad4b2 --- /dev/null +++ b/samples/snippets/csharp/VS_Snippets_CLR/math.sign/System.Math.Sign.csproj @@ -0,0 +1,8 @@ + + + + Exe + net6.0 + + + diff --git a/samples/snippets/csharp/VS_Snippets_CLR_System/system.Math.SinCos/System.Math.SinCos.csproj b/samples/snippets/csharp/VS_Snippets_CLR_System/system.Math.SinCos/System.Math.SinCos.csproj new file mode 100644 index 00000000000..41f1d5ad4b2 --- /dev/null +++ b/samples/snippets/csharp/VS_Snippets_CLR_System/system.Math.SinCos/System.Math.SinCos.csproj @@ -0,0 +1,8 @@ + + + + Exe + net6.0 + + +