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.

19 lines
577 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_PropertySheetDisplayName>Console Release Static</_PropertySheetDisplayName>
  5. <DefaultLinkage>static</DefaultLinkage>
  6. </PropertyGroup>
  7. <ImportGroup Label="PropertySheets">
  8. <Import Project="Release.props" />
  9. <Import Project="EXE.props" />
  10. </ImportGroup>
  11. <ItemDefinitionGroup>
  12. <ClCompile>
  13. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  14. </ClCompile>
  15. </ItemDefinitionGroup>
  16. </Project>