From 7f7ed1c8f1ab5f76aba3913f52bc247b5a02e859 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 10 Oct 2019 02:21:29 +0300 Subject: [PATCH] Added Directory.Build.props file --- Directory.Build.props | 8 ++++++++ NDB.sln | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..718560b --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,8 @@ + + + 1.0.0 + Tudor Stanciu + STA + NDB hosting + + \ No newline at end of file diff --git a/NDB.sln b/NDB.sln index becd057..54eda68 100644 --- a/NDB.sln +++ b/NDB.sln @@ -3,12 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29324.140 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDB.Hosting.WindowsService", "NDB.Hosting.WindowsService\NDB.Hosting.WindowsService.csproj", "{F4AB0B71-6B14-402B-8B05-128AFB3E06D9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NDB.Hosting.WindowsService", "NDB.Hosting.WindowsService\NDB.Hosting.WindowsService.csproj", "{F4AB0B71-6B14-402B-8B05-128AFB3E06D9}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04D62D10-F984-44D7-8B26-8D055A4CBAF8}" ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore + Directory.Build.props = Directory.Build.props EndProjectSection EndProject Global