First commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Content\SpriteFont1.xnb
|
||||
@@ -0,0 +1 @@
|
||||
Content\SpriteFont1.xnb
|
||||
@@ -0,0 +1 @@
|
||||
Content\SpriteFont1.xnb
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.ContentPipeline.targets" />
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{1E6BF44D-6E31-40CC-8321-3D5958C983E7}</ProjectGuid>
|
||||
<ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Windows</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ContentBuilder</RootNamespace>
|
||||
<AssemblyName>IgnoreMe</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
||||
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
|
||||
<OutputPath>bin\$(Configuration)</OutputPath>
|
||||
<XnaPlatform>Windows</XnaPlatform>
|
||||
<XnaProfile>HiDef</XnaProfile>
|
||||
<XnaCrossPlatformGroupID>c5d15975-8253-40b2-a958-76a62addbeca</XnaCrossPlatformGroupID>
|
||||
<XnaOutputType>Library</XnaOutputType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
</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="mscorlib" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Subsurface_contentContent\Subsurface_contentContent.contentproj">
|
||||
<Name>Subsurface_contentContent</Name>
|
||||
<XnaReferenceType>Content</XnaReferenceType>
|
||||
<Project>{8C1D2051-F0F3-457B-AAAE-4E155FC7C75C}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.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>
|
||||
@@ -0,0 +1,2 @@
|
||||
Content\SpriteFont1.xnb
|
||||
Content\SpriteFont1.spritefont
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -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>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+60
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline">
|
||||
<Asset Type="Pipeline:BuildItemCollection">
|
||||
<Item>
|
||||
<Source>SpriteFont1.spritefont</Source>
|
||||
<Name>SpriteFont1</Name>
|
||||
<Importer>FontDescriptionImporter</Importer>
|
||||
<Processor>FontDescriptionProcessor</Processor>
|
||||
<Options>None</Options>
|
||||
<Output>C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb</Output>
|
||||
<Time>2015-04-14T20:09:38.363195+03:00</Time>
|
||||
</Item>
|
||||
<BuildSuccessful>true</BuildSuccessful>
|
||||
<Settings>
|
||||
<ContentProjectGUID>{8C1D2051-F0F3-457B-AAAE-4E155FC7C75C}</ContentProjectGUID>
|
||||
<TargetPlatform>Windows</TargetPlatform>
|
||||
<TargetProfile>HiDef</TargetProfile>
|
||||
<BuildConfiguration>PSM</BuildConfiguration>
|
||||
<CompressContent>false</CompressContent>
|
||||
<RootDirectory>C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_contentContent\</RootDirectory>
|
||||
<LoggerRootDirectory>C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\</LoggerRootDirectory>
|
||||
<IntermediateDirectory>C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\obj\PSM\</IntermediateDirectory>
|
||||
<OutputDirectory>C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\bin\PSM\Content\</OutputDirectory>
|
||||
</Settings>
|
||||
<Assemblies>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\MSBuild\MonoGame\v3.0\MonoGameContentProcessors.dll</Key>
|
||||
<Value>2015-02-12T06:10:24+02:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key>
|
||||
<Value>2014-09-15T20:04:13.234089+03:00</Value>
|
||||
</Assembly>
|
||||
</Assemblies>
|
||||
</Asset>
|
||||
</XnaContent>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
Windows.v4.0.HiDef
|
||||
+80
@@ -0,0 +1,80 @@
|
||||
D:\Omat tiedostot\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
D:\Omat tiedostot\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
D:\Omat tiedostot\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
D:\Omat tiedostot\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
D:\Omat tiedostot\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Downloads\SBMR\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Downloads\SBMR\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Downloads\SBMR\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Downloads\SBMR\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Downloads\SBMR\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
E:\CBGAM\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
E:\CBGAM\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809\SBMR_1509\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809_2\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809_2\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809_2\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809_2\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Documents\CBGAM\SBMR_1809_2\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR_2909\SBMR_2909\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
E:\CBGAM\SBMR_2909\SBMR_2909\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR_2909\SBMR_2909\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR_2909\SBMR_2909\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
E:\CBGAM\SBMR_2909\SBMR_2909\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
E:\CBGAM\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
E:\CBGAM\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR_2710\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
E:\CBGAM\SBMR_2710\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
E:\CBGAM\SBMR_2710\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
E:\CBGAM\SBMR_2710\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
E:\CBGAM\SBMR_2710\SBMR\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_2111\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_2111\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_2111\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_2111\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_2111\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_2811\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_2811\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_2811\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_2811\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_2811\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1312\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1312\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1312\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1312\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_1312\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\obj\PSM\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
BIN
Binary file not shown.
+198
@@ -0,0 +1,198 @@
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Sbmr_content\Sbmr_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1512\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\bin\PSM\Content\step.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\bin\PSM\Content\waterambience.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1712\Subsurface_content\Subsurface_content\bin\PSM\Content\waterstream.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\bin\PSM\Content\step.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\bin\PSM\Content\waterambience.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\bin\PSM\Content\waterstream.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_1912\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_2012\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_2712\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_2812\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0101\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0601\Subsurface_0101\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0801\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1001\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1501\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_2401\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_2801\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1102\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1402\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_2102\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_2702\Subsurface_2702 – Kopio\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0303\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0603\Subsurface_0303\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0803\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1030\Subsurface_1030\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll.CodeAnalysisLog.xml
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303 – Kopio – Kopio\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll.lastcodeanalysissucceeded
|
||||
C:\Users\Joonas\Desktop\Subsurface_1303\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0504\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_10_04\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_12_04\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface – Kopio\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_3004\Subsurface – Kopio\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0205\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_0805\Subsurface_0205\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\bin\PSM\Content\SpriteFont1.spritefont
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\bin\PSM\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\obj\PSM\Subsurface_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\obj\PSM\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\Subsurface_1005\Subsurface_content\Subsurface_content\obj\PSM\IgnoreMe.dll
|
||||
BIN
Binary file not shown.
+2
@@ -0,0 +1,2 @@
|
||||
Content\SpriteFont1.xnb
|
||||
Content\SpriteFont1.spritefont
|
||||
+60
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline">
|
||||
<Asset Type="Pipeline:BuildItemCollection">
|
||||
<Item>
|
||||
<Source>SpriteFont1.spritefont</Source>
|
||||
<Name>SpriteFont1</Name>
|
||||
<Importer>FontDescriptionImporter</Importer>
|
||||
<Processor>FontDescriptionProcessor</Processor>
|
||||
<Options>None</Options>
|
||||
<Output>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows\Content\SpriteFont1.xnb</Output>
|
||||
<Time>2014-08-09T18:03:17.8614245+03:00</Time>
|
||||
</Item>
|
||||
<BuildSuccessful>true</BuildSuccessful>
|
||||
<Settings>
|
||||
<ContentProjectGUID>{8C1D2051-F0F3-457B-AAAE-4E155FC7C75C}</ContentProjectGUID>
|
||||
<TargetPlatform>Windows</TargetPlatform>
|
||||
<TargetProfile>HiDef</TargetProfile>
|
||||
<BuildConfiguration>Windows</BuildConfiguration>
|
||||
<CompressContent>false</CompressContent>
|
||||
<RootDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_contentContent\</RootDirectory>
|
||||
<LoggerRootDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\</LoggerRootDirectory>
|
||||
<IntermediateDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows\</IntermediateDirectory>
|
||||
<OutputDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows\Content\</OutputDirectory>
|
||||
</Settings>
|
||||
<Assemblies>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\MSBuild\MonoGame\v3.0\MonoGameContentProcessors.dll</Key>
|
||||
<Value>2014-04-06T00:56:18+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key>
|
||||
<Value>2014-09-15T20:04:13.234089+03:00</Value>
|
||||
</Assembly>
|
||||
</Assemblies>
|
||||
</Asset>
|
||||
</XnaContent>
|
||||
BIN
Binary file not shown.
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
Windows.v4.0.HiDef
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\Windows\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\bin\Windows\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\Windows\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\Windows\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SMBR_1311\Sbmr_Solution\Sbmr_content\Sbmr_content\obj\Windows\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows\IgnoreMe.dll
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
Content\SpriteFont1.xnb
|
||||
+60
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline">
|
||||
<Asset Type="Pipeline:BuildItemCollection">
|
||||
<Item>
|
||||
<Source>SpriteFont1.spritefont</Source>
|
||||
<Name>SpriteFont1</Name>
|
||||
<Importer>FontDescriptionImporter</Importer>
|
||||
<Processor>FontDescriptionProcessor</Processor>
|
||||
<Options>None</Options>
|
||||
<Output>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows8\Content\SpriteFont1.xnb</Output>
|
||||
<Time>2014-08-09T18:03:17.8614245+03:00</Time>
|
||||
</Item>
|
||||
<BuildSuccessful>true</BuildSuccessful>
|
||||
<Settings>
|
||||
<ContentProjectGUID>{8C1D2051-F0F3-457B-AAAE-4E155FC7C75C}</ContentProjectGUID>
|
||||
<TargetPlatform>Windows</TargetPlatform>
|
||||
<TargetProfile>HiDef</TargetProfile>
|
||||
<BuildConfiguration>Windows8</BuildConfiguration>
|
||||
<CompressContent>false</CompressContent>
|
||||
<RootDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_contentContent\</RootDirectory>
|
||||
<LoggerRootDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\</LoggerRootDirectory>
|
||||
<IntermediateDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows8\</IntermediateDirectory>
|
||||
<OutputDirectory>C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows8\Content\</OutputDirectory>
|
||||
</Settings>
|
||||
<Assemblies>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\MSBuild\MonoGame\v3.0\MonoGameContentProcessors.dll</Key>
|
||||
<Value>2014-04-06T00:56:18+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key>
|
||||
<Value>2011-09-01T16:22:30+03:00</Value>
|
||||
</Assembly>
|
||||
<Assembly>
|
||||
<Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key>
|
||||
<Value>2014-09-15T20:04:13.234089+03:00</Value>
|
||||
</Assembly>
|
||||
</Assemblies>
|
||||
</Asset>
|
||||
</XnaContent>
|
||||
BIN
Binary file not shown.
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
Windows.v4.0.HiDef
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows8\Content\SpriteFont1.xnb
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\bin\Windows8\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows8\Microsoft.Xna.Framework.RuntimeProfile.txt
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows8\IgnoreMe.dll
|
||||
C:\Users\Joonas\Desktop\SBMR_3011\Sbmr_content\Sbmr_content\obj\Windows8\Sbmr_content.csprojResolveAssemblyReference.cache
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
Content\SpriteFont1.xnb
|
||||
Reference in New Issue
Block a user