summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj')
-rw-r--r--tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj b/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj
index 688884a7d0..0c4cde2e6b 100644
--- a/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj
+++ b/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj
@@ -16,9 +16,11 @@
<NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "></PropertyGroup>
+ <PropertyGroup>
+ <DebugType>PdbOnly</DebugType>
+ <Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
@@ -35,6 +37,5 @@
<ProjectReference Include="..\common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project>
+ <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
+</Project> \ No newline at end of file