-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
raflos
committed
Jan 9, 2019
1 parent
cde12dd
commit 9306985
Showing
253 changed files
with
677,055 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
|
||
#----------------------------- Global Properties ----------------------------# | ||
|
||
/outputDir:bin/$(Platform) | ||
/intermediateDir:obj/$(Platform) | ||
/platform:DesktopGL | ||
/config: | ||
/profile:Reach | ||
/compress:False | ||
|
||
#-------------------------------- References --------------------------------# | ||
|
||
/reference:..\..\packages\MonoGame.Extended.Content.Pipeline.1.1.0\tools\MonoGame.Extended.Content.Pipeline.dll | ||
|
||
#---------------------------------- Content ---------------------------------# | ||
|
||
#begin test_button.png | ||
/importer:TextureImporter | ||
/processor:TextureProcessor | ||
/processorParam:ColorKeyColor=255,0,255,255 | ||
/processorParam:ColorKeyEnabled=True | ||
/processorParam:GenerateMipmaps=True | ||
/processorParam:PremultiplyAlpha=True | ||
/processorParam:ResizeToPowerOfTwo=False | ||
/processorParam:MakeSquare=False | ||
/processorParam:TextureFormat=Color | ||
/build:test_button.png | ||
|
||
#begin test_button_s.png | ||
/importer:TextureImporter | ||
/processor:TextureProcessor | ||
/processorParam:ColorKeyColor=255,0,255,255 | ||
/processorParam:ColorKeyEnabled=True | ||
/processorParam:GenerateMipmaps=True | ||
/processorParam:PremultiplyAlpha=True | ||
/processorParam:ResizeToPowerOfTwo=False | ||
/processorParam:MakeSquare=False | ||
/processorParam:TextureFormat=Color | ||
/build:test_button_s.png | ||
|
||
#begin Font/Calibri48.fnt | ||
/importer:BitmapFontImporter | ||
/processor:BitmapFontProcessor | ||
/build:Font/Calibri48.fnt | ||
|
||
#begin Font/Calibri48_0.png | ||
/importer:TextureImporter | ||
/processor:TextureProcessor | ||
/processorParam:ColorKeyColor=255,0,255,255 | ||
/processorParam:ColorKeyEnabled=True | ||
/processorParam:GenerateMipmaps=True | ||
/processorParam:PremultiplyAlpha=True | ||
/processorParam:ResizeToPowerOfTwo=False | ||
/processorParam:MakeSquare=False | ||
/processorParam:TextureFormat=Color | ||
/build:Font/Calibri48_0.png | ||
|
||
#begin test_menu.png | ||
/importer:TextureImporter | ||
/processor:TextureProcessor | ||
/processorParam:ColorKeyColor=255,0,255,255 | ||
/processorParam:ColorKeyEnabled=True | ||
/processorParam:GenerateMipmaps=True | ||
/processorParam:PremultiplyAlpha=True | ||
/processorParam:ResizeToPowerOfTwo=False | ||
/processorParam:MakeSquare=False | ||
/processorParam:TextureFormat=Color | ||
/build:test_menu.png | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<SourceFileCollection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Profile>Reach</Profile> | ||
<Platform>DesktopGL</Platform> | ||
<Config /> | ||
<SourceFiles> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_button.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_button_s.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48.fnt</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48_0.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_menu.png</File> | ||
</SourceFiles> | ||
</SourceFileCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48.fnt","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Font/Calibri48.xnb","BitmapFontProcessor","BitmapFontProcessorResult",23694,6267,0.2100003 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48_0.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Font/Calibri48_0.xnb","TextureProcessor","Texture2DContent",26162,349641,0.1900003 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_button.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/test_button.xnb","TextureProcessor","Texture2DContent",1844,159869,0.02 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/test_image.xnb","TextureProcessor","Texture2DContent",5629,2559877,0.4100006 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image_s.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/test_image_s.xnb","TextureProcessor","Texture2DContent",1801,159869,0.02 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_menu.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/test_menu.xnb","TextureProcessor","Texture2DContent",5742,7077909,1.170002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<SourceFileCollection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Profile>Reach</Profile> | ||
<Platform>DesktopGL</Platform> | ||
<Config /> | ||
<SourceFiles> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48.fnt</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48_0.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_button.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image_s.png</File> | ||
<File>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_menu.png</File> | ||
</SourceFiles> | ||
<DestFiles> | ||
<File xsi:nil="true" /> | ||
<File xsi:nil="true" /> | ||
<File xsi:nil="true" /> | ||
<File xsi:nil="true" /> | ||
<File xsi:nil="true" /> | ||
<File xsi:nil="true" /> | ||
</DestFiles> | ||
</SourceFileCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48.fnt","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/Font/Calibri48.xnb","BitmapFontProcessor","BitmapFontProcessorResult",23694,6267,0.1420081 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48_0.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/Font/Calibri48_0.xnb","TextureProcessor","Texture2DContent",26162,349641,0.1970113 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_button.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_button.xnb","TextureProcessor","Texture2DContent",1844,159869,0.158009 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_image.xnb","TextureProcessor","Texture2DContent",5629,2559877,0.5110292 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image_s.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_image_s.xnb","TextureProcessor","Texture2DContent",1801,159869,0.1600091 | ||
"C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_menu.png","C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_menu.xnb","TextureProcessor","Texture2DContent",5742,7077909,1.194068 |
14 changes: 14 additions & 0 deletions
14
Demo/Content/obj/DesktopGL/Content/Font/Calibri48.mgcontent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48.fnt</SourceFile> | ||
<SourceTime>2018-11-26T07:59:47.3746313+01:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/Font/Calibri48.xnb</DestFile> | ||
<DestTime>2019-01-07T22:41:50.4721756+01:00</DestTime> | ||
<Importer>BitmapFontImporter</Importer> | ||
<ImporterTime>2018-05-23T20:26:24+02:00</ImporterTime> | ||
<Processor>BitmapFontProcessor</Processor> | ||
<ProcessorTime>2018-05-23T20:26:24+02:00</ProcessorTime> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
42 changes: 42 additions & 0 deletions
42
Demo/Content/obj/DesktopGL/Content/Font/Calibri48_0.mgcontent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48_0.png</SourceFile> | ||
<SourceTime>2018-11-26T07:59:47.4026329+01:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/Font/Calibri48_0.xnb</DestFile> | ||
<DestTime>2019-01-08T15:36:01.7612987+01:00</DestTime> | ||
<Importer>TextureImporter</Importer> | ||
<ImporterTime>2018-12-08T17:35:54+01:00</ImporterTime> | ||
<Processor>TextureProcessor</Processor> | ||
<ProcessorTime>2018-12-08T17:35:54+01:00</ProcessorTime> | ||
<Parameters> | ||
<Key>ColorKeyColor</Key> | ||
<Value>255,0,255,255</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ColorKeyEnabled</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>GenerateMipmaps</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>PremultiplyAlpha</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ResizeToPowerOfTwo</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>MakeSquare</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>TextureFormat</Key> | ||
<Value>Color</Value> | ||
</Parameters> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_button.png</SourceFile> | ||
<SourceTime>2018-12-30T09:00:33.6177779+01:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_button.xnb</DestFile> | ||
<DestTime>2018-12-30T09:21:17.6101727+01:00</DestTime> | ||
<Importer>TextureImporter</Importer> | ||
<ImporterTime>2018-12-08T17:35:54+01:00</ImporterTime> | ||
<Processor>TextureProcessor</Processor> | ||
<ProcessorTime>2018-12-08T17:35:54+01:00</ProcessorTime> | ||
<Parameters> | ||
<Key>ColorKeyColor</Key> | ||
<Value>255,0,255,255</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ColorKeyEnabled</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>GenerateMipmaps</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>PremultiplyAlpha</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ResizeToPowerOfTwo</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>MakeSquare</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>TextureFormat</Key> | ||
<Value>Color</Value> | ||
</Parameters> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image.png</SourceFile> | ||
<SourceTime>2018-12-16T18:50:49.6269019-08:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_image.xnb</DestFile> | ||
<DestTime>2018-12-16T18:53:28.8805648-08:00</DestTime> | ||
<Importer>TextureImporter</Importer> | ||
<ImporterTime>2018-12-08T08:35:54-08:00</ImporterTime> | ||
<Processor>TextureProcessor</Processor> | ||
<ProcessorTime>2018-12-08T08:35:54-08:00</ProcessorTime> | ||
<Parameters> | ||
<Key>ColorKeyColor</Key> | ||
<Value>255,0,255,255</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ColorKeyEnabled</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>GenerateMipmaps</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>PremultiplyAlpha</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ResizeToPowerOfTwo</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>MakeSquare</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>TextureFormat</Key> | ||
<Value>Color</Value> | ||
</Parameters> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_image_s.png</SourceFile> | ||
<SourceTime>2018-12-28T13:41:15.4050832-08:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_image_s.xnb</DestFile> | ||
<DestTime>2018-12-28T13:42:13.7570532-08:00</DestTime> | ||
<Importer>TextureImporter</Importer> | ||
<ImporterTime>2018-12-08T08:35:54-08:00</ImporterTime> | ||
<Processor>TextureProcessor</Processor> | ||
<ProcessorTime>2018-12-08T08:35:54-08:00</ProcessorTime> | ||
<Parameters> | ||
<Key>ColorKeyColor</Key> | ||
<Value>255,0,255,255</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ColorKeyEnabled</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>GenerateMipmaps</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>PremultiplyAlpha</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ResizeToPowerOfTwo</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>MakeSquare</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>TextureFormat</Key> | ||
<Value>Color</Value> | ||
</Parameters> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/test_menu.png</SourceFile> | ||
<SourceTime>2018-12-14T22:55:08.4177217-08:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Content/test_menu.xnb</DestFile> | ||
<DestTime>2018-12-16T18:53:30.0976344-08:00</DestTime> | ||
<Importer>TextureImporter</Importer> | ||
<ImporterTime>2018-12-08T08:35:54-08:00</ImporterTime> | ||
<Processor>TextureProcessor</Processor> | ||
<ProcessorTime>2018-12-08T08:35:54-08:00</ProcessorTime> | ||
<Parameters> | ||
<Key>ColorKeyColor</Key> | ||
<Value>255,0,255,255</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ColorKeyEnabled</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>GenerateMipmaps</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>PremultiplyAlpha</Key> | ||
<Value>True</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>ResizeToPowerOfTwo</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>MakeSquare</Key> | ||
<Value>False</Value> | ||
</Parameters> | ||
<Parameters> | ||
<Key>TextureFormat</Key> | ||
<Value>Color</Value> | ||
</Parameters> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PipelineBuildEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SourceFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/Font/Calibri48.fnt</SourceFile> | ||
<SourceTime>2018-11-26T07:59:47.3746313+01:00</SourceTime> | ||
<DestFile>C:/Users/Admin/source/repos/Intuitive GUI for Monogame/Demo/Content/bin/DesktopGL/Font/Calibri48.xnb</DestFile> | ||
<DestTime>2019-01-08T15:35:20.1537278+01:00</DestTime> | ||
<Importer>BitmapFontImporter</Importer> | ||
<ImporterTime>2018-05-23T20:26:24+02:00</ImporterTime> | ||
<Processor>BitmapFontProcessor</Processor> | ||
<ProcessorTime>2018-05-23T20:26:24+02:00</ProcessorTime> | ||
<Dependencies /> | ||
<BuildAsset /> | ||
<BuildOutput /> | ||
</PipelineBuildEvent> |
Oops, something went wrong.