First commit
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Verdana</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>10</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
|
||||
<CharacterRegion>
|
||||
<Start>À</Start>
|
||||
<End>ə</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{8C1D2051-F0F3-457B-AAAE-4E155FC7C75C}</ProjectGuid>
|
||||
<ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Windows</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Sbmr_contentContentContent</RootNamespace>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
|
||||
<MonoGamePlatform>Windows</MonoGamePlatform>
|
||||
<OutputPath>bin\$(MonoGamePlatform)\$(Configuration)</OutputPath>
|
||||
<ContentRootDirectory>Content</ContentRootDirectory>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
|
||||
<MonoGamePlatform>Windows</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Windows8' ">
|
||||
<MonoGamePlatform>Windows8</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Android' ">
|
||||
<MonoGamePlatform>Android</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'iOS' ">
|
||||
<MonoGamePlatform>iOS</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'OSX' ">
|
||||
<MonoGamePlatform>OSX</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Linux' ">
|
||||
<MonoGamePlatform>Linux</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'PSM' ">
|
||||
<MonoGamePlatform>PSM</MonoGamePlatform>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters" />
|
||||
<Reference Include="MonoGameContentProcessors">
|
||||
<HintPath>$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGameContentProcessors.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="SpriteFont1.spritefont">
|
||||
<Name>SpriteFont1</Name>
|
||||
<Importer>FontDescriptionImporter</Importer>
|
||||
<Processor>FontDescriptionProcessor</Processor>
|
||||
<SubType>Designer</SubType>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
|
||||
<!--
|
||||
To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
BIN
Binary file not shown.
+16
@@ -0,0 +1,16 @@
|
||||
D:\Omat tiedostot\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Downloads\SBMR\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809_2\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR_2909\SBMR_2909\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR_2710\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_2111\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_2811\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1312\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_contentContent\obj\PSM\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
BIN
Binary file not shown.
+32
@@ -0,0 +1,32 @@
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_contentContent\obj\PSM\Subsurface_contentContent.contentprojResolveAssemblyReference.cache
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+2
@@ -0,0 +1,2 @@
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_contentContent\obj\Windows\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_contentContent\obj\Windows\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_contentContent\obj\Windows8\Sbmr_contentContent.contentprojResolveAssemblyReference.cache
|
||||
Reference in New Issue
Block a user