From 472361c839328d865bd059f825bb19232137cb34 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Tue, 20 Dec 2022 01:54:59 -0600 Subject: [PATCH] Split common props into file --- Directory.Build.props | 51 ++++++++++++++++++++++++++++++ UIX.Debug/UIX.Debug.csproj | 15 +-------- UIX.RenderApi/UIX.RenderApi.csproj | 5 --- UIX/UIX.csproj | 19 +---------- 4 files changed, 53 insertions(+), 37 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..d731b1d --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,51 @@ + + + + Debug + x64 + 4.9.0.0 + $(ApplicationVersion) + $(ApplicationVersion) + latest + + net35;net40;net6.0;net6.0-windows10.0.22000 + AnyCPU;x64;x86 + + True + ..\36MSApp1024.snk + True + + False + + + + + + True + + $(DefineConstants);WINDOWS10 + $(DefineConstants);WINDOWS8 + + + + + + True + + + + + + + True + + + + + + 5.0.0.0 + $(DefineConstants);OPENZUNE + + \ No newline at end of file diff --git a/UIX.Debug/UIX.Debug.csproj b/UIX.Debug/UIX.Debug.csproj index 52567b0..c2d42f3 100644 --- a/UIX.Debug/UIX.Debug.csproj +++ b/UIX.Debug/UIX.Debug.csproj @@ -1,25 +1,12 @@  - net35;net40;net6.0;netstandard2.0 Microsoft.Iris.Debug - latest - - false - - true - - - + - - 5.0.0.0 - $(DefineConstants);OPENZUNE - - diff --git a/UIX.RenderApi/UIX.RenderApi.csproj b/UIX.RenderApi/UIX.RenderApi.csproj index 34427e5..10a8d7f 100644 --- a/UIX.RenderApi/UIX.RenderApi.csproj +++ b/UIX.RenderApi/UIX.RenderApi.csproj @@ -1,15 +1,10 @@  - net35;net40;net6.0 {CB2B7609-C7B8-4E2A-82D8-DD631B70B621} Library UIX.RenderApi false - 9 true - True - ..\36MSApp1024.snk - AnyCPU;x64;x86 \ No newline at end of file diff --git a/UIX/UIX.csproj b/UIX/UIX.csproj index 3ebe1c4..bd630e7 100644 --- a/UIX/UIX.csproj +++ b/UIX/UIX.csproj @@ -1,19 +1,11 @@  - net35;net40;net6.0 {78A8B08C-C0E9-4BAC-9AF6-58D3A55C05C9} - 4.8.0.0 Library UIX false - 9 true - True - ..\36MSApp1024.snk - AnyCPU;x64;x86 - - false @@ -21,10 +13,6 @@ - - true - - @@ -41,14 +29,9 @@ - + - - - 5.0.0.0 - $(DefineConstants);OPENZUNE - \ No newline at end of file