Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debugger-test-with-full-debug-type.csproj « debugger-test-with-full-debug-type « tests « debugger « wasm « mono « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eb1be9d8ea299cbe8097d48301546b80affb22e (plain)
1
2
3
4
5
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <DebugType>full</DebugType>
  </PropertyGroup>
</Project>