123456789101112131415161718192021222324252627282930 |
- #----------------------------- Global Properties ----------------------------#
- /outputDir:bin/$(Platform)
- /intermediateDir:obj/$(Platform)
- /platform:Windows
- /config:
- /profile:Reach
- /compress:False
- #-------------------------------- References --------------------------------#
- /reference:..\..\..\Artifacts\Debug\Processors\netstandard2.0\Aether.Content.Pipeline.SLMCImporter.dll
- #---------------------------------- Content ---------------------------------#
- #begin font.spritefont
- /importer:FontDescriptionImporter
- /processor:FontDescriptionProcessor
- /processorParam:PremultiplyAlpha=True
- /processorParam:TextureFormat=Compressed
- /build:font.spritefont
- #begin b_c0123.slmc
- /importer:SLMCImporter
- /processor:SLMCProcessor
- /processorParam:TextureFormat=BGRA4444
- /processorParam:GenerateMipmaps=True
- /build:b_c0123.slmc
|