2020-03-01 13:12:17 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-04-06 20:05:10 +00:00
<Import Project= "..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
2020-03-01 13:12:17 +00:00
<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 > {6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > UWUVCI_AIO_WPF</RootNamespace>
<AssemblyName > UWUVCI AIO WPF</AssemblyName>
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2020-04-04 00:41:56 +00:00
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper > false</IsWebBootstrapper>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
2020-03-01 13:12:17 +00:00
</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>
2020-04-04 00:41:56 +00:00
<PropertyGroup >
<SignManifests > false</SignManifests>
</PropertyGroup>
2020-03-01 13:12:17 +00:00
<ItemGroup >
2020-04-07 21:21:38 +00:00
<Reference Include= "AutoUpdater.NET, Version=1.6.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL" >
<HintPath > ..\packages\Autoupdater.NET.Official.1.6.0\lib\net40\AutoUpdater.NET.dll</HintPath>
</Reference>
2020-04-06 20:05:10 +00:00
<Reference Include= "Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
</Reference>
2020-04-07 01:09:05 +00:00
<Reference Include= "GameBaseClassLibrary" >
2020-03-13 22:35:20 +00:00
<HintPath > ..\..\GameBaseClassLibrary\GameBaseClassLibrary\bin\Debug\GameBaseClassLibrary.dll</HintPath>
</Reference>
2020-03-01 13:12:17 +00:00
<Reference Include= "MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
</Reference>
<Reference Include= "MaterialDesignThemes.Wpf, Version=3.0.1.920, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Data" />
2020-03-01 13:45:00 +00:00
<Reference Include= "System.IO.Compression" />
<Reference Include= "System.IO.Compression.FileSystem" />
2020-04-02 19:45:24 +00:00
<Reference Include= "System.Windows.Forms" />
2020-03-01 13:12:17 +00:00
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Net.Http" />
<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>
2020-03-13 22:35:20 +00:00
<Compile Include= "Classes\KeyFile.cs" />
<Compile Include= "Classes\TKeys.cs" />
2020-04-02 22:49:48 +00:00
<Compile Include= "Classes\ToolCheck.cs" />
2020-04-04 22:16:55 +00:00
<Compile Include= "UI\Done.xaml.cs" >
<DependentUpon > Done.xaml</DependentUpon>
</Compile>
2020-04-07 03:55:44 +00:00
<Compile Include= "UI\Frames\InjectFrames\Configurations\OtherConfigs - Kopieren.xaml.cs" >
<DependentUpon > OtherConfigs - Kopieren.xaml</DependentUpon>
</Compile>
2020-03-31 23:48:50 +00:00
<Compile Include= "UI\Frames\KeyFrame\TKFrame.xaml.cs" >
<DependentUpon > TKFrame.xaml</DependentUpon>
</Compile>
2020-04-02 19:45:24 +00:00
<Compile Include= "UI\Frames\Path\Paths.xaml.cs" >
<DependentUpon > Paths.xaml</DependentUpon>
</Compile>
2020-03-13 22:35:20 +00:00
<Compile Include= "UI\Windows\EnterKey.xaml.cs" >
<DependentUpon > EnterKey.xaml</DependentUpon>
</Compile>
<Compile Include= "UI\Windows\TitleKeys.xaml.cs" >
<DependentUpon > TitleKeys.xaml</DependentUpon>
</Compile>
2020-04-04 22:16:55 +00:00
<Page Include= "UI\Done.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\InjectFrame.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\InjectFrames\Bases\BaseContainerFrame.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\InjectFrames\Bases\CustomBaseFrame.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\InjectFrames\Bases\NonCustomBaseFrame.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\InjectFrames\Configurations\N64Config.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-04-07 03:55:44 +00:00
<Page Include= "UI\Frames\InjectFrames\Configurations\OtherConfigs - Kopieren.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\InjectFrames\Configurations\OtherConfigs.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-31 23:48:50 +00:00
<Page Include= "UI\Frames\KeyFrame\TKFrame.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-04-02 19:45:24 +00:00
<Page Include= "UI\Frames\Path\Paths.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-02 17:44:01 +00:00
<Page Include= "UI\Frames\SettingsFrame.xaml" >
2020-03-01 15:52:59 +00:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-08 22:25:34 +00:00
<Page Include= "UI\Frames\StartFrame.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-13 22:35:20 +00:00
<Page Include= "UI\Windows\EnterKey.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-01 13:12:17 +00:00
<Page Include= "UI\Windows\MenuWindow.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
2020-03-01 13:45:00 +00:00
<Compile Include= "Classes\Injection.cs" />
2020-03-01 14:40:36 +00:00
<Compile Include= "Classes\N64Conf.cs" />
<Compile Include= "Classes\PNGTGA.cs" />
<Compile Include= "Classes\GameConfig.cs" />
2020-03-01 15:52:59 +00:00
<Compile Include= "Models\BaseModel.cs" />
<Compile Include= "Models\MainViewModel.cs" />
2020-03-02 17:44:01 +00:00
<Compile Include= "UI\Frames\InjectFrame.xaml.cs" >
<DependentUpon > InjectFrame.xaml</DependentUpon>
2020-03-01 15:52:59 +00:00
</Compile>
2020-03-02 17:44:01 +00:00
<Compile Include= "UI\Frames\InjectFrames\Bases\BaseContainerFrame.xaml.cs" >
<DependentUpon > BaseContainerFrame.xaml</DependentUpon>
2020-03-01 15:52:59 +00:00
</Compile>
2020-03-02 17:44:01 +00:00
<Compile Include= "UI\Frames\InjectFrames\Bases\CustomBaseFrame.xaml.cs" >
<DependentUpon > CustomBaseFrame.xaml</DependentUpon>
2020-03-01 15:52:59 +00:00
</Compile>
2020-03-02 17:44:01 +00:00
<Compile Include= "UI\Frames\InjectFrames\Bases\NonCustomBaseFrame.xaml.cs" >
<DependentUpon > NonCustomBaseFrame.xaml</DependentUpon>
2020-03-01 15:52:59 +00:00
</Compile>
2020-03-02 17:44:01 +00:00
<Compile Include= "UI\Frames\InjectFrames\Configurations\N64Config.xaml.cs" >
<DependentUpon > N64Config.xaml</DependentUpon>
</Compile>
<Compile Include= "UI\Frames\InjectFrames\Configurations\OtherConfigs.xaml.cs" >
<DependentUpon > OtherConfigs.xaml</DependentUpon>
2020-03-01 15:52:59 +00:00
</Compile>
<Compile Include= "UI\Frames\SettingsFrame.xaml.cs" >
<DependentUpon > SettingsFrame.xaml</DependentUpon>
</Compile>
2020-03-08 22:25:34 +00:00
<Compile Include= "UI\Frames\StartFrame.xaml.cs" >
<DependentUpon > StartFrame.xaml</DependentUpon>
</Compile>
2020-03-01 13:12:17 +00:00
<Compile Include= "UI\Windows\MenuWindow.xaml.cs" >
<DependentUpon > MenuWindow.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
2020-03-13 22:35:20 +00:00
<Page Include= "UI\Windows\TitleKeys.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-03-01 13:12:17 +00:00
</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>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include= "packages.config" />
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\bg maybe wpf.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\bg maybe wpf2.png" />
</ItemGroup>
2020-03-01 15:16:23 +00:00
<ItemGroup >
<Resource Include= "UI\Images\gba64.png" />
<Resource Include= "UI\Images\nds64v64.png" />
</ItemGroup>
2020-03-02 21:40:04 +00:00
<ItemGroup >
<Resource Include= "UI\Images\nes64.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\n64colorless.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\snes64.png" />
</ItemGroup>
2020-04-04 00:41:56 +00:00
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.7.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.7.2 %28x86 und x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
2020-04-06 13:50:54 +00:00
<ItemGroup >
<Resource Include= "UI\Images\TG16.png" />
</ItemGroup>
2020-04-07 01:09:05 +00:00
<ItemGroup >
<Resource Include= "UI\Images\msx.png" />
</ItemGroup>
2020-04-08 02:25:08 +00:00
<ItemGroup >
<Resource Include= "UI\Images\TG16alt.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\nes64alt.png" />
<Resource Include= "UI\Images\nes64alt2.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\snes64alt.png" />
</ItemGroup>
<ItemGroup >
<Resource Include= "UI\Images\snes64alt2.png" />
</ItemGroup>
2020-03-01 13:12:17 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition= "Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets'))" />
2020-04-06 20:05:10 +00:00
<Error Condition= "!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
2020-03-01 13:12:17 +00:00
</Target>
2020-04-06 20:05:10 +00:00
<Import Project= "..\packages\Fody.6.0.0\build\Fody.targets" Condition= "Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
2020-03-01 13:12:17 +00:00
</Project>