diff --git a/Stylet.Framework/Stylet.Framework.csproj b/Stylet.Framework/Stylet.Framework.csproj index eeca3f8..a351b6d 100644 --- a/Stylet.Framework/Stylet.Framework.csproj +++ b/Stylet.Framework/Stylet.Framework.csproj @@ -1,79 +1,36 @@ - - - + + - Debug - AnyCPU - {2435BD00-AC12-48B0-AD36-9BAB2FDEC3F5} Library - Properties + net45 + true + + false Stylet Stylet - v4.5 - 512 - - + - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - bin\Debug\Stylet.xml - latest + + + - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Stylet.xml - - - latest + + + + - - - - - - - - - - - - - - - + - MSBuild:Compile Designer + MSBuild:Compile MSBuild:Compile Designer - - - \ No newline at end of file diff --git a/StyletIntegrationTests.Core/StyletIntegrationTests.Core.csproj b/StyletIntegrationTests.Core/StyletIntegrationTests.Core.csproj index 03595e4..2366bb3 100644 --- a/StyletIntegrationTests.Core/StyletIntegrationTests.Core.csproj +++ b/StyletIntegrationTests.Core/StyletIntegrationTests.Core.csproj @@ -8,14 +8,7 @@ false StyletIntegrationTests StyletIntegrationTests - - - - - - - - + diff --git a/StyletIntegrationTests.Framework/StyletIntegrationTests.Framework.csproj b/StyletIntegrationTests.Framework/StyletIntegrationTests.Framework.csproj index 7efe8f0..c748a14 100644 --- a/StyletIntegrationTests.Framework/StyletIntegrationTests.Framework.csproj +++ b/StyletIntegrationTests.Framework/StyletIntegrationTests.Framework.csproj @@ -1,62 +1,26 @@ - - - + + - Debug - AnyCPU - {C6021258-7CAE-4BC2-A08E-8433019405B7} WinExe - Properties + net45 + true + + false StyletIntegrationTests StyletIntegrationTests - v4.5 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - + + - - - - - - - - - 4.0 - - - - + + - + MSBuild:Compile - Designer - + Designer @@ -71,18 +35,5 @@ MSBuild:Compile - - - {2435bd00-ac12-48b0-ad36-9bab2fdec3f5} - Stylet.Framework - - - - + \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 0000000..757b60c --- /dev/null +++ b/global.json @@ -0,0 +1,8 @@ +{ + "sdk": { + "version": "3.0.100-preview" + }, + "msbuild-sdks": { + "MSBuild.Sdk.Extras": "2.0.24" + } +} \ No newline at end of file