From 768a144aa5a133703959cd8cad43a7b5b60d55a8 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 16 May 2020 19:03:35 +0000 Subject: [PATCH] Fix csproj's to build locally The solution could not build on a fresh Azure virtual desktop. It turns out that there were a couple of missing includes in the csproj's that needed fixing which were not apparent when building from the Visual Studio. --- src/.gitignore | 5 +++++ src/AasxCsharpLibrary/AasxCsharpLibrary.csproj | 2 +- src/AasxPluginBomStructure/AasxPluginBomStructure.csproj | 1 + src/AasxWpfControlLibrary/Resources/BuildDate.txt | 1 - src/MsaglWpfControl/MsaglWpfControl.csproj | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 src/.gitignore delete mode 100644 src/AasxWpfControlLibrary/Resources/BuildDate.txt diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 000000000..b3ad0b4a8 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,5 @@ +packages/ +*/bin/ +*/obj/ +**/BuildDate.txt +Microsoft.Net.Compilers.2.10.0/ \ No newline at end of file diff --git a/src/AasxCsharpLibrary/AasxCsharpLibrary.csproj b/src/AasxCsharpLibrary/AasxCsharpLibrary.csproj index edff7a816..27be8d61a 100644 --- a/src/AasxCsharpLibrary/AasxCsharpLibrary.csproj +++ b/src/AasxCsharpLibrary/AasxCsharpLibrary.csproj @@ -31,7 +31,7 @@ - ..\..\AasxRestrictedPlugins\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/src/AasxPluginBomStructure/AasxPluginBomStructure.csproj b/src/AasxPluginBomStructure/AasxPluginBomStructure.csproj index 9a923d63a..619917cd2 100644 --- a/src/AasxPluginBomStructure/AasxPluginBomStructure.csproj +++ b/src/AasxPluginBomStructure/AasxPluginBomStructure.csproj @@ -53,6 +53,7 @@ + diff --git a/src/AasxWpfControlLibrary/Resources/BuildDate.txt b/src/AasxWpfControlLibrary/Resources/BuildDate.txt deleted file mode 100644 index 24574e5a3..000000000 --- a/src/AasxWpfControlLibrary/Resources/BuildDate.txt +++ /dev/null @@ -1 +0,0 @@ -05.05.2020 diff --git a/src/MsaglWpfControl/MsaglWpfControl.csproj b/src/MsaglWpfControl/MsaglWpfControl.csproj index 9c969a455..15cc930e4 100644 --- a/src/MsaglWpfControl/MsaglWpfControl.csproj +++ b/src/MsaglWpfControl/MsaglWpfControl.csproj @@ -49,6 +49,7 @@ +