From 1a31c058588d06573c62673a4a259199922b03e7 Mon Sep 17 00:00:00 2001 From: maniglia Date: Wed, 18 Oct 2023 12:05:26 +0200 Subject: [PATCH] Testing true --- .../KSociety.SharpCubeProgrammer.csproj | 2 ++ src/01/Programmer/Programmer.vcxproj | 10 ++++++++++ src/01/Programmer/Programmer.vcxproj.filters | 1 + src/01/Programmer/packages.config | 4 ++++ src/01/Samples/Programming/Programming.csproj | 2 +- 5 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/01/Programmer/packages.config diff --git a/src/01/KSociety.SharpCubeProgrammer/KSociety.SharpCubeProgrammer.csproj b/src/01/KSociety.SharpCubeProgrammer/KSociety.SharpCubeProgrammer.csproj index 7dc65db..42b794b 100644 --- a/src/01/KSociety.SharpCubeProgrammer/KSociety.SharpCubeProgrammer.csproj +++ b/src/01/KSociety.SharpCubeProgrammer/KSociety.SharpCubeProgrammer.csproj @@ -6,10 +6,12 @@ true AnyCPU;x64;x86 + true + diff --git a/src/01/Programmer/Programmer.vcxproj b/src/01/Programmer/Programmer.vcxproj index e3f2a3f..5a31efd 100644 --- a/src/01/Programmer/Programmer.vcxproj +++ b/src/01/Programmer/Programmer.vcxproj @@ -1,5 +1,6 @@ + Debug @@ -198,9 +199,18 @@ + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file diff --git a/src/01/Programmer/Programmer.vcxproj.filters b/src/01/Programmer/Programmer.vcxproj.filters index 46ff954..4c4add8 100644 --- a/src/01/Programmer/Programmer.vcxproj.filters +++ b/src/01/Programmer/Programmer.vcxproj.filters @@ -50,5 +50,6 @@ + \ No newline at end of file diff --git a/src/01/Programmer/packages.config b/src/01/Programmer/packages.config new file mode 100644 index 0000000..6a2edfc --- /dev/null +++ b/src/01/Programmer/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/01/Samples/Programming/Programming.csproj b/src/01/Samples/Programming/Programming.csproj index 13a7013..7267523 100644 --- a/src/01/Samples/Programming/Programming.csproj +++ b/src/01/Samples/Programming/Programming.csproj @@ -7,7 +7,7 @@ - +