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.

12 lines
362 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <PropertyGroup>
  4. <!--<PathMap>$(SolutionDir)=C:\</PathMap>-->
  5. <DebugType>portable</DebugType>
  6. <LangVersion>9</LangVersion>
  7. <NoWarn>CA1031</NoWarn>
  8. <WarningsAsErrors>$(WarningsAsErrors);nullable</WarningsAsErrors>
  9. <Nullable>disable</Nullable>
  10. </PropertyGroup>
  11. </Project>