Converted file line endings to Windows CRLF.

--HG--
extra : convert_revision : svn%3Affd33b8c-2492-42e0-bdc5-587b920b7d6d/trunk%4050814
This commit is contained in:
Sean Fausett 2010-08-28 12:02:37 +00:00
parent 365e5723c1
commit 1221690d97
17 changed files with 496 additions and 496 deletions

View File

@ -1,4 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "Jellyfish.Library.FrameRateCounter.#frameRateControl")]

View File

@ -1,4 +1,4 @@
GNU GENERAL PUBLIC LICENSE
 GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,

View File

@ -1,3 +1,3 @@
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]

View File

@ -1,4 +1,4 @@
namespace Jellyfish.Virtu
namespace Jellyfish.Virtu
{
public sealed class NoSlotClock
{

View File

@ -1,4 +1,4 @@
<OutOfBrowserSettings ShortName="Virtu" EnableGPUAcceleration="False" ShowInstallMenuItem="True">
<OutOfBrowserSettings ShortName="Virtu" EnableGPUAcceleration="False" ShowInstallMenuItem="True">
<OutOfBrowserSettings.Blurb>Apple IIe Emulator</OutOfBrowserSettings.Blurb>
<OutOfBrowserSettings.WindowSettings>
<WindowSettings Title="Virtu" />

View File

@ -1,4 +1,4 @@
namespace Jellyfish.Virtu
namespace Jellyfish.Virtu
{
#if WINDOWS || XBOX
static class MainApp

View File

@ -1,4 +1,4 @@
using Jellyfish.Library;
using Jellyfish.Library;
using Jellyfish.Virtu.Services;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;