172 lines
No EOL
8.4 KiB
XML
172 lines
No EOL
8.4 KiB
XML
<?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>
|
|
<Version>4.4.0</Version>
|
|
<ProjectGuid>{4B33CEE7-C74D-43B9-B99A-8B273D5195BC}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>WeeXnes</RootNamespace>
|
|
<AssemblyName>WeeXnes</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>
|
|
<ApplicationIcon>wicns.ico</ApplicationIcon>
|
|
</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>
|
|
<Prefer32bit>true</Prefer32bit>
|
|
</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>
|
|
<Prefer32bit>true</Prefer32bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DiscordRPC, Version=1.0.175.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DiscordRichPresence.1.0.175\lib\net35\DiscordRPC.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Drawing.Common.6.0.0\lib\net461\System.Drawing.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="Wpf.Ui, Version=2.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\WPF-UI.2.0.3\lib\net48\Wpf.Ui.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="Core\CustomConsole.cs" />
|
|
<Compile Include="Core\EncryptorLibrary.cs" />
|
|
<Compile Include="Core\HandleLaunchArguments.cs" />
|
|
<Compile Include="Core\RpcLogEvents.cs" />
|
|
<Compile Include="Core\SaveSettingsHandler.cs" />
|
|
<Compile Include="Core\WXFile.cs" />
|
|
<Compile Include="Views\DiscordRPC\AddRPCView.xaml.cs">
|
|
<DependentUpon>AddRPCView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\DiscordRPC\DiscordRPCView.xaml.cs">
|
|
<DependentUpon>DiscordRPCView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\DiscordRPC\EditRPCView.xaml.cs">
|
|
<DependentUpon>EditRPCView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\DiscordRPC\Game.cs" />
|
|
<Compile Include="Views\DiscordRPC\RunRPCView.xaml.cs">
|
|
<DependentUpon>RunRPCView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Home\HomeView.xaml.cs">
|
|
<DependentUpon>HomeView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\KeyManager\KeyItem.cs" />
|
|
<Compile Include="Views\KeyManager\KeyManagerView.xaml.cs">
|
|
<DependentUpon>KeyManagerView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PasswordGenerator\PasswordGenView.xaml.cs">
|
|
<DependentUpon>PasswordGenView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PasswordGenerator\SavePasswordView.xaml.cs">
|
|
<DependentUpon>SavePasswordView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PasswordGenerator\SaveToKeyManagerView.xaml.cs">
|
|
<DependentUpon>SaveToKeyManagerView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Settings\ApiResponse.cs" />
|
|
<Compile Include="Views\Settings\ChangePathsView.xaml.cs">
|
|
<DependentUpon>ChangePathsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Settings\FluentMessageBox.xaml.cs">
|
|
<DependentUpon>FluentMessageBox.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Settings\SettingsView.xaml.cs">
|
|
<DependentUpon>SettingsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Settings\UpdateFoundView.xaml.cs">
|
|
<DependentUpon>UpdateFoundView.xaml</DependentUpon>
|
|
</Compile>
|
|
<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="Core\DataTypes.cs" />
|
|
<Compile Include="Core\Functions.cs" />
|
|
<Compile Include="Core\Global.cs" />
|
|
<Compile Include="Core\INIFile.cs" />
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="Views\DiscordRPC\AddRPCView.xaml" />
|
|
<Page Include="Views\DiscordRPC\DiscordRPCView.xaml" />
|
|
<Page Include="Views\DiscordRPC\EditRPCView.xaml" />
|
|
<Page Include="Views\DiscordRPC\RunRPCView.xaml" />
|
|
<Page Include="Views\Home\HomeView.xaml" />
|
|
<Page Include="Views\KeyManager\KeyManagerView.xaml" />
|
|
<Page Include="Views\PasswordGenerator\PasswordGenView.xaml" />
|
|
<Page Include="Views\PasswordGenerator\SavePasswordView.xaml" />
|
|
<Page Include="Views\PasswordGenerator\SaveToKeyManagerView.xaml" />
|
|
<Page Include="Views\Settings\ChangePathsView.xaml" />
|
|
<Page Include="Views\Settings\FluentMessageBox.xaml" />
|
|
<Page Include="Views\Settings\SettingsView.xaml" />
|
|
<Page Include="Views\Settings\UpdateFoundView.xaml" />
|
|
</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>
|
|
<Content Include="wicns.ico" />
|
|
<Resource Include="Images\wicon.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |