Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/projectSettingsUpdater.xml
/contentModel.xml
/modules.xml
/.idea.CarConverter.iml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="PROJECT_FILES" />
<option name="description" value="" />
</component>
</project>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="com.jetbrains.rider.android.RiderAndroidMiscFileCreationComponent">
<option name="ENSURE_MISC_FILE_EXISTS" value="true" />
</component>
</project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
</component>
</project>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>

View File

@@ -0,0 +1,9 @@
<Application x:Class="CarConverter.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CarConverter"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>

View File

@@ -0,0 +1,6 @@
namespace CarConverter {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App { }
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>{E1A6A9BF-6FF3-43F1-9A5F-AA5F2E7DD4F9}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>CarConverter</RootNamespace>
<AssemblyName>CarConverter</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</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="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>packages\Microsoft.WindowsAPICodePack-Core.1.1.0.0\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>packages\Microsoft.WindowsAPICodePack-Shell.1.1.0.0\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.ShellExtensions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>packages\Microsoft.WindowsAPICodePack-Shell.1.1.0.0\lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RageLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>Assets\RageLib.dll</HintPath>
</Reference>
<Reference Include="RageLib.GTA5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>Assets\RageLib.GTA5.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Assets" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarConverter", "CarConverter.csproj", "{E1A6A9BF-6FF3-43F1-9A5F-AA5F2E7DD4F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1A6A9BF-6FF3-43F1-9A5F-AA5F2E7DD4F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A6A9BF-6FF3-43F1-9A5F-AA5F2E7DD4F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A6A9BF-6FF3-43F1-9A5F-AA5F2E7DD4F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A6A9BF-6FF3-43F1-9A5F-AA5F2E7DD4F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

View File

@@ -0,0 +1,12 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CDirectXTex_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CHtmlAgilityPack_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CRageLib_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CRageLib_002EGTA5_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CSharpDX_002ED3DCompiler_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CSharpDX_002EDirect3D11_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CSharpDX_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CSharpDX_002EDXGI_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Cleon_005CDownloads_005Cgta_002Dtoolkit_002D0_002E0_002E8_005CSharpDX_002EMathematics_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CProgrammierstuff_005CC_0023_005CFiveM_005CCarConverter_005CAssets_005CRageLib_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CProgrammierstuff_005CC_0023_005CFiveM_005CCarConverter_005CAssets_005CRageLib_002EGTA5_002Edll/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

View File

@@ -0,0 +1,77 @@
<Window x:Class="CarConverter.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:CarConverter"
mc:Ignorable="d"
Title="CarConverter" Height="500" Width="800">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Grid Column="0" Background="Gray">
<Grid.RowDefinitions>
<RowDefinition Height="30"/>
<RowDefinition/>
</Grid.RowDefinitions>
<Label Grid.Row="0" Content="Resource Files" HorizontalAlignment="Center"/>
<StackPanel Grid.Row="1" Margin="5" Background="LightGray" AllowDrop="True" Drop="OnRPFDrop">
<TreeView x:Name="FoldersItem" Background="LightGray" BorderThickness="0" MouseDoubleClick="OnImplement">
<TreeView.ItemContainerStyle>
<Style TargetType="{x:Type TreeViewItem}">
<Setter Property="IsExpanded" Value="True" />
</Style>
</TreeView.ItemContainerStyle>
</TreeView>
</StackPanel>
</Grid>
<Grid Column="1" Background="DarkGray">
<Grid.RowDefinitions>
<RowDefinition Height="30"/>
<RowDefinition/>
<RowDefinition Height="30"/>
<RowDefinition/>
<RowDefinition Height="50"/>
<RowDefinition Height="20"/>
<RowDefinition Height="30"/>
</Grid.RowDefinitions>
<Label Grid.Row="0" Content="Stream Files" HorizontalAlignment="Center"/>
<StackPanel Grid.Row="1" Margin="5" Background="LightGray" AllowDrop="True">
<TreeView x:Name="StreamFiles" Background="LightGray" BorderThickness="0" MouseDoubleClick="OnRemove"/>
</StackPanel>
<Label Grid.Row="2" Content="Meta Files" HorizontalAlignment="Center"/>
<StackPanel Grid.Row="3" Margin="5" Background="LightGray" AllowDrop="True">
<TreeView x:Name="MetaFiles" Background="LightGray" BorderThickness="0" MouseDoubleClick="OnRemove"/>
</StackPanel>
<Grid Row="4">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Button Grid.Column="0" Margin="50, 5" Content="Build" Click="Build"/>
<Button Grid.Column="1" Margin="50, 5" Content="Clear" Click="Clear"/>
</Grid>
<TextBox Grid.Row="5" Text="CarName" x:Name="CarName"/>
<Grid Row="6">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Label Grid.Column="0" Content="No OutputDir selected" x:Name="OutputDir"/>
<Button Grid.Column="1" Content="Choose Ouput Directory" Click="ChooseOutput"/>
</Grid>
</Grid>
</Grid>
</Window>

View File

@@ -0,0 +1,416 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using Microsoft.Win32;
using Microsoft.WindowsAPICodePack.Dialogs;
using RageLib.Archives;
using RageLib.GTA5.Archives;
using RageLib.GTA5.ArchiveWrappers;
using RageLib.GTA5.Cryptography;
using RageLib.GTA5.Utilities;
namespace CarConverter {
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow {
private DirectoryInfo root;
public MainWindow() {
InitializeComponent();
var path = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\CarConverter\";
if (Directory.Exists(path))
OutputDir.Content = File.ReadAllText(path + "DefaultOutput.penis");
//ConsoleManager.Show();
}
private void OnRPFDrop(object sender, DragEventArgs e) {
Clear(null, null);
var files = e.Data.GetData(DataFormats.FileDrop) as string[];
if (files.Length != 1) {
MessageBox.Show("Du kannst nur eine Datei gleichzeitig Decompilen");
}
else {
root = new DirectoryInfo(DecompileRpfFile(new FileInfo(files[0])));
TreeViewItem item = new TreeViewItem();
item.Header = new FileInfo(files[0]).Name;
item.Tag = root;
item.FontWeight = FontWeights.Normal;
FoldersItem.Items.Add(item);
PlaceFilesInTree(item, root);
LoadFiles(root);
}
}
private void PlaceFilesInTree(TreeViewItem parent, DirectoryInfo info) {
foreach (DirectoryInfo directoryInfo in info.GetDirectories()) {
TreeViewItem p = new TreeViewItem();
p.Header = directoryInfo.Name;
p.Tag = directoryInfo;
p.FontWeight = FontWeights.Normal;
parent.Items.Add(p);
PlaceFilesInTree(p, directoryInfo);
}
foreach (FileInfo file in info.GetFiles()) {
TreeViewItem item = new TreeViewItem();
item.Header = file.Name;
item.Tag = file;
item.FontWeight = FontWeights.Normal;
parent.Items.Add(item);
}
}
private string DecompileRpfFile(FileInfo fileInfo) {
try {
var outFolder = Path.GetTempPath() + @"CarConverter\Decompiled\";
if (Directory.Exists(outFolder))
Directory.Delete(outFolder, true);
var fileStream = new FileStream(fileInfo.FullName, FileMode.Open);
var inputArchive = RageArchiveWrapper7.Open(fileStream, fileInfo.Name);
var queue = new List<Tuple<string, RageArchiveWrapper7, bool>>()
{ new Tuple<string, RageArchiveWrapper7, bool>(fileInfo.FullName, inputArchive, false) };
while (queue.Count > 0) {
var fullPath = queue[0].Item1;
var rpf = queue[0].Item2;
var isTmpStream = queue[0].Item3;
queue.RemoveAt(0);
ArchiveUtilities.ForEachFile(fullPath.Replace(fileInfo.FullName, ""), rpf.Root, rpf.archive_.Encryption, (fullFileName, file, encryption) => {
string path = outFolder + fullFileName;
string dir = Path.GetDirectoryName(path);
if (!Directory.Exists(dir))
Directory.CreateDirectory(dir);
Console.WriteLine(fullFileName);
if (file.Name.EndsWith(".rpf")) {
try {
var tmpStream = new FileStream(Path.GetTempFileName(), FileMode.Open);
file.Export(tmpStream);
RageArchiveWrapper7 archive = RageArchiveWrapper7.Open(tmpStream, file.Name);
queue.Add(new Tuple<string, RageArchiveWrapper7, bool>(fullFileName, archive, true));
}
catch (Exception e) {
Console.WriteLine(e);
}
}
else {
if (file.Name.EndsWith(".xml") || file.Name.EndsWith(".meta")) {
byte[] data = GetBinaryFileData((IArchiveBinaryFile)file, encryption);
string xml;
if (data[0] == 0xEF && data[1] == 0xBB && data[2] == 0xBF) // Detect BOM
{
xml = Encoding.UTF8.GetString(data, 3, data.Length - 3);
}
else {
xml = Encoding.UTF8.GetString(data);
}
File.WriteAllText(path, xml, Encoding.UTF8);
}
else {
file.Export(path);
}
}
});
var stream = (FileStream)rpf.archive_.BaseStream;
string fileName = stream.Name;
rpf.Dispose();
if (isTmpStream) {
File.Delete(fileName);
}
}
return outFolder;
}
catch (Exception e) {
Console.WriteLine(e);
}
return "";
}
private static byte[] GetBinaryFileData(IArchiveBinaryFile file, RageArchiveEncryption7 encryption)
{
using (var ms = new MemoryStream())
{
file.Export(ms);
byte[] data = ms.ToArray();
if(file.IsEncrypted)
{
if (encryption == RageArchiveEncryption7.AES)
{
data = GTA5Crypto.DecryptAES(data);
}
else // if(encryption == RageArchiveEncryption7.NG)
{
data = GTA5Crypto.DecryptNG(data, file.Name, (uint)file.UncompressedSize);
}
}
if (file.IsCompressed)
{
using (var dfls = new DeflateStream(new MemoryStream(data), CompressionMode.Decompress))
{
using (var outstr = new MemoryStream())
{
dfls.CopyTo(outstr);
data = outstr.ToArray();
}
}
}
return data;
}
}
private void LoadFiles(DirectoryInfo directory) {
DirectoryInfo metaFolder = new DirectoryInfo(directory.FullName + @"data\");
foreach (FileInfo file in metaFolder.GetFiles()) {
AddMetaFile(file);
}
DirectoryInfo streamFolder = new DirectoryInfo(directory.FullName + @"x64\vehicles.rpf");
foreach (FileInfo file in streamFolder.GetFiles()) {
AddStreamFile(file);
}
DirectoryInfo modsFolder = new DirectoryInfo(directory.FullName + @"x64\vehiclemods");
if (modsFolder.Exists) {
foreach (DirectoryInfo folder in modsFolder.GetDirectories()) {
foreach (FileInfo file in folder.GetFiles()) {
AddStreamFile(file);
}
}
}
if (StreamFiles.Items.Count > 0)
CarName.Text = ((StreamFiles.Items[0] as TreeViewItem).Tag as FileInfo).Name.Split('.')[0];
}
private void AddMetaFile(FileInfo file) {
TreeViewItem item = new TreeViewItem();
item.Header = file.Name;
item.Tag = file;
item.FontWeight = FontWeights.Normal;
MetaFiles.Items.Add(item);
}
private void AddStreamFile(FileInfo file) {
TreeViewItem item = new TreeViewItem();
item.Header = file.Name;
item.Tag = file;
item.FontWeight = FontWeights.Normal;
StreamFiles.Items.Add(item);
}
private void OnImplement(object sender, MouseButtonEventArgs e) {
TreeViewItem item = FoldersItem.SelectedItem as TreeViewItem;
if (item == null) return;
if (item.Tag is FileInfo) {
FileInfo file = item.Tag as FileInfo;
if (file is null) return;
if (file.Name.EndsWith(".meta")) {
AddMetaFile(file);
}
else {
AddStreamFile(file);
}
}
}
private void OnRemove(object sender, MouseButtonEventArgs e) {
TreeView view = sender as TreeView;
if (view is null) return;
view.Items.Remove(view.SelectedItem);
}
private void Clear(object sender, RoutedEventArgs e) {
FoldersItem.Items.Clear();
MetaFiles.Items.Clear();
StreamFiles.Items.Clear();
root = null;
}
private void Build(object sender, RoutedEventArgs e) {
try {
var outputPath = OutputDir.Content + @"\" + CarName.Text;
if (Directory.Exists(outputPath))
Directory.Delete(outputPath, true);
DirectoryInfo info = Directory.CreateDirectory(outputPath);
File.WriteAllBytes(info.FullName + @"\__resource.lua", GetResourceBytes());
DirectoryInfo streamFolder = info.CreateSubdirectory("stream");
foreach (var item in MetaFiles.Items) {
FileInfo file = (item as TreeViewItem).Tag as FileInfo;
file.CopyTo(info.FullName + @"\" + file.Name);
}
foreach (var item in StreamFiles.Items) {
FileInfo file = (item as TreeViewItem).Tag as FileInfo;
file.CopyTo(streamFolder.FullName + @"\" + file.Name);
}
MessageBox.Show("Fertig du Pimmelberger");
}
catch (Exception exception) {
Console.WriteLine(exception);
}
}
private byte[] GetResourceBytes() {
return Encoding.ASCII.GetBytes("resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'\n\n" +
"files {\n" +
" 'carcols.meta',\n" +
" 'vehicles.meta',\n" +
" 'carvariations.meta',\n" +
" 'handling.meta',\n" +
"}\n\n" +
"data_file 'CARCOLS_FILE' 'carcols.meta'\n" +
"data_file 'HANDLING_FILE' 'handling.meta'\n" +
"data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'\n" +
"data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'\n");
}
private void ChooseOutput(object sender, RoutedEventArgs e) {
var dialog = new CommonOpenFileDialog();
dialog.Multiselect = false;
dialog.IsFolderPicker = true;
if (dialog.ShowDialog(this) == CommonFileDialogResult.Ok) {
OutputDir.Content = dialog.FileName;
//Save Output dir
var path = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\CarConverter\";
if (!Directory.Exists(path))
Directory.CreateDirectory(path);
File.WriteAllText(path + "DefaultOutput.penis", OutputDir.Content as string);
}
}
}
[SuppressUnmanagedCodeSecurity]
public static class ConsoleManager
{
private const string Kernel32DllName = "kernel32.dll";
[DllImport(Kernel32DllName)]
private static extern bool AllocConsole();
[DllImport(Kernel32DllName)]
private static extern bool FreeConsole();
[DllImport(Kernel32DllName)]
private static extern IntPtr GetConsoleWindow();
[DllImport(Kernel32DllName)]
private static extern int GetConsoleOutputCP();
public static bool HasConsole
{
get { return GetConsoleWindow() != IntPtr.Zero; }
}
/// <summary>
/// Creates a new console instance if the process is not attached to a console already.
/// </summary>
public static void Show()
{
//#if DEBUG
if (!HasConsole)
{
AllocConsole();
InvalidateOutAndError();
}
//#endif
}
/// <summary>
/// If the process has a console attached to it, it will be detached and no longer visible. Writing to the System.Console is still possible, but no output will be shown.
/// </summary>
public static void Hide()
{
//#if DEBUG
if (HasConsole)
{
SetOutAndErrorNull();
FreeConsole();
}
//#endif
}
public static void Toggle()
{
if (HasConsole)
{
Hide();
}
else
{
Show();
}
}
static void InvalidateOutAndError()
{
Type type = typeof(System.Console);
System.Reflection.FieldInfo _out = type.GetField("_out",
System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.NonPublic);
System.Reflection.FieldInfo _error = type.GetField("_error",
System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.NonPublic);
System.Reflection.MethodInfo _InitializeStdOutError = type.GetMethod("InitializeStdOutError",
System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.NonPublic);
Debug.Assert(_out != null);
Debug.Assert(_error != null);
Debug.Assert(_InitializeStdOutError != null);
_out.SetValue(null, null);
_error.SetValue(null, null);
_InitializeStdOutError.Invoke(null, new object[] { true });
}
static void SetOutAndErrorNull()
{
Console.SetOut(TextWriter.Null);
Console.SetError(TextWriter.Null);
}
}
}

View File

@@ -0,0 +1,55 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CarConverter")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CarConverter")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@@ -0,0 +1,61 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace CarConverter.Properties {
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder",
"4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode")]
internal Resources() { }
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState
.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if ((resourceMan == null)) {
global::System.Resources.ResourceManager temp =
new global::System.Resources.ResourceManager("CarConverter.Properties.Resources",
typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState
.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get { return resourceCulture; }
set { resourceCulture = value; }
}
}
}

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,778 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.WindowsAPICodePack.ShellExtensions</name>
</assembly>
<members>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromStream">
<summary>
This interface exposes the <see cref="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromStream.Load(System.IO.Stream)"/> function for initializing the
Preview Handler with a <typeparamref name="Stream"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IPreviewFromStream"/>
<typeparamref name="IPreviewFromShellObject"/>
<typeparamref name="IPreviewFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromStream.Load(System.IO.Stream)">
<summary>
Provides the <typeparamref name="Stream"/> to the item from which a preview should be created.
</summary>
<param name="stream">Stream to the previewed file, this stream is only available in the scope of this method.</param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromFile">
<summary>
This interface exposes the <see cref="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromFile.Load(System.IO.FileInfo)"/> function for initializing the
Preview Handler with a <typeparamref name="FileInfo"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IPreviewFromStream"/>
<typeparamref name="IPreviewFromShellObject"/>
<typeparamref name="IPreviewFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromFile.Load(System.IO.FileInfo)">
<summary>
Provides the <typeparamref name="FileInfo"/> to the item from which a preview should be created.
</summary>
<param name="info">File information to the previewed file.</param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromShellObject">
<summary>
This interface exposes the <see cref="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromShellObject.Load(Microsoft.WindowsAPICodePack.Shell.ShellObject)"/> function for initializing the
Preview Handler with a <typeparamref name="ShellObject"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IPreviewFromStream"/>
<typeparamref name="IPreviewFromShellObject"/>
<typeparamref name="IPreviewFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromShellObject.Load(Microsoft.WindowsAPICodePack.Shell.ShellObject)">
<summary>
Provides the <typeparamref name="ShellObject"/> from which a preview should be created.
</summary>
<param name="shellObject">ShellObject for the previewed file, this ShellObject is only available in the scope of this method.</param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler">
<summary>
This is the base class for all preview handlers and provides their basic functionality.
To create a custom preview handler a class must derive from this, use the <typeparamref name="PreviewHandlerAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IPreviewFromStream"/>,
<typeparamref name="IPreviewFromShellObject"/>,
<typeparamref name="IPreviewFromFile"/>.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithStream">
<summary>
Provides means by which to initialize with a stream.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithStream.Initialize(System.Runtime.InteropServices.ComTypes.IStream,Microsoft.WindowsAPICodePack.Shell.AccessModes)">
<summary>
Initializes with a stream.
</summary>
<param name="stream"></param>
<param name="fileMode"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithItem">
<summary>
Provides means by which to initialize with a ShellObject
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithItem.Initialize(Microsoft.WindowsAPICodePack.Shell.IShellItem,Microsoft.WindowsAPICodePack.Shell.AccessModes)">
<summary>
Initializes with ShellItem
</summary>
<param name="shellItem"></param>
<param name="accessMode"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithFile">
<summary>
Provides means by which to initialize with a file.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithFile.Initialize(System.String,Microsoft.WindowsAPICodePack.Shell.AccessModes)">
<summary>
Initializes with a file.
</summary>
<param name="filePath"></param>
<param name="fileMode"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Initialize">
<summary>
Called immediately before the preview is to be shown.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Uninitialize">
<summary>
Called when the preview is no longer shown.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.UpdateBounds(Microsoft.WindowsAPICodePack.Shell.NativeRect)">
<summary>
Called to update the bounds and position of the preview control
</summary>
<param name="bounds"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.HandleInitializeException(System.Exception)">
<summary>
Called when an exception occurs during the initialization of the control
</summary>
<param name="caughtException"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetFocus">
<summary>
Called when the preview control obtains focus.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetBackground(System.Int32)">
<summary>
Called when a request is received to set or change the background color according to the user's preferences.
</summary>
<param name="color">An int representing the ARGB color</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetForeground(System.Int32)">
<summary>
Called when a request is received to set or change the foreground color according to the user's preferences.
</summary>
<param name="color">An int representing the ARGB color</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetFont(Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont)">
<summary>
Called to set the font of the preview control according to the user's preferences.
</summary>
<param name="font"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetParentHandle(System.IntPtr)">
<summary>
Called to set the parent of the preview control.
</summary>
<param name="handle"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Register(System.Type)">
<summary>
Called when the assembly is registered via RegAsm.
</summary>
<param name="registerType">Type to register.</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Unregister(System.Type)">
<summary>
Called when the assembly is Unregistered via RegAsm.
</summary>
<param name="registerType">Type to unregister</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.IsPreviewShowing">
<summary>
Gets whether the preview is currently showing
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Handle">
<summary>
This should return the window handle to be displayed in the Preview.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute">
<summary>
This class attribute is applied to a Preview Handler to specify registration parameters.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.#ctor(System.String,System.String,System.String)">
<summary>
Creates a new instance of the attribute.
</summary>
<param name="name">Name of the Handler</param>
<param name="extensions">Semi-colon-separated list of file extensions supported by the handler.</param>
<param name="appId">A unique guid used for process isolation.</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.Name">
<summary>
Gets the name of the handler.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.Extensions">
<summary>
Gets the semi-colon-separated list of extensions supported by the preview handler.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.AppId">
<summary>
Gets the AppId associated with the handler for use with the surrogate host process.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.DisableLowILProcessIsolation">
<summary>
Disables low integrity-level process isolation.
<remarks>This should be avoided as it could be a security risk.</remarks>
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.WinFormsPreviewHandler">
<summary>
This is the base class for all WinForms-based preview handlers and provides their basic functionality.
To create a custom preview handler that contains a WinForms user control,
a class must derive from this, use the <typeparamref name="PreviewHandlerAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IPreviewFromStream"/>,
<typeparamref name="IPreviewFromShellObject"/>,
<typeparamref name="IPreviewFromFile"/>.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WinFormsPreviewHandler.HandleInitializeException(System.Exception)">
<summary>
Called when an exception is thrown during itialization of the preview control.
</summary>
<param name="caughtException"></param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.WinFormsPreviewHandler.Control">
<summary>
This control must be populated by the deriving class before the preview is shown.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler">
<summary>
This is the base class for all WPF-based preview handlers and provides their basic functionality.
To create a custom preview handler that contains a WPF user control,
a class must derive from this, use the <typeparamref name="PreviewHandlerAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IPreviewFromStream"/>,
<typeparamref name="IPreviewFromShellObject"/>,
<typeparamref name="IPreviewFromFile"/>.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.ThrowIfNoControl">
<summary>
Throws an exception if the Control property has not been populated.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.UpdatePlacement">
<summary>
Updates the placement of the Control.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Finalize">
<summary>
Preview handler control finalizer
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Dispose">
<summary>
Disposes the control
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Dispose(System.Boolean)">
<summary>
Provides means to dispose the object.
When overriden, it is imperative that base.Dispose(true) is called within the implementation.
</summary>
<param name="disposing"></param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Control">
<summary>
This control must be populated by the deriving class before the preview is shown.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IThumbnailProvider">
<summary>
ComVisible interface for native IThumbnailProvider
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IThumbnailProvider.GetThumbnail(System.UInt32,System.IntPtr@,System.UInt32@)">
<summary>
Gets a pointer to a bitmap to display as a thumbnail
</summary>
<param name="squareLength"></param>
<param name="bitmapHandle"></param>
<param name="bitmapType"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont">
<summary>
Class for marshaling to native LogFont struct
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Height">
<summary>
Font height
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Width">
<summary>
Font width
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Escapement">
<summary>
Font escapement
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Orientation">
<summary>
Font orientation
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Weight">
<summary>
Font weight
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Italic">
<summary>
Font italic
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Underline">
<summary>
Font underline
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Strikeout">
<summary>
Font strikeout
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.CharacterSet">
<summary>
Font character set
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.OutPrecision">
<summary>
Font out precision
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.ClipPrecision">
<summary>
Font clip precision
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Quality">
<summary>
Font quality
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.PitchAndFamily">
<summary>
Font pitch and family
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.FaceName">
<summary>
Font face name
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerControlNotInitialized">
<summary>
Looks up a localized string similar to Control has not yet been assigned. Methods requiring it cannot be called..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerInterfaceNotImplemented">
<summary>
Looks up a localized string similar to {0} must implement one or more of IPreviewFromStream, IPreviewFromShellObject or IPreviewFromFile..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerInvalidAttributes">
<summary>
Looks up a localized string similar to PreviewHandler &apos;{0}&apos; must have exactly one PreviewHandler attribute..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerUnsupportedInterfaceCalled">
<summary>
Looks up a localized string similar to Unable to call interface {0} because it is not supported on this object..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamBufferOverflow">
<summary>
Looks up a localized string similar to The sum of offset and count must be less than or equal to the size of the buffer..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamCountLessThanZero">
<summary>
Looks up a localized string similar to Count must be greater than or equal to zero..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamIsReadonly">
<summary>
Looks up a localized string similar to The stream was initialized as read-only..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamOffsetLessThanZero">
<summary>
Looks up a localized string similar to Offset must be greater than or equal to zero..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.ThumbnailProviderDisabledProcessIsolation">
<summary>
Looks up a localized string similar to {0} does not implement IThumbnailFromStream and so requires DisableProcessIsolation set to true..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.ThumbnailProviderInterfaceNotImplemented">
<summary>
Looks up a localized string similar to {0} must implement one or more of IThumbnailFromStream, IThumbnailFromShellObject or IThumbnailFromFile..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.WpfPreviewHandlerNoHandle">
<summary>
Looks up a localized string similar to Cannot retrieve handle because proxy window has not been created..
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream">
<summary>
A wrapper for the native IStream object.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.ReadByte">
<summary>
Reads a single byte from the stream, moving the current position ahead by 1.
</summary>
<returns>A single byte from the stream, -1 if end of stream.</returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.WriteByte(System.Byte)">
<summary>
Writes a single byte to the stream
</summary>
<param name="value">Byte to write to stream</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Read(System.Byte[],System.Int32,System.Int32)">
<summary>
Reads a buffer worth of bytes from the stream.
</summary>
<param name="buffer">Buffer to fill</param>
<param name="offset">Offset to start filling in the buffer</param>
<param name="count">Number of bytes to read from the stream</param>
<returns></returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Write(System.Byte[],System.Int32,System.Int32)">
<summary>
Writes a buffer to the stream if able to do so.
</summary>
<param name="buffer">Buffer to write</param>
<param name="offset">Offset in buffer to start writing</param>
<param name="count">Number of bytes to write to the stream</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Seek(System.Int64,System.IO.SeekOrigin)">
<summary>
Seeks within the underlying IStream.
</summary>
<param name="offset">Offset</param>
<param name="origin">Where to start seeking</param>
<returns></returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.SetLength(System.Int64)">
<summary>
Sets the length of the stream
</summary>
<param name="value"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Flush">
<summary>
Commits data to be written to the stream if it is being cached.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Dispose(System.Boolean)">
<summary>
Disposes the stream.
</summary>
<param name="disposing">True if called from Dispose(), false if called from finalizer.</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.CanRead">
<summary>
Gets whether the stream can be read from.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.CanSeek">
<summary>
Gets whether seeking is supported by the stream.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.CanWrite">
<summary>
Gets whether the stream can be written to.
Always false.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Length">
<summary>
Gets the length of the IStream
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Position">
<summary>
Gets or sets the current position within the underlying IStream.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions">
<summary>
Options for commiting (flushing) an IStream storage stream
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.None">
<summary>
Uses default options
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.Overwrite">
<summary>
Overwrite option
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.OnlyIfCurrent">
<summary>
Only if current
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.DangerouslyCommitMerelyToDiskCache">
<summary>
Commits to disk cache dangerously
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.Consolidate">
<summary>
Consolidate
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromStream">
<summary>
This interface exposes the <see cref="!:ConsructBitmap"/> function for initializing the
Thumbnail Provider with a <typeparamref name="Stream"/>.
If this interfaces is not used, then the handler must opt out of process isolation.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IThumbnailFromStream"/>
<typeparamref name="IThumbnailFromShellObject"/>
<typeparamref name="IThumbnailFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromStream.ConstructBitmap(System.IO.Stream,System.Int32)">
<summary>
Provides the <typeparamref name="Stream"/> to the item from which a thumbnail should be created.
<remarks>Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed they will not display adornments.
Additional guidelines for developing thumbnails can be found at http://msdn.microsoft.com/en-us/library/cc144115(v=VS.85).aspx
</remarks>
</summary>
<param name="stream">Stream to initialize the thumbnail</param>
<param name="sideSize">Square side dimension in which the thumbnail should fit; the thumbnail will be scaled otherwise.</param>
<returns></returns>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromShellObject">
<summary>
This interface exposes the <see cref="!:ConsructBitmap"/> function for initializing the
Thumbnail Provider with a <typeparamref name="ShellObject"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IThumbnailFromStream"/>
<typeparamref name="IThumbnailFromShellObject"/>
<typeparamref name="IThumbnailFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromShellObject.ConstructBitmap(Microsoft.WindowsAPICodePack.Shell.ShellObject,System.Int32)">
<summary>
Provides the <typeparamref name="ShellObject"/> to the item from which a thumbnail should be created.
<remarks>Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed they will not display adornments.
Additional guidelines for developing thumbnails can be found at http://msdn.microsoft.com/en-us/library/cc144115(v=VS.85).aspx
</remarks>
</summary>
<param name="shellObject">ShellObject to initialize the thumbnail</param>
<param name="sideSize">Square side dimension in which the thumbnail should fit; the thumbnail will be scaled otherwise.</param>
<returns>Generated thumbnail</returns>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromFile">
<summary>
This interface exposes the <see cref="!:ConsructBitmap"/> function for initializing the
Thumbnail Provider with file information.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IThumbnailFromStream"/>
<typeparamref name="IThumbnailFromShellObject"/>
<typeparamref name="IThumbnailFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromFile.ConstructBitmap(System.IO.FileInfo,System.Int32)">
<summary>
Provides the <typeparamref name="FileInfo"/> to the item from which a thumbnail should be created.
<remarks>Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed they will not display adornments.
Additional guidelines for developing thumbnails can be found at http://msdn.microsoft.com/en-us/library/cc144115(v=VS.85).aspx
</remarks>
</summary>
<param name="info">FileInfo to initialize the thumbnail</param>
<param name="sideSize">Square side dimension in which the thumbnail should fit; the thumbnail will be scaled otherwise.</param>
<returns>Generated thumbnail</returns>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider">
<summary>
This is the base class for all thumbnail providers and provides their basic functionality.
To create a custom thumbnail provider a class must derive from this, use the <typeparamref name="ThumbnailProviderAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IThumbnailFromStream"/>, <typeparamref name="IThumbnailFromShellObject"/>, <typeparamref name="IThumbnailFromFile"/>.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.GetThumbnailAlphaType">
<summary>
Sets the AlphaType of the generated thumbnail.
Override this method in a derived class to change the thumbnails AlphaType, default is Unknown.
</summary>
<returns>ThumnbailAlphaType</returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Register(System.Type)">
<summary>
Called when the assembly is registered via RegAsm.
</summary>
<param name="registerType">Type to be registered.</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Unregister(System.Type)">
<summary>
Called when the assembly is registered via RegAsm.
</summary>
<param name="registerType">Type to register.</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Finalize">
<summary>
Finalizer for the thumbnail provider.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Dispose">
<summary>
Disposes the thumbnail provider.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Dispose(System.Boolean)">
<summary>
Disploses the thumbnail provider.
</summary>
<param name="disposing"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute">
<summary>
This class attribute is applied to a Thumbnail Provider to specify registration parameters
and aesthetic attributes.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.#ctor(System.String,System.String)">
<summary>
Creates a new instance of the attribute.
</summary>
<param name="name">Name of the provider</param>
<param name="extensions">Semi-colon-separated list of extensions supported by this provider.</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.Name">
<summary>
Gets the name of the provider
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.Extensions">
<summary>
Gets the semi-colon-separated list of extensions supported by the provider.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.DisableProcessIsolation">
<summary>
Opts-out of running within the surrogate process DllHost.exe.
This will reduce robustness and security.
This value should be true if the provider does not implement <typeparamref name="IThumbnailFromStream"/>.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.ThumbnailCutoff">
<summary>
Below this size thumbnail images will not be generated - file icons will be used instead.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.TypeOverlay">
<summary>
A resource reference string pointing to the icon to be used as an overlay on the bottom right of the thumbnail.
ex. ISVComponent.dll@,-155
ex. C:\Windows\System32\SampleIcon.ico
If an empty string is provided, no overlay will be used.
If the property is set to null, the default icon for the associated icon will be used as an overlay.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.ThumbnailAdornment">
<summary>
Specifies the <typeparamref name="ThumbnailAdornment"/> for the thumbnail.
<remarks>
Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed, their adornments will not.
If an adornment is specified by the file-type's associated application,
the applications adornment will override the value specified in this registration.</remarks>
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize">
<summary>
Defines the minimum thumbnail size for which thumbnails will be generated.
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square20">
<summary>
Default size of 20x20
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square32">
<summary>
Size of 32x32
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square16">
<summary>
Size of 16x16
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square48">
<summary>
Size of 48x48
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square16B">
<summary>
Size of 16x16. An alternative to Square16.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment">
<summary>
Adornment applied to thumbnails.
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.Default">
<summary>
This will use the associated application's default icon as the adornment.
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.None">
<summary>
No adornment
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.DropShadow">
<summary>
Drop shadow adornment
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.PhotoBorder">
<summary>
Photo border adornment
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.VideoSprockets">
<summary>
Video sprocket adornment
</summary>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23E6860267D9E9B9F4E98FCEE83DD76122960903F8ED004E2DAF13A401785A34"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
CarConverter.App app = new CarConverter.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23E6860267D9E9B9F4E98FCEE83DD76122960903F8ED004E2DAF13A401785A34"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
CarConverter.App app = new CarConverter.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1 @@
98bd033192cf2ba684f6f55835d8cdadb454cff6

View File

@@ -0,0 +1,24 @@
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\CarConverter.exe.config
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\CarConverter.exe
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\CarConverter.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.csproj.AssemblyReference.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.csproj.SuggestedBindingRedirects.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\MainWindow.g.cs
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\App.g.cs
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter_MarkupCompile.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter_MarkupCompile.lref
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\MainWindow.baml
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.g.resources
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.Properties.Resources.resources
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.csproj.GenerateResource.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.csproj.CoreCompileInputs.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.exe
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\RageLib.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\RageLib.GTA5.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\SharpDX.Mathematics.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\SharpDX.Direct3D11.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\SharpDX.D3DCompiler.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\SharpDX.DXGI.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Debug\SharpDX.dll
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\CarConverter.csproj.CopyComplete

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,14 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("assets/file.ico")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("assets/file.png")]

View File

@@ -0,0 +1,20 @@
CarConverter
winexe
C#
.cs
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Debug\
CarConverter
none
false
DEBUG;TRACE
D:\Programmierstuff\C#\FiveM\CarConverter\App.xaml
11151548125
41492813464
141653383848
MainWindow.xaml;
True

View File

@@ -0,0 +1,4 @@
FD:\Programmierstuff\C#\FiveM\CarConverter\MainWindow.xaml;;

View File

@@ -0,0 +1,183 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "819AFA07DDD146CF99C563FAAA3CD1AA22EC5522444895F682E764208CB3DDDB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 23 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView FoldersItem;
#line default
#line hidden
#line 46 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView StreamFiles;
#line default
#line hidden
#line 51 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView MetaFiles;
#line default
#line hidden
#line 64 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox CarName;
#line default
#line hidden
#line 72 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label OutputDir;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CarConverter;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 22 "..\..\MainWindow.xaml"
((System.Windows.Controls.StackPanel)(target)).Drop += new System.Windows.DragEventHandler(this.OnRPFDrop);
#line default
#line hidden
return;
case 2:
this.FoldersItem = ((System.Windows.Controls.TreeView)(target));
#line 23 "..\..\MainWindow.xaml"
this.FoldersItem.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnImplement);
#line default
#line hidden
return;
case 3:
this.StreamFiles = ((System.Windows.Controls.TreeView)(target));
#line 46 "..\..\MainWindow.xaml"
this.StreamFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 4:
this.MetaFiles = ((System.Windows.Controls.TreeView)(target));
#line 51 "..\..\MainWindow.xaml"
this.MetaFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 5:
#line 60 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Build);
#line default
#line hidden
return;
case 6:
#line 61 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Clear);
#line default
#line hidden
return;
case 7:
this.CarName = ((System.Windows.Controls.TextBox)(target));
return;
case 8:
this.OutputDir = ((System.Windows.Controls.Label)(target));
return;
case 9:
#line 73 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ChooseOutput);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,183 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "819AFA07DDD146CF99C563FAAA3CD1AA22EC5522444895F682E764208CB3DDDB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 23 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView FoldersItem;
#line default
#line hidden
#line 46 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView StreamFiles;
#line default
#line hidden
#line 51 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView MetaFiles;
#line default
#line hidden
#line 64 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox CarName;
#line default
#line hidden
#line 72 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label OutputDir;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CarConverter;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 22 "..\..\MainWindow.xaml"
((System.Windows.Controls.StackPanel)(target)).Drop += new System.Windows.DragEventHandler(this.OnRPFDrop);
#line default
#line hidden
return;
case 2:
this.FoldersItem = ((System.Windows.Controls.TreeView)(target));
#line 23 "..\..\MainWindow.xaml"
this.FoldersItem.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnImplement);
#line default
#line hidden
return;
case 3:
this.StreamFiles = ((System.Windows.Controls.TreeView)(target));
#line 46 "..\..\MainWindow.xaml"
this.StreamFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 4:
this.MetaFiles = ((System.Windows.Controls.TreeView)(target));
#line 51 "..\..\MainWindow.xaml"
this.MetaFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 5:
#line 60 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Build);
#line default
#line hidden
return;
case 6:
#line 61 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Clear);
#line default
#line hidden
return;
case 7:
this.CarName = ((System.Windows.Controls.TextBox)(target));
return;
case 8:
this.OutputDir = ((System.Windows.Controls.Label)(target));
return;
case 9:
#line 73 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ChooseOutput);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23E6860267D9E9B9F4E98FCEE83DD76122960903F8ED004E2DAF13A401785A34"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
CarConverter.App app = new CarConverter.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23E6860267D9E9B9F4E98FCEE83DD76122960903F8ED004E2DAF13A401785A34"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
CarConverter.App app = new CarConverter.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1 @@
86eeef7d94dc56c8635e27e2253fb9b9c80fd9d0

View File

@@ -0,0 +1,28 @@
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\CarConverter.exe.config
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\CarConverter.exe
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\CarConverter.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\RageLib.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\RageLib.GTA5.dll
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.csproj.AssemblyReference.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.csproj.SuggestedBindingRedirects.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\MainWindow.g.cs
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\App.g.cs
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter_MarkupCompile.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter_MarkupCompile.lref
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\MainWindow.baml
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.g.resources
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.Properties.Resources.resources
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.csproj.GenerateResource.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.csproj.CoreCompileInputs.cache
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.csproj.CopyComplete
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.exe
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\CarConverter.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.Shell.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.dll
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.xml
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.Shell.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.Shell.xml
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.pdb
D:\Programmierstuff\C#\FiveM\CarConverter\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.xml

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,20 @@
CarConverter
winexe
C#
.cs
D:\Programmierstuff\C#\FiveM\CarConverter\obj\Release\
CarConverter
none
false
TRACE
D:\Programmierstuff\C#\FiveM\CarConverter\App.xaml
11151548125
41492813464
141653383848
MainWindow.xaml;
False

View File

@@ -0,0 +1,4 @@
FD:\Programmierstuff\C#\FiveM\CarConverter\MainWindow.xaml;;

Binary file not shown.

View File

@@ -0,0 +1,183 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "819AFA07DDD146CF99C563FAAA3CD1AA22EC5522444895F682E764208CB3DDDB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 23 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView FoldersItem;
#line default
#line hidden
#line 46 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView StreamFiles;
#line default
#line hidden
#line 51 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView MetaFiles;
#line default
#line hidden
#line 64 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox CarName;
#line default
#line hidden
#line 72 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label OutputDir;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CarConverter;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 22 "..\..\MainWindow.xaml"
((System.Windows.Controls.StackPanel)(target)).Drop += new System.Windows.DragEventHandler(this.OnRPFDrop);
#line default
#line hidden
return;
case 2:
this.FoldersItem = ((System.Windows.Controls.TreeView)(target));
#line 23 "..\..\MainWindow.xaml"
this.FoldersItem.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnImplement);
#line default
#line hidden
return;
case 3:
this.StreamFiles = ((System.Windows.Controls.TreeView)(target));
#line 46 "..\..\MainWindow.xaml"
this.StreamFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 4:
this.MetaFiles = ((System.Windows.Controls.TreeView)(target));
#line 51 "..\..\MainWindow.xaml"
this.MetaFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 5:
#line 60 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Build);
#line default
#line hidden
return;
case 6:
#line 61 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Clear);
#line default
#line hidden
return;
case 7:
this.CarName = ((System.Windows.Controls.TextBox)(target));
return;
case 8:
this.OutputDir = ((System.Windows.Controls.Label)(target));
return;
case 9:
#line 73 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ChooseOutput);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,183 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "819AFA07DDD146CF99C563FAAA3CD1AA22EC5522444895F682E764208CB3DDDB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using CarConverter;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace CarConverter {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 23 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView FoldersItem;
#line default
#line hidden
#line 46 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView StreamFiles;
#line default
#line hidden
#line 51 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView MetaFiles;
#line default
#line hidden
#line 64 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox CarName;
#line default
#line hidden
#line 72 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label OutputDir;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CarConverter;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 22 "..\..\MainWindow.xaml"
((System.Windows.Controls.StackPanel)(target)).Drop += new System.Windows.DragEventHandler(this.OnRPFDrop);
#line default
#line hidden
return;
case 2:
this.FoldersItem = ((System.Windows.Controls.TreeView)(target));
#line 23 "..\..\MainWindow.xaml"
this.FoldersItem.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnImplement);
#line default
#line hidden
return;
case 3:
this.StreamFiles = ((System.Windows.Controls.TreeView)(target));
#line 46 "..\..\MainWindow.xaml"
this.StreamFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 4:
this.MetaFiles = ((System.Windows.Controls.TreeView)(target));
#line 51 "..\..\MainWindow.xaml"
this.MetaFiles.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.OnRemove);
#line default
#line hidden
return;
case 5:
#line 60 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Build);
#line default
#line hidden
return;
case 6:
#line 61 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Clear);
#line default
#line hidden
return;
case 7:
this.CarName = ((System.Windows.Controls.TextBox)(target));
return;
case 8:
this.OutputDir = ((System.Windows.Controls.Label)(target));
return;
case 9:
#line 73 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ChooseOutput);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.0" targetFramework="net48" />
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net48" />
</packages>

View File

@@ -0,0 +1,778 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.WindowsAPICodePack.ShellExtensions</name>
</assembly>
<members>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromStream">
<summary>
This interface exposes the <see cref="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromStream.Load(System.IO.Stream)"/> function for initializing the
Preview Handler with a <typeparamref name="Stream"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IPreviewFromStream"/>
<typeparamref name="IPreviewFromShellObject"/>
<typeparamref name="IPreviewFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromStream.Load(System.IO.Stream)">
<summary>
Provides the <typeparamref name="Stream"/> to the item from which a preview should be created.
</summary>
<param name="stream">Stream to the previewed file, this stream is only available in the scope of this method.</param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromFile">
<summary>
This interface exposes the <see cref="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromFile.Load(System.IO.FileInfo)"/> function for initializing the
Preview Handler with a <typeparamref name="FileInfo"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IPreviewFromStream"/>
<typeparamref name="IPreviewFromShellObject"/>
<typeparamref name="IPreviewFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromFile.Load(System.IO.FileInfo)">
<summary>
Provides the <typeparamref name="FileInfo"/> to the item from which a preview should be created.
</summary>
<param name="info">File information to the previewed file.</param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromShellObject">
<summary>
This interface exposes the <see cref="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromShellObject.Load(Microsoft.WindowsAPICodePack.Shell.ShellObject)"/> function for initializing the
Preview Handler with a <typeparamref name="ShellObject"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IPreviewFromStream"/>
<typeparamref name="IPreviewFromShellObject"/>
<typeparamref name="IPreviewFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IPreviewFromShellObject.Load(Microsoft.WindowsAPICodePack.Shell.ShellObject)">
<summary>
Provides the <typeparamref name="ShellObject"/> from which a preview should be created.
</summary>
<param name="shellObject">ShellObject for the previewed file, this ShellObject is only available in the scope of this method.</param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler">
<summary>
This is the base class for all preview handlers and provides their basic functionality.
To create a custom preview handler a class must derive from this, use the <typeparamref name="PreviewHandlerAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IPreviewFromStream"/>,
<typeparamref name="IPreviewFromShellObject"/>,
<typeparamref name="IPreviewFromFile"/>.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithStream">
<summary>
Provides means by which to initialize with a stream.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithStream.Initialize(System.Runtime.InteropServices.ComTypes.IStream,Microsoft.WindowsAPICodePack.Shell.AccessModes)">
<summary>
Initializes with a stream.
</summary>
<param name="stream"></param>
<param name="fileMode"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithItem">
<summary>
Provides means by which to initialize with a ShellObject
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithItem.Initialize(Microsoft.WindowsAPICodePack.Shell.IShellItem,Microsoft.WindowsAPICodePack.Shell.AccessModes)">
<summary>
Initializes with ShellItem
</summary>
<param name="shellItem"></param>
<param name="accessMode"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithFile">
<summary>
Provides means by which to initialize with a file.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IInitializeWithFile.Initialize(System.String,Microsoft.WindowsAPICodePack.Shell.AccessModes)">
<summary>
Initializes with a file.
</summary>
<param name="filePath"></param>
<param name="fileMode"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Initialize">
<summary>
Called immediately before the preview is to be shown.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Uninitialize">
<summary>
Called when the preview is no longer shown.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.UpdateBounds(Microsoft.WindowsAPICodePack.Shell.NativeRect)">
<summary>
Called to update the bounds and position of the preview control
</summary>
<param name="bounds"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.HandleInitializeException(System.Exception)">
<summary>
Called when an exception occurs during the initialization of the control
</summary>
<param name="caughtException"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetFocus">
<summary>
Called when the preview control obtains focus.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetBackground(System.Int32)">
<summary>
Called when a request is received to set or change the background color according to the user's preferences.
</summary>
<param name="color">An int representing the ARGB color</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetForeground(System.Int32)">
<summary>
Called when a request is received to set or change the foreground color according to the user's preferences.
</summary>
<param name="color">An int representing the ARGB color</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetFont(Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont)">
<summary>
Called to set the font of the preview control according to the user's preferences.
</summary>
<param name="font"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.SetParentHandle(System.IntPtr)">
<summary>
Called to set the parent of the preview control.
</summary>
<param name="handle"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Register(System.Type)">
<summary>
Called when the assembly is registered via RegAsm.
</summary>
<param name="registerType">Type to register.</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Unregister(System.Type)">
<summary>
Called when the assembly is Unregistered via RegAsm.
</summary>
<param name="registerType">Type to unregister</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.IsPreviewShowing">
<summary>
Gets whether the preview is currently showing
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandler.Handle">
<summary>
This should return the window handle to be displayed in the Preview.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute">
<summary>
This class attribute is applied to a Preview Handler to specify registration parameters.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.#ctor(System.String,System.String,System.String)">
<summary>
Creates a new instance of the attribute.
</summary>
<param name="name">Name of the Handler</param>
<param name="extensions">Semi-colon-separated list of file extensions supported by the handler.</param>
<param name="appId">A unique guid used for process isolation.</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.Name">
<summary>
Gets the name of the handler.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.Extensions">
<summary>
Gets the semi-colon-separated list of extensions supported by the preview handler.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.AppId">
<summary>
Gets the AppId associated with the handler for use with the surrogate host process.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.PreviewHandlerAttribute.DisableLowILProcessIsolation">
<summary>
Disables low integrity-level process isolation.
<remarks>This should be avoided as it could be a security risk.</remarks>
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.WinFormsPreviewHandler">
<summary>
This is the base class for all WinForms-based preview handlers and provides their basic functionality.
To create a custom preview handler that contains a WinForms user control,
a class must derive from this, use the <typeparamref name="PreviewHandlerAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IPreviewFromStream"/>,
<typeparamref name="IPreviewFromShellObject"/>,
<typeparamref name="IPreviewFromFile"/>.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WinFormsPreviewHandler.HandleInitializeException(System.Exception)">
<summary>
Called when an exception is thrown during itialization of the preview control.
</summary>
<param name="caughtException"></param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.WinFormsPreviewHandler.Control">
<summary>
This control must be populated by the deriving class before the preview is shown.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler">
<summary>
This is the base class for all WPF-based preview handlers and provides their basic functionality.
To create a custom preview handler that contains a WPF user control,
a class must derive from this, use the <typeparamref name="PreviewHandlerAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IPreviewFromStream"/>,
<typeparamref name="IPreviewFromShellObject"/>,
<typeparamref name="IPreviewFromFile"/>.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.ThrowIfNoControl">
<summary>
Throws an exception if the Control property has not been populated.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.UpdatePlacement">
<summary>
Updates the placement of the Control.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Finalize">
<summary>
Preview handler control finalizer
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Dispose">
<summary>
Disposes the control
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Dispose(System.Boolean)">
<summary>
Provides means to dispose the object.
When overriden, it is imperative that base.Dispose(true) is called within the implementation.
</summary>
<param name="disposing"></param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.WpfPreviewHandler.Control">
<summary>
This control must be populated by the deriving class before the preview is shown.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IThumbnailProvider">
<summary>
ComVisible interface for native IThumbnailProvider
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.IThumbnailProvider.GetThumbnail(System.UInt32,System.IntPtr@,System.UInt32@)">
<summary>
Gets a pointer to a bitmap to display as a thumbnail
</summary>
<param name="squareLength"></param>
<param name="bitmapHandle"></param>
<param name="bitmapType"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont">
<summary>
Class for marshaling to native LogFont struct
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Height">
<summary>
Font height
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Width">
<summary>
Font width
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Escapement">
<summary>
Font escapement
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Orientation">
<summary>
Font orientation
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Weight">
<summary>
Font weight
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Italic">
<summary>
Font italic
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Underline">
<summary>
Font underline
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Strikeout">
<summary>
Font strikeout
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.CharacterSet">
<summary>
Font character set
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.OutPrecision">
<summary>
Font out precision
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.ClipPrecision">
<summary>
Font clip precision
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.Quality">
<summary>
Font quality
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.PitchAndFamily">
<summary>
Font pitch and family
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Interop.LogFont.FaceName">
<summary>
Font face name
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerControlNotInitialized">
<summary>
Looks up a localized string similar to Control has not yet been assigned. Methods requiring it cannot be called..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerInterfaceNotImplemented">
<summary>
Looks up a localized string similar to {0} must implement one or more of IPreviewFromStream, IPreviewFromShellObject or IPreviewFromFile..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerInvalidAttributes">
<summary>
Looks up a localized string similar to PreviewHandler &apos;{0}&apos; must have exactly one PreviewHandler attribute..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.PreviewHandlerUnsupportedInterfaceCalled">
<summary>
Looks up a localized string similar to Unable to call interface {0} because it is not supported on this object..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamBufferOverflow">
<summary>
Looks up a localized string similar to The sum of offset and count must be less than or equal to the size of the buffer..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamCountLessThanZero">
<summary>
Looks up a localized string similar to Count must be greater than or equal to zero..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamIsReadonly">
<summary>
Looks up a localized string similar to The stream was initialized as read-only..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.StorageStreamOffsetLessThanZero">
<summary>
Looks up a localized string similar to Offset must be greater than or equal to zero..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.ThumbnailProviderDisabledProcessIsolation">
<summary>
Looks up a localized string similar to {0} does not implement IThumbnailFromStream and so requires DisableProcessIsolation set to true..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.ThumbnailProviderInterfaceNotImplemented">
<summary>
Looks up a localized string similar to {0} must implement one or more of IThumbnailFromStream, IThumbnailFromShellObject or IThumbnailFromFile..
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.Resources.LocalizedMessages.WpfPreviewHandlerNoHandle">
<summary>
Looks up a localized string similar to Cannot retrieve handle because proxy window has not been created..
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream">
<summary>
A wrapper for the native IStream object.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.ReadByte">
<summary>
Reads a single byte from the stream, moving the current position ahead by 1.
</summary>
<returns>A single byte from the stream, -1 if end of stream.</returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.WriteByte(System.Byte)">
<summary>
Writes a single byte to the stream
</summary>
<param name="value">Byte to write to stream</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Read(System.Byte[],System.Int32,System.Int32)">
<summary>
Reads a buffer worth of bytes from the stream.
</summary>
<param name="buffer">Buffer to fill</param>
<param name="offset">Offset to start filling in the buffer</param>
<param name="count">Number of bytes to read from the stream</param>
<returns></returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Write(System.Byte[],System.Int32,System.Int32)">
<summary>
Writes a buffer to the stream if able to do so.
</summary>
<param name="buffer">Buffer to write</param>
<param name="offset">Offset in buffer to start writing</param>
<param name="count">Number of bytes to write to the stream</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Seek(System.Int64,System.IO.SeekOrigin)">
<summary>
Seeks within the underlying IStream.
</summary>
<param name="offset">Offset</param>
<param name="origin">Where to start seeking</param>
<returns></returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.SetLength(System.Int64)">
<summary>
Sets the length of the stream
</summary>
<param name="value"></param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Flush">
<summary>
Commits data to be written to the stream if it is being cached.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Dispose(System.Boolean)">
<summary>
Disposes the stream.
</summary>
<param name="disposing">True if called from Dispose(), false if called from finalizer.</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.CanRead">
<summary>
Gets whether the stream can be read from.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.CanSeek">
<summary>
Gets whether seeking is supported by the stream.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.CanWrite">
<summary>
Gets whether the stream can be written to.
Always false.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Length">
<summary>
Gets the length of the IStream
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStream.Position">
<summary>
Gets or sets the current position within the underlying IStream.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions">
<summary>
Options for commiting (flushing) an IStream storage stream
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.None">
<summary>
Uses default options
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.Overwrite">
<summary>
Overwrite option
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.OnlyIfCurrent">
<summary>
Only if current
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.DangerouslyCommitMerelyToDiskCache">
<summary>
Commits to disk cache dangerously
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.StorageStreamCommitOptions.Consolidate">
<summary>
Consolidate
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromStream">
<summary>
This interface exposes the <see cref="!:ConsructBitmap"/> function for initializing the
Thumbnail Provider with a <typeparamref name="Stream"/>.
If this interfaces is not used, then the handler must opt out of process isolation.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IThumbnailFromStream"/>
<typeparamref name="IThumbnailFromShellObject"/>
<typeparamref name="IThumbnailFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromStream.ConstructBitmap(System.IO.Stream,System.Int32)">
<summary>
Provides the <typeparamref name="Stream"/> to the item from which a thumbnail should be created.
<remarks>Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed they will not display adornments.
Additional guidelines for developing thumbnails can be found at http://msdn.microsoft.com/en-us/library/cc144115(v=VS.85).aspx
</remarks>
</summary>
<param name="stream">Stream to initialize the thumbnail</param>
<param name="sideSize">Square side dimension in which the thumbnail should fit; the thumbnail will be scaled otherwise.</param>
<returns></returns>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromShellObject">
<summary>
This interface exposes the <see cref="!:ConsructBitmap"/> function for initializing the
Thumbnail Provider with a <typeparamref name="ShellObject"/>.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IThumbnailFromStream"/>
<typeparamref name="IThumbnailFromShellObject"/>
<typeparamref name="IThumbnailFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromShellObject.ConstructBitmap(Microsoft.WindowsAPICodePack.Shell.ShellObject,System.Int32)">
<summary>
Provides the <typeparamref name="ShellObject"/> to the item from which a thumbnail should be created.
<remarks>Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed they will not display adornments.
Additional guidelines for developing thumbnails can be found at http://msdn.microsoft.com/en-us/library/cc144115(v=VS.85).aspx
</remarks>
</summary>
<param name="shellObject">ShellObject to initialize the thumbnail</param>
<param name="sideSize">Square side dimension in which the thumbnail should fit; the thumbnail will be scaled otherwise.</param>
<returns>Generated thumbnail</returns>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromFile">
<summary>
This interface exposes the <see cref="!:ConsructBitmap"/> function for initializing the
Thumbnail Provider with file information.
This interface can be used in conjunction with the other intialization interfaces,
but only 1 will be accessed according to the priorities preset by the Windows Shell:
<typeparamref name="IThumbnailFromStream"/>
<typeparamref name="IThumbnailFromShellObject"/>
<typeparamref name="IThumbnailFromFile"/>
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.IThumbnailFromFile.ConstructBitmap(System.IO.FileInfo,System.Int32)">
<summary>
Provides the <typeparamref name="FileInfo"/> to the item from which a thumbnail should be created.
<remarks>Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed they will not display adornments.
Additional guidelines for developing thumbnails can be found at http://msdn.microsoft.com/en-us/library/cc144115(v=VS.85).aspx
</remarks>
</summary>
<param name="info">FileInfo to initialize the thumbnail</param>
<param name="sideSize">Square side dimension in which the thumbnail should fit; the thumbnail will be scaled otherwise.</param>
<returns>Generated thumbnail</returns>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider">
<summary>
This is the base class for all thumbnail providers and provides their basic functionality.
To create a custom thumbnail provider a class must derive from this, use the <typeparamref name="ThumbnailProviderAttribute"/>,
and implement 1 or more of the following interfaces:
<typeparamref name="IThumbnailFromStream"/>, <typeparamref name="IThumbnailFromShellObject"/>, <typeparamref name="IThumbnailFromFile"/>.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.GetThumbnailAlphaType">
<summary>
Sets the AlphaType of the generated thumbnail.
Override this method in a derived class to change the thumbnails AlphaType, default is Unknown.
</summary>
<returns>ThumnbailAlphaType</returns>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Register(System.Type)">
<summary>
Called when the assembly is registered via RegAsm.
</summary>
<param name="registerType">Type to be registered.</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Unregister(System.Type)">
<summary>
Called when the assembly is registered via RegAsm.
</summary>
<param name="registerType">Type to register.</param>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Finalize">
<summary>
Finalizer for the thumbnail provider.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Dispose">
<summary>
Disposes the thumbnail provider.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProvider.Dispose(System.Boolean)">
<summary>
Disploses the thumbnail provider.
</summary>
<param name="disposing"></param>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute">
<summary>
This class attribute is applied to a Thumbnail Provider to specify registration parameters
and aesthetic attributes.
</summary>
</member>
<member name="M:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.#ctor(System.String,System.String)">
<summary>
Creates a new instance of the attribute.
</summary>
<param name="name">Name of the provider</param>
<param name="extensions">Semi-colon-separated list of extensions supported by this provider.</param>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.Name">
<summary>
Gets the name of the provider
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.Extensions">
<summary>
Gets the semi-colon-separated list of extensions supported by the provider.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.DisableProcessIsolation">
<summary>
Opts-out of running within the surrogate process DllHost.exe.
This will reduce robustness and security.
This value should be true if the provider does not implement <typeparamref name="IThumbnailFromStream"/>.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.ThumbnailCutoff">
<summary>
Below this size thumbnail images will not be generated - file icons will be used instead.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.TypeOverlay">
<summary>
A resource reference string pointing to the icon to be used as an overlay on the bottom right of the thumbnail.
ex. ISVComponent.dll@,-155
ex. C:\Windows\System32\SampleIcon.ico
If an empty string is provided, no overlay will be used.
If the property is set to null, the default icon for the associated icon will be used as an overlay.
</summary>
</member>
<member name="P:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailProviderAttribute.ThumbnailAdornment">
<summary>
Specifies the <typeparamref name="ThumbnailAdornment"/> for the thumbnail.
<remarks>
Only 32bpp bitmaps support adornments.
While 24bpp bitmaps will be displayed, their adornments will not.
If an adornment is specified by the file-type's associated application,
the applications adornment will override the value specified in this registration.</remarks>
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize">
<summary>
Defines the minimum thumbnail size for which thumbnails will be generated.
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square20">
<summary>
Default size of 20x20
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square32">
<summary>
Size of 32x32
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square16">
<summary>
Size of 16x16
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square48">
<summary>
Size of 48x48
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailCutoffSize.Square16B">
<summary>
Size of 16x16. An alternative to Square16.
</summary>
</member>
<member name="T:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment">
<summary>
Adornment applied to thumbnails.
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.Default">
<summary>
This will use the associated application's default icon as the adornment.
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.None">
<summary>
No adornment
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.DropShadow">
<summary>
Drop shadow adornment
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.PhotoBorder">
<summary>
Photo border adornment
</summary>
</member>
<member name="F:Microsoft.WindowsAPICodePack.ShellExtensions.ThumbnailAdornment.VideoSprockets">
<summary>
Video sprocket adornment
</summary>
</member>
</members>
</doc>