Assignment for Location Calculation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
421 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ActiveDebugProfile>Docker</ActiveDebugProfile>
  5. <ShowAllFiles>true</ShowAllFiles>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  8. <DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
  9. </PropertyGroup>
  10. </Project>