diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index 772ba2a265927865db1fd98718927912a7cdbafb..417d9077a2eddbb9e5100776126dca1f277123a6 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -3,17 +3,6 @@ - - - - <_CopyReferences>false - <_CopyProjectReferences>false - false - $(OutputPath)Exes\$(MSBuildProjectName)\ - - <_IsAnyUnitTest>true @@ -42,13 +31,6 @@ $(OutputPath)Dlls\$(MSBuildProjectName)\ - - - <_CopyReferences>false - false - $(OutputPath)Exes\ - - <_CopyReferences>false diff --git a/src/Compilers/Server/PortableServer/PortableServer.csproj b/src/Compilers/Server/PortableServer/PortableServer.csproj index b0178c8675d5ba5d3a465e0b85cb90726e0e7846..1b02e01f6e823b797c793e48c54e0f016981d818 100644 --- a/src/Compilers/Server/PortableServer/PortableServer.csproj +++ b/src/Compilers/Server/PortableServer/PortableServer.csproj @@ -18,7 +18,6 @@ netcoreapp1.1 win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;osx.10.10-x64 true - ExeNonDeployment @@ -74,4 +73,4 @@ - \ No newline at end of file + diff --git a/src/Tools/BuildBoss/.gitignore b/src/Tools/BuildBoss/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..031950aa841424f2bbf5f74f0e191c5b477ceeb3 --- /dev/null +++ b/src/Tools/BuildBoss/.gitignore @@ -0,0 +1 @@ +launchSettings.json diff --git a/src/Tools/BuildBoss/RoslynProjectData.cs b/src/Tools/BuildBoss/RoslynProjectData.cs index c9de2de0c205c30c2aebfb65e60510bccb91b7a7..929315785072cf7aadac07c717f1be96db72999a 100644 --- a/src/Tools/BuildBoss/RoslynProjectData.cs +++ b/src/Tools/BuildBoss/RoslynProjectData.cs @@ -30,8 +30,6 @@ internal static class RoslynProjectKindUtil { switch (value) { - case "ExeNonDeployment": - return RoslynProjectKind.ExeNonDeployment; case "UnitTestPortable": return RoslynProjectKind.UnitTestPortable; case "UnitTestDesktop":