summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj')
-rw-r--r--tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj b/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
index 2c498b1386..63da93f287 100644
--- a/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
+++ b/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
@@ -16,10 +16,8 @@
<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>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "></PropertyGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
@@ -27,9 +25,10 @@
</ItemGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
- <DebugType>PdbOnly</DebugType>
+ <DebugType>full</DebugType>
<NoLogo>True</NoLogo>
<DefineConstants>$(DefineConstants);DESKTOP</DefineConstants>
+ <Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="hfa_testC.cs" />
@@ -46,6 +45,5 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<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