Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored Dec 16, 2020
1 parent aa242ac commit 1a3bbd9
Show file tree
Hide file tree
Showing 11 changed files with 107 additions and 0 deletions.
54 changes: 54 additions & 0 deletions BMBF Corrupted songs detector.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{37F05F9E-330C-4303-AD7B-BA48D5DC95E0}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>BMBF_Corrupted_songs_detector</RootNamespace>
<AssemblyName>BMBF Corrupted songs detector</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
9 changes: 9 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ static void Main(string[] args)
found.Add(err);
}
}
else if(line.Contains("System.IO.FileStream"))
{
err = "FileStream Problem at line " + i;
if (!found.Contains(err))
{
found.Add(err);
}
}
}
else if(line.Substring(25, 3) == "MSG")
{
Expand All @@ -92,6 +100,7 @@ static void Main(string[] args)
}
Console.WriteLine("\ncommon fixes:");
Console.WriteLine("- Questom asset problem: tell the person to delete the songs with a unsupported cover format. If that doesn't help tell them to delete songs that failed to load.");
Console.WriteLine("- FileStream Problem: tell the persong to enable both permssions for BMBF in sidequest");
Console.WriteLine("\n---Log Start---");
foreach(String c in found)
{
Expand Down
36 changes: 36 additions & 0 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("BMBF Corrupted songs detector")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HP Inc.")]
[assembly: AssemblyProduct("BMBF Corrupted songs detector")]
[assembly: AssemblyCopyright("Copyright © HP Inc. 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
[assembly: ComVisible(false)]

// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
[assembly: Guid("37f05f9e-330c-4303-ad7b-ba48d5dc95e0")]

// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file modified bin/Debug/BMBF Corrupted songs detector.exe
Binary file not shown.
Binary file modified bin/Debug/BMBF Corrupted songs detector.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
277526e6458b7c0ee0115c49957c0929904d1374
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\bin\Debug\BMBF Corrupted songs detector.exe.config
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\bin\Debug\BMBF Corrupted songs detector.exe
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\bin\Debug\BMBF Corrupted songs detector.pdb
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\obj\Debug\BMBF Corrupted songs detector.csprojAssemblyReference.cache
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\obj\Debug\BMBF Corrupted songs detector.csproj.CoreCompileInputs.cache
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\obj\Debug\BMBF Corrupted songs detector.exe
D:\Visual Studio\BMBF Corrupted songs detector\BMBF Corrupted songs detector\obj\Debug\BMBF Corrupted songs detector.pdb
Binary file not shown.
Binary file added obj/Debug/BMBF Corrupted songs detector.exe
Binary file not shown.
Binary file added obj/Debug/BMBF Corrupted songs detector.pdb
Binary file not shown.
Binary file not shown.

0 comments on commit 1a3bbd9

Please sign in to comment.