1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #----------------------------- 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.TilemapImporter.dll
- #---------------------------------- Content ---------------------------------#
- #begin font.spritefont
- /importer:FontDescriptionImporter
- /processor:FontDescriptionProcessor
- /processorParam:PremultiplyAlpha=True
- /processorParam:TextureFormat=Compressed
- /build:font.spritefont
- #begin tilemapMipmap.tmx
- /importer:TilemapImporter
- /processor:TilemapProcessor
- /processorParam:MipmapsPerSprite=False
- /processorParam:ColorKeyColor=255,0,255,255
- /processorParam:ColorKeyEnabled=False
- /processorParam:GenerateMipmaps=True
- /processorParam:PremultiplyAlpha=True
- /processorParam:ResizeToPowerOfTwo=False
- /processorParam:MakeSquare=False
- /processorParam:TextureFormat=Color
- /build:tilemapMipmap.tmx
- #begin tilemapMipmapPerSprite.tmx
- /importer:TilemapImporter
- /processor:TilemapProcessor
- /processorParam:MipmapsPerSprite=True
- /processorParam:ColorKeyColor=255,0,255,255
- /processorParam:ColorKeyEnabled=False
- /processorParam:GenerateMipmaps=True
- /processorParam:PremultiplyAlpha=True
- /processorParam:ResizeToPowerOfTwo=False
- /processorParam:MakeSquare=False
- /processorParam:TextureFormat=Color
- /build:tilemapMipmapPerSprite.tmx
- #begin tilemapNoMipmap.tmx
- /importer:TilemapImporter
- /processor:TilemapProcessor
- /processorParam:MipmapsPerSprite=False
- /processorParam:ColorKeyColor=255,0,255,255
- /processorParam:ColorKeyEnabled=False
- /processorParam:GenerateMipmaps=False
- /processorParam:PremultiplyAlpha=True
- /processorParam:ResizeToPowerOfTwo=False
- /processorParam:MakeSquare=False
- /processorParam:TextureFormat=Color
- /build:tilemapNoMipmap.tmx
|