Skip to content

Commit

Permalink
Start
Browse files Browse the repository at this point in the history
  • Loading branch information
raflos committed Jan 9, 2019
1 parent cde12dd commit 9306985
Show file tree
Hide file tree
Showing 253 changed files with 677,055 additions and 0 deletions.
69 changes: 69 additions & 0 deletions Demo/Content/Content.mgcb
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

335 changes: 335 additions & 0 deletions Demo/Content/Font/Calibri48.fnt

Large diffs are not rendered by default.

Binary file added Demo/Content/Font/Calibri48_0.png
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 added Demo/Content/bin/DesktopGL/Content/test_image.xnb
Binary file not shown.
Binary file not shown.
Binary file added Demo/Content/bin/DesktopGL/Content/test_menu.xnb
Binary file not shown.
Binary file added Demo/Content/bin/DesktopGL/Font/Calibri48.xnb
Binary file not shown.
Binary file added Demo/Content/bin/DesktopGL/Font/Calibri48_0.xnb
Binary file not shown.
Binary file added Demo/Content/bin/DesktopGL/test_button.xnb
Binary file not shown.
Binary file added Demo/Content/bin/DesktopGL/test_button_s.xnb
Binary file not shown.
Binary file added Demo/Content/bin/DesktopGL/test_menu.xnb
Binary file not shown.
13 changes: 13 additions & 0 deletions Demo/Content/obj/DesktopGL/.mgcontent
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>
7 changes: 7 additions & 0 deletions Demo/Content/obj/DesktopGL/.mgstats
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
22 changes: 22 additions & 0 deletions Demo/Content/obj/DesktopGL/Content/.mgcontent
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>
7 changes: 7 additions & 0 deletions Demo/Content/obj/DesktopGL/Content/.mgstats
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 Demo/Content/obj/DesktopGL/Content/Font/Calibri48.mgcontent
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 Demo/Content/obj/DesktopGL/Content/Font/Calibri48_0.mgcontent
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>
42 changes: 42 additions & 0 deletions Demo/Content/obj/DesktopGL/Content/test_button.mgcontent
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>
42 changes: 42 additions & 0 deletions Demo/Content/obj/DesktopGL/Content/test_image.mgcontent
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>
42 changes: 42 additions & 0 deletions Demo/Content/obj/DesktopGL/Content/test_image_s.mgcontent
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>
42 changes: 42 additions & 0 deletions Demo/Content/obj/DesktopGL/Content/test_menu.mgcontent
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>
14 changes: 14 additions & 0 deletions Demo/Content/obj/DesktopGL/Font/Calibri48.mgcontent
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>
Loading

0 comments on commit 9306985

Please sign in to comment.