summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib/cti/system/int16
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/CoreMangLib/cti/system/int16')
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj5
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj5
24 files changed, 0 insertions, 120 deletions
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj
index 04a44e1f4b..3537f75437 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj
index 82461a2aa1..65ae0dc4dc 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj
index 79e713a66f..00d7a19d5e 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj
index 2b04967520..ddf84b7cc7 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj
index c2daa34dab..6c280743af 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj
index 1910c353ae..b76d40e12c 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj
index 02ce251856..3320f6dff5 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj
index c70132d86a..e355ba4a32 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj
index 4f572017b0..4d3d44783b 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj
index 6db031dd01..5d42e6eef9 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj
index 6250da6f61..ca216068b1 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj
index 1b1890a57d..4c26f01ee5 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj
index 1a259a6091..124bfb52e5 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj
index 285f1dc626..6905c8fa61 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj
index 2f1275877b..eaa48703ac 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj
index 097a14c501..584d43a97a 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj
index c885fe6973..f1eb931f2f 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj
index 356f611a12..6fb0c5caad 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj
index e6f0585f39..5a7e11c22b 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj
index 57a66d8b17..283834bf61 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj
index d72a9901cf..5eae3b1111 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj
index eeb0610ed4..b238db373e 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj
index d73aee0719..bc7ce2713a 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj
index 133b9c3717..4b4af63357 100644
--- a/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj
+++ b/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj
@@ -7,14 +7,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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>