diff --git a/BeatmapCombinator/.vs/BeatmapCombinator.csproj.dtbcache.json b/BeatmapCombinator/.vs/BeatmapCombinator.csproj.dtbcache.json new file mode 100644 index 00000000..e8b9e532 --- /dev/null +++ b/BeatmapCombinator/.vs/BeatmapCombinator.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"D:\\Projects\\osu-stream\\BeatmapCombinator","ProjectFileName":"BeatmapCombinator.csproj","Configuration":"Debug|x86","FrameworkPath":"","Sources":[{"SourceFile":"BeatmapDifficulty.cs"},{"SourceFile":"FakeAudioTimeSource.cs"},{"SourceFile":"HitObjectLine.cs"},{"SourceFile":"Program.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"obj\\x86\\Debug\\.NETFramework,Version=v4.6.AssemblyAttributes.cs"}],"References":[{"Reference":"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\Projects\\osu-stream\\osu!stream\\OpenTK.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\Projects\\osu-stream\\osu!stream\\bin\\Debug\\osu!stream.exe","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Core\\v4.0_4.0.0.0__b77a5c561934e089\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Data.DataSetExtensions\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_32\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Xml.Linq\\v4.0_4.0.0.0__b77a5c561934e089\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\osu-stream\\BeatmapCombinator\\bin\\Debug\\BeatmapCombinator.exe","OutputItemRelativePath":"BeatmapCombinator.exe"},{"OutputItemFullPath":"D:\\Projects\\osu-stream\\BeatmapCombinator\\bin\\Debug\\BeatmapCombinator.pdb","OutputItemRelativePath":"BeatmapCombinator.pdb"}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/BeatmapCombinator/BeatmapCombinator.csproj b/BeatmapCombinator/BeatmapCombinator.csproj index 0d3bce94..0320f919 100644 --- a/BeatmapCombinator/BeatmapCombinator.csproj +++ b/BeatmapCombinator/BeatmapCombinator.csproj @@ -10,7 +10,7 @@ Properties BeatmapCombinator BeatmapCombinator - v4.6 + v4.8 512 @@ -68,6 +68,53 @@ false ;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Team Tools\Static Analysis Tools\FxCop\\Rules + + true + bin\x64\Debug\ + TRACE;DEBUG + true + full + x64 + 7.3 + prompt + true + + + bin\x64\Release\ + TRACE;DIST M4A + true + pdbonly + x64 + 7.3 + prompt + true + + + bin\x64\ReleaseNoEncryption\ + TRACE;M4A + true + pdbonly + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + false + false + true + + + bin\x64\ReleasePreview\ + TRACE;DIST M4A PREVIEW + true + ;2008 + pdbonly + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + false + true + ..\osu!stream\OpenTK.dll @@ -92,6 +139,9 @@ osu!stream_desktop + + + + + Migration Report +

+ Migration Report -

Overview

ProjectPathErrorsWarningsMessages
osu!stream_androidosu!stream\osu!stream_android.csproj100
Solutionosu!stream_android.sln001

Solution and projects

\ No newline at end of file diff --git a/osu!stream/.vs/osu!stream_desktop.csproj.dtbcache.json b/osu!stream/.vs/osu!stream_desktop.csproj.dtbcache.json new file mode 100644 index 00000000..e362bae7 --- /dev/null +++ b/osu!stream/.vs/osu!stream_desktop.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"D:\\Projects\\osu-stream\\osu!stream","ProjectFileName":"osu!stream_desktop.csproj","Configuration":"Debug|x86","FrameworkPath":"","Sources":[{"SourceFile":"AssetManager\\NativeAssetManager.cs"},{"SourceFile":"Audio\\AudioEngine.cs"},{"SourceFile":"Audio\\BackgroundAudioPlayerDesktop.cs"},{"SourceFile":"Audio\\ISoundEffectPlayer.cs"},{"SourceFile":"Audio\\IBackgroundAudioPlayer.cs"},{"SourceFile":"Audio\\SoundEffectPlayerBassDesktop.cs"},{"SourceFile":"Audio\\SoundEffectPlayerOpenAL.cs"},{"SourceFile":"Director.cs"},{"SourceFile":"GameBase.cs"},{"SourceFile":"GameModes\\Empty.cs"},{"SourceFile":"GameModes\\GameComponent.cs"},{"SourceFile":"GameModes\\GameMode.cs"},{"SourceFile":"GameModes\\MainMenu\\MainMenu.cs"},{"SourceFile":"GameModes\\MainMenu\\MainMenu_BeatMatching.cs"},{"SourceFile":"GameModes\\MainMenu\\MenuBackground.cs"},{"SourceFile":"GameModes\\MainMenu\\NewsButton.cs"},{"SourceFile":"GameModes\\Options\\Credits.cs"},{"SourceFile":"GameModes\\Options\\Options.cs"},{"SourceFile":"GameModes\\Play\\Components\\ComboCounter.cs"},{"SourceFile":"GameModes\\Play\\Components\\Countdown.cs"},{"SourceFile":"GameModes\\Play\\Components\\GuideFinger.cs"},{"SourceFile":"GameModes\\Play\\Components\\PauseMenu.cs"},{"SourceFile":"GameModes\\Play\\Components\\PlayfieldBackground.cs"},{"SourceFile":"GameModes\\Play\\Components\\ProgressDisplay.cs"},{"SourceFile":"GameModes\\Play\\Components\\ScoreDisplay.cs"},{"SourceFile":"GameModes\\Play\\Components\\StreamSwitchDisplay.cs"},{"SourceFile":"GameModes\\Play\\PlayCombinate.cs"},{"SourceFile":"GameModes\\Play\\Player.cs"},{"SourceFile":"GameModes\\Play\\PlayTest.cs"},{"SourceFile":"GameModes\\Play\\PreviewPlayer.cs"},{"SourceFile":"GameModes\\Play\\Rulesets\\Ruleset.cs"},{"SourceFile":"GameModes\\Play\\Tutorial.cs"},{"SourceFile":"GameModes\\PositioningTest.cs"},{"SourceFile":"GameModes\\Results\\Results.cs"},{"SourceFile":"GameModes\\Results\\ResultTransition.cs"},{"SourceFile":"GameModes\\SongSelect\\ScorePanel.cs"},{"SourceFile":"GameModes\\SongSelect\\SongSelect_Ranking.cs"},{"SourceFile":"GameModes\\SongSelect\\SongSelect.cs"},{"SourceFile":"GameModes\\SongSelect\\BackButton.cs"},{"SourceFile":"GameModes\\SongSelect\\BeatmapPanel.cs"},{"SourceFile":"GameModes\\SongSelect\\pTabController.cs"},{"SourceFile":"GameModes\\SongSelect\\SongSelect_DifficultySelection.cs"},{"SourceFile":"GameModes\\SongSelect\\SongSelect_SongInfo.cs"},{"SourceFile":"GameModes\\Store\\PackPanel.cs"},{"SourceFile":"GameModes\\Store\\StoreMode.cs"},{"SourceFile":"GameModes\\VideoPreview.cs"},{"SourceFile":"GameplayElements\\Beatmaps\\Beatmap.cs"},{"SourceFile":"GameplayElements\\Beatmaps\\BeatmapDifficultyInfo.cs"},{"SourceFile":"GameplayElements\\Beatmaps\\Beatmap_Timing.cs"},{"SourceFile":"GameplayElements\\Beatmaps\\ControlPoint.cs"},{"SourceFile":"GameplayElements\\Events\\Event.cs"},{"SourceFile":"GameplayElements\\HitFactory.cs"},{"SourceFile":"GameplayElements\\HitObjectManager.cs"},{"SourceFile":"GameplayElements\\HitObjectManagerPreview.cs"},{"SourceFile":"GameplayElements\\HitObjectManager_Load.cs"},{"SourceFile":"GameplayElements\\HitObjects\\HitObjectSpannable.cs"},{"SourceFile":"GameplayElements\\HitObjects\\Osu\\HitCircle.cs"},{"SourceFile":"GameplayElements\\HitObjects\\Osu\\HitFactoryOsu.cs"},{"SourceFile":"GameplayElements\\HitObjects\\HitObject.cs"},{"SourceFile":"GameplayElements\\HitObjects\\Osu\\HoldCircle.cs"},{"SourceFile":"GameplayElements\\HitObjects\\Osu\\Slider.cs"},{"SourceFile":"GameplayElements\\HitObjects\\Osu\\Spinner.cs"},{"SourceFile":"GameModes\\Play\\Components\\HealthBar.cs"},{"SourceFile":"GameplayElements\\Scoring\\Score.cs"},{"SourceFile":"Graphics\\Drawables\\CircularProgress.cs"},{"SourceFile":"Graphics\\Drawables\\ApproachCircle.cs"},{"SourceFile":"Graphics\\SpriteSheetTexture.cs"},{"SourceFile":"Graphics\\Sprites\\pQuad.cs"},{"SourceFile":"Graphics\\Sprites\\pSpriteDynamic.cs"},{"SourceFile":"Graphics\\Sprites\\pSpriteWeb.cs"},{"SourceFile":"Graphics\\Sprites\\SpriteManagerDraggable.cs"},{"SourceFile":"Graphics\\TextureManager_Load.cs"},{"SourceFile":"Graphics\\TouchBurster.cs"},{"SourceFile":"Graphics\\Primitives\\Line.cs"},{"SourceFile":"Graphics\\Renderers\\NativeTextRenderer.cs"},{"SourceFile":"Graphics\\Renderers\\NativeTextRendererDesktop.cs"},{"SourceFile":"Graphics\\Renderers\\SliderTrackRenderer.cs"},{"SourceFile":"Graphics\\Sprites\\pButton.cs"},{"SourceFile":"Graphics\\Sprites\\pDrawable.cs"},{"SourceFile":"Graphics\\Sprites\\pRectangle.cs"},{"SourceFile":"Graphics\\Sprites\\pDrawable_Interaction.cs"},{"SourceFile":"Graphics\\Sprites\\pText.cs"},{"SourceFile":"Graphics\\TextureManager.cs"},{"SourceFile":"Helpers\\Audio\\AudioReader.cs"},{"SourceFile":"Helpers\\Audio\\AudioReaderException.cs"},{"SourceFile":"Helpers\\Audio\\Sound.cs"},{"SourceFile":"Helpers\\Audio\\SoundData.cs"},{"SourceFile":"Helpers\\Audio\\SoundFormat.cs"},{"SourceFile":"Helpers\\Audio\\WaveReader.cs"},{"SourceFile":"Helpers\\ColourHelper.cs"},{"SourceFile":"Helpers\\ListHelper.cs"},{"SourceFile":"Helpers\\osu!common\\Aes.cs"},{"SourceFile":"Helpers\\osu!common\\AesManaged.cs"},{"SourceFile":"Helpers\\osu!common\\bSerializable.cs"},{"SourceFile":"Helpers\\osu!common\\CryptoHelper.cs"},{"SourceFile":"Helpers\\osu!common\\DynamicDeserializer.cs"},{"SourceFile":"Helpers\\osu!common\\FastEncryptionProvider.cs"},{"SourceFile":"Helpers\\osu!common\\FastEncryptorStream.cs"},{"SourceFile":"Helpers\\osu!common\\FastRandom.cs"},{"SourceFile":"Helpers\\osu!common\\FastSerializer.cs"},{"SourceFile":"Helpers\\osu!common\\GeneralHelper.cs"},{"SourceFile":"Helpers\\osu!common\\MapPackage.cs"},{"SourceFile":"Helpers\\osu!common\\MapStream.cs"},{"SourceFile":"Helpers\\osu!common\\Scheduler.cs"},{"SourceFile":"Helpers\\pConfigManager.cs"},{"SourceFile":"Helpers\\pList.cs"},{"SourceFile":"Helpers\\pMathHelper.cs"},{"SourceFile":"Helpers\\UnixTimestamp.cs"},{"SourceFile":"Input\\Sources\\InputSourceBaanto.cs"},{"SourceFile":"Input\\Sources\\InputSource.cs"},{"SourceFile":"Input\\Sources\\InputSourceMouse.cs"},{"SourceFile":"Input\\Sources\\InputSourceRawBase.cs"},{"SourceFile":"Input\\Sources\\InputSourceRaw.cs"},{"SourceFile":"Input\\Sources\\UsbHID\\Interface.cs"},{"SourceFile":"Input\\Sources\\UsbHID\\USB\\HidDeclarations.cs"},{"SourceFile":"Input\\Sources\\UsbHID\\USB\\HIDUSBDevice.cs"},{"SourceFile":"Input\\Sources\\UsbHID\\USB\\ListWithEvent.cs"},{"SourceFile":"Input\\Sources\\UsbHID\\USB\\USBSharp.cs"},{"SourceFile":"Input\\TrackingPoint.cs"},{"SourceFile":"Libraries\\NetLib\\DataNetRequest.cs"},{"SourceFile":"Libraries\\NetLib\\FileNetRequest.cs"},{"SourceFile":"Libraries\\NetLib\\NetManager.cs"},{"SourceFile":"Libraries\\NetLib\\NetRequest.cs"},{"SourceFile":"Libraries\\NetLib\\StringNetRequest.cs"},{"SourceFile":"Localisation\\LocalisationManager.cs"},{"SourceFile":"Main.cs"},{"SourceFile":"GameplayElements\\BeatmapDatabase.cs"},{"SourceFile":"GameplayElements\\DifficultyManager.cs"},{"SourceFile":"Helpers\\Clock.cs"},{"SourceFile":"Helpers\\Delegates.cs"},{"SourceFile":"Graphics\\pTexture.cs"},{"SourceFile":"Graphics\\TextureGl.cs"},{"SourceFile":"Graphics\\Sprites\\SpriteManager.cs"},{"SourceFile":"Support\\Benchmarker.cs"},{"SourceFile":"Support\\CrashHandler.cs"},{"SourceFile":"Support\\FadeTransition.cs"},{"SourceFile":"Support\\DebugOverlay.cs"},{"SourceFile":"Support\\IDrawable.cs"},{"SourceFile":"Graphics\\Sprites\\pAnimation.cs"},{"SourceFile":"Graphics\\Sprites\\pSprite.cs"},{"SourceFile":"Graphics\\Sprites\\pSpriteCollection.cs"},{"SourceFile":"Graphics\\Sprites\\pSpriteText.cs"},{"SourceFile":"Graphics\\Sprites\\SpriteEffect.cs"},{"SourceFile":"Graphics\\Sprites\\Transform.cs"},{"SourceFile":"Input\\InputManager.cs"},{"SourceFile":"Constants.cs"},{"SourceFile":"Support\\Desktop\\GameBaseDesktop.cs"},{"SourceFile":"Support\\Desktop\\GameWindowDesktop.cs"},{"SourceFile":"Support\\ITimeSource.cs"},{"SourceFile":"Support\\IUpdateable.cs"},{"SourceFile":"Support\\Transition.cs"},{"SourceFile":"UI\\Notification.cs"},{"SourceFile":"UI\\SliderControl.cs"},{"SourceFile":"UI\\TextInputNotification.cs"},{"SourceFile":"obj\\x86\\Debug\\.NETFramework,Version=v4.5.AssemblyAttributes.cs"}],"References":[{"Reference":"D:\\Projects\\osu-stream\\osu!stream\\Bass.Net.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\Projects\\osu-stream\\osu!stream\\OpenTK.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Core\\v4.0_4.0.0.0__b77a5c561934e089\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_32\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Drawing\\v4.0_4.0.0.0__b03f5f7f11d50a3a\\System.Drawing.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Net.Http\\v4.0_4.0.0.0__b03f5f7f11d50a3a\\System.Net.Http.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System.Windows.Forms\\v4.0_4.0.0.0__b77a5c561934e089\\System.Windows.Forms.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\osu-stream\\osu!stream\\bin\\Debug\\osu!stream.exe","OutputItemRelativePath":"osu!stream.exe"},{"OutputItemFullPath":"D:\\Projects\\osu-stream\\osu!stream\\bin\\Debug\\osu!stream.pdb","OutputItemRelativePath":"osu!stream.pdb"}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/osu!stream/GameModes/Options/Options.cs b/osu!stream/GameModes/Options/Options.cs index f08b280c..3307a086 100644 --- a/osu!stream/GameModes/Options/Options.cs +++ b/osu!stream/GameModes/Options/Options.cs @@ -126,7 +126,7 @@ public override void Initialize() vPos += 60; - const int offset_range = 32; + const int offset_range = 300; universalOffsetSlider = new SliderControl(LocalisationManager.GetString(OsuString.UniversalOffset), (float)(Clock.USER_OFFSET + offset_range) / (offset_range * 2), new Vector2(button_x_offset - 30, vPos), delegate(float v) diff --git a/osu!stream/app.config b/osu!stream/app.config new file mode 100644 index 00000000..3e0e37cf --- /dev/null +++ b/osu!stream/app.config @@ -0,0 +1,3 @@ + + + diff --git a/osu!stream/osu!stream_desktop.csproj b/osu!stream/osu!stream_desktop.csproj index eb73f57b..717ed00a 100644 --- a/osu!stream/osu!stream_desktop.csproj +++ b/osu!stream/osu!stream_desktop.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -9,7 +9,8 @@ WinExe osum osu!stream - v4.5 + v4.8 + true @@ -58,6 +59,41 @@ osu!s.ico + + true + bin\x64\Debug\ + DEBUG OSUM MONO MAPPER + true + full + x64 + false + 7.3 + prompt + true + + + true + bin\x64\Release\ + TRACE;DEBUG;MONO OSUM DIST + true + full + x64 + 7.3 + prompt + true + + + true + bin\x64\ReleaseNoEncryption\ + TRACE;DEBUG;MONO OSUM + true + pdbonly + x64 + 7.3 + prompt + MinimumRecommendedRules.ruleset + true + @@ -484,6 +520,7 @@ + PreserveNewest diff --git a/osu!stream_desktop.sln b/osu!stream_desktop.sln index 6adf2fef..3e7bfe2f 100644 --- a/osu!stream_desktop.sln +++ b/osu!stream_desktop.sln @@ -1,7 +1,9 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu!stream", "osu!stream\osu!stream_desktop.csproj", "{2698AF2E-F64B-4D61-99F3-52EF2D215F2F}" +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.35027.167 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "osu!stream_desktop", "osu!stream\osu!stream_desktop.csproj", "{2698AF2E-F64B-4D61-99F3-52EF2D215F2F}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatmapCombinator", "BeatmapCombinator\BeatmapCombinator.csproj", "{EE17F8FB-6F6F-41CC-B384-7CC9FF1B1CCF}" EndProject @@ -36,12 +38,12 @@ Global {EE17F8FB-6F6F-41CC-B384-7CC9FF1B1CCF}.ReleaseNoEncryption|x86.ActiveCfg = ReleaseNoEncryption|x86 {EE17F8FB-6F6F-41CC-B384-7CC9FF1B1CCF}.ReleaseNoEncryption|x86.Build.0 = ReleaseNoEncryption|x86 {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.Debug|x86.ActiveCfg = Debug|Any CPU - {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.Release|x86.ActiveCfg = Release|Any CPU - {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.ReleaseLocal|x86.ActiveCfg = Release|Any CPU - {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.ReleaseNoEncryption|x86.ActiveCfg = Release|Any CPU {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.Debug|x86.Build.0 = Debug|Any CPU + {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.Release|x86.ActiveCfg = Release|Any CPU {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.Release|x86.Build.0 = Release|Any CPU + {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.ReleaseLocal|x86.ActiveCfg = Release|Any CPU {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.ReleaseLocal|x86.Build.0 = Release|Any CPU + {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.ReleaseNoEncryption|x86.ActiveCfg = Release|Any CPU {1AC0A15F-98D2-477D-A620-A8F7B79935F4}.ReleaseNoEncryption|x86.Build.0 = Release|Any CPU {C6404F0D-4669-4D8D-ABD5-22107C83D7D4}.Debug|x86.ActiveCfg = Debug|x86 {C6404F0D-4669-4D8D-ABD5-22107C83D7D4}.Debug|x86.Build.0 = Debug|x86 @@ -63,6 +65,9 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5D74709A-FB94-425F-B736-0E1EA7D420A7} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = osum\osum.csproj EndGlobalSection diff --git a/sspack/.vs/sspack.csproj.dtbcache.json b/sspack/.vs/sspack.csproj.dtbcache.json new file mode 100644 index 00000000..508de814 --- /dev/null +++ b/sspack/.vs/sspack.csproj.dtbcache.json @@ -0,0 +1 @@ +{"RootPath":"D:\\Projects\\osu-stream\\sspack","ProjectFileName":"sspack.csproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Exporters\\BmpImageExporter.cs"},{"SourceFile":"Exporters\\JpegImageExporter.cs"},{"SourceFile":"Packing\\ArevaloRectanglePacker.cs"},{"SourceFile":"Constants.cs"},{"SourceFile":"Exporters\\Exporters.cs"},{"SourceFile":"Exporters\\PngImageExporter.cs"},{"SourceFile":"Exporters\\TxtMapExporter.cs"},{"SourceFile":"Exporters\\IImageExporter.cs"},{"SourceFile":"Exporters\\IMapExporter.cs"},{"SourceFile":"Packing\\ImagePacker.cs"},{"SourceFile":"Packing\\MiscHelper.cs"},{"SourceFile":"Packing\\OutOfSpaceException.cs"},{"SourceFile":"Program.cs"},{"SourceFile":"ProgramArguments.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"Packing\\RectanglePacker.cs"}],"References":[{"Reference":"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\osu-stream\\sspack\\bin\\Debug\\sspack.exe","OutputItemRelativePath":"sspack.exe"},{"OutputItemFullPath":"D:\\Projects\\osu-stream\\sspack\\bin\\Debug\\sspack.pdb","OutputItemRelativePath":"sspack.pdb"}],"CopyToOutputEntries":[]} \ No newline at end of file diff --git a/sspack/app.config b/sspack/app.config index 8494f728..99dca759 100644 --- a/sspack/app.config +++ b/sspack/app.config @@ -1,3 +1,3 @@ - + diff --git a/sspack/sspack.csproj b/sspack/sspack.csproj index b457a155..ad57c0d4 100644 --- a/sspack/sspack.csproj +++ b/sspack/sspack.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,9 +10,10 @@ Properties sspack sspack - v3.5 + v4.8 512 sspack.Program + true @@ -21,6 +22,7 @@ full AnyCPU prompt + false bin\Release\ @@ -29,6 +31,25 @@ pdbonly AnyCPU prompt + false + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + 7.3 + prompt + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + 7.3 + prompt