unibase.props 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="UserMacros">
  4. <ProjectRootDir>$(ProjectDir)..\..\</ProjectRootDir>
  5. <LibRootDir>$(SolutionDir)</LibRootDir>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  9. </PropertyGroup>
  10. <PropertyGroup>
  11. <UniBaseImported>true</UniBaseImported>
  12. </PropertyGroup>
  13. <ItemDefinitionGroup>
  14. <ClCompile>
  15. <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  16. <WarningLevel>Level4</WarningLevel>
  17. <TreatWarningAsError>true</TreatWarningAsError>
  18. <DisableSpecificWarnings>4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  19. </ClCompile>
  20. </ItemDefinitionGroup>
  21. <ItemGroup>
  22. <BuildMacro Include="ProjectRootDir">
  23. <Value>$(ProjectRootDir)</Value>
  24. </BuildMacro>
  25. <BuildMacro Include="LibRootDir">
  26. <Value>$(LibRootDir)</Value>
  27. </BuildMacro>
  28. </ItemGroup>
  29. </Project>