Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MK2k committed May 3, 2017
1 parent e528212 commit 592ef66
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 19 deletions.
15 changes: 15 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Metropolis Launcher
Copyright (C) 2017 MK2k

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
2 changes: 1 addition & 1 deletion Metropolis_Launcher/DataSets/DS_ML.vb
Original file line number Diff line number Diff line change
Expand Up @@ -4418,7 +4418,7 @@
''' <param name="row"></param>
''' <remarks></remarks>
Public Sub Upsert_Rom_Manager_tbl_Emu_Games(ByRef tran As SQLite.SQLiteTransaction, ByRef row As DataRow)
Dim Column_Blacklist As String() = {"ROMBASE_id_Moby_Platforms", "id_Emu_Games", "Rating_Gameplay", "Rating_Graphics", "Rating_Sound", "Rating_Story", "Rating_Personal", "Num_Played", "Num_Runtime"}
Dim Column_Blacklist As String() = {"ROMBASE_id_Moby_Platforms", "id_Emu_Games", "Rating_Gameplay", "Rating_Graphics", "Rating_Sound", "Rating_Story", "Rating_Personal", "Num_Played", "Num_Runtime", "deprecated"}

Dim id_Emu_Games As Object = Nothing
If TC.NZ(row("id_Emu_Games"), 0) > 0 Then
Expand Down
Binary file modified Metropolis_Launcher/Libs/DiscUtils.Common.dll
Binary file not shown.
Binary file modified Metropolis_Launcher/Libs/DiscUtils.dll
Binary file not shown.
40 changes: 22 additions & 18 deletions Metropolis_Launcher/Metropolis_Launcher.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -350,30 +350,15 @@
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="DiscUtils, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\DiscUtils.dll</HintPath>
</Reference>
<Reference Include="DiscUtils.Common, Version=0.11.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\DiscUtils.Common.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack">
<HintPath>..\..\..\Libraries\MKNetLib\MKNetLib\Dependencies\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="Interop.IWshRuntimeLibrary">
<HintPath>Libs\Interop.IWshRuntimeLibrary.dll</HintPath>
<Reference Include="Interop.IWshRuntimeLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<HintPath>..\..\..\Libraries\MKNetLib\MKNetLib\Dependencies\Interop.IWshRuntimeLibrary.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.DirectX.DirectInput, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="MKNetDXLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\MKNetDXLib.dll</HintPath>
</Reference>
<Reference Include="MKNetLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\MKNetLib.dll</HintPath>
</Reference>
<Reference Include="Ookii.Dialogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Libraries\MKNetLib\MKNetLib\Dependencies\Ookii.Dialogs.dll</HintPath>
Expand Down Expand Up @@ -1100,6 +1085,7 @@
<None Include="ml.chm">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ml.db" />
<None Include="ml.db_initial">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -1150,6 +1136,24 @@
<ItemGroup>
<Content Include="Notes\Metro_BGColors.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Libraries\DiscUtils\src\DiscUtils.csproj">
<Project>{dbb340f9-2386-43c2-a473-fa496cbe07a4}</Project>
<Name>DiscUtils</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\DiscUtils\utils\DiscUtils.Common\DiscUtils.Common.csproj">
<Project>{40f44fcf-5c77-404d-82bd-9e17bda5e04b}</Project>
<Name>DiscUtils.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MKNetDXLib\MKNetDXLib.vbproj">
<Project>{39539B52-FD58-435A-94D7-398C21984B04}</Project>
<Name>MKNetDXLib</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\MKNetLib\MKNetLib\MKNetLib.vbproj">
<Project>{5EFF8642-CD3B-498F-A50F-6F05B47325E2}</Project>
<Name>MKNetLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PublishFile Include="de\DevExpress.Data.v15.2.resources">
<Visible>False</Visible>
Expand Down
Binary file modified Metropolis_Launcher/ml.chm
Binary file not shown.

0 comments on commit 592ef66

Please sign in to comment.