summaryrefslogtreecommitdiff
path: root/tests/src/Exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Exceptions')
-rw-r--r--tests/src/Exceptions/Finalization/Finalizer.csproj4
-rw-r--r--tests/src/Exceptions/ForeignThread/CMakeLists.txt4
-rw-r--r--tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj5
3 files changed, 0 insertions, 13 deletions
diff --git a/tests/src/Exceptions/Finalization/Finalizer.csproj b/tests/src/Exceptions/Finalization/Finalizer.csproj
index e16a943412..51f5dfeb75 100644
--- a/tests/src/Exceptions/Finalization/Finalizer.csproj
+++ b/tests/src/Exceptions/Finalization/Finalizer.csproj
@@ -8,13 +8,9 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
<OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
<DefineConstants>$(DefineConstants);STATIC</DefineConstants>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
diff --git a/tests/src/Exceptions/ForeignThread/CMakeLists.txt b/tests/src/Exceptions/ForeignThread/CMakeLists.txt
index 78bde48d59..132dfeedbf 100644
--- a/tests/src/Exceptions/ForeignThread/CMakeLists.txt
+++ b/tests/src/Exceptions/ForeignThread/CMakeLists.txt
@@ -1,7 +1,5 @@
cmake_minimum_required (VERSION 2.6)
-if(NOT (CLR_CMAKE_TARGET_ARCH STREQUAL arm64))
-
project (ForeignThreadExceptionsNative)
include_directories(${INC_PLATFORM_DIR})
@@ -13,5 +11,3 @@ add_library (ForeignThreadExceptionsNative SHARED ${SOURCES})
# add the install targets
install (TARGETS ForeignThreadExceptionsNative DESTINATION bin)
-
-endif() \ No newline at end of file
diff --git a/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj b/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj
index 382de1bb23..de6a88473e 100644
--- a/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj
+++ b/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj
@@ -8,13 +8,8 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0}</ProjectGuid>
<OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <DisableProjectBuild Condition=" '$(Platform)' == 'arm64' ">true</DisableProjectBuild>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
<DefineConstants>$(DefineConstants);STATIC</DefineConstants>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->