2018-11-08 01:56:21 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<PropertyGroup>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<ProjectGuid>{78EE2921-681F-411A-90F2-773A5CE96B7E}</ProjectGuid>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2022-09-15 00:47:08 +03:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<RootNamespace>NovetusLauncher</RootNamespace>
|
2019-02-07 04:55:22 +02:00
|
|
|
|
<AssemblyName>Novetus</AssemblyName>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-05-20 22:15:27 +03:00
|
|
|
|
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
2020-07-07 18:13:42 +03:00
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2019-06-16 17:51:03 +03:00
|
|
|
|
<SignAssembly>False</SignAssembly>
|
|
|
|
|
<DelaySign>False</DelaySign>
|
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2020-04-14 01:54:25 +03: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>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<BaseAddress>4194304</BaseAddress>
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
|
<DebugType>Full</DebugType>
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE;LAUNCHER;NOVETUS_APPS;NET481</DefineConstants>
|
2019-06-16 17:51:03 +03:00
|
|
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
|
<DebugType>None</DebugType>
|
|
|
|
|
<Optimize>True</Optimize>
|
2019-06-16 17:51:03 +03:00
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<DefineConstants>TRACE;LAUNCHER;NOVETUS_APPS;NET481</DefineConstants>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
2019-06-16 17:51:03 +03:00
|
|
|
|
<StartAction>Project</StartAction>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</PropertyGroup>
|
2019-10-11 21:03:30 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2020-04-14 01:54:25 +03:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;LAUNCHER;NOVETUS_APPS;NET481</DefineConstants>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2019-10-11 21:03:30 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2020-04-14 01:54:25 +03:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2021-09-11 17:35:47 +03:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<DefineConstants>TRACE;LAUNCHER;NOVETUS_APPS;NET481</DefineConstants>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2019-10-11 21:03:30 +03:00
|
|
|
|
</PropertyGroup>
|
2021-11-10 01:12:53 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2022-09-13 00:56:40 +03:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
</PropertyGroup>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<ItemGroup>
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="BrotliSharpLib, Version=0.3.2.0, Culture=neutral, PublicKeyToken=3f4e2a1cd615fcb7, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>C:\Users\Bitl\Documents\GitHub\Novetus\Novetus_src\Novetus\packages\BrotliSharpLib.0.3.3\lib\net451\BrotliSharpLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-10-23 16:48:16 +03:00
|
|
|
|
<Reference Include="DotNetZip, Version=1.16.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\DotNetZip.1.16.0\lib\net40\DotNetZip.dll</HintPath>
|
2020-04-07 04:23:25 +03:00
|
|
|
|
</Reference>
|
2020-07-15 03:28:34 +03:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>C:\Users\Bitl\Documents\GitHub\Novetus\Novetus_src\Novetus\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
|
2020-04-07 04:23:25 +03:00
|
|
|
|
</Reference>
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<Reference Include="Mono.Nat, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6c9468a3c21bc6d1, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Mono.Nat.3.0.4\lib\netstandard2.0\Mono.Nat.dll</HintPath>
|
2018-12-23 19:04:05 +02:00
|
|
|
|
</Reference>
|
2022-10-31 20:43:28 +02:00
|
|
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<HintPath>..\packages\NLog.5.1.0\lib\net46\NLog.dll</HintPath>
|
2022-10-31 20:43:28 +02:00
|
|
|
|
</Reference>
|
2021-09-19 03:56:05 +03:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
<Reference Include="ReachFramework" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Reference Include="System" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>C:\Users\Bitl\Documents\GitHub\Novetus\Novetus_src\Novetus\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
|
|
|
</Reference>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
2020-07-15 03:28:34 +03:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
|
|
|
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2021-11-19 21:45:23 +02:00
|
|
|
|
<Reference Include="System.Management" />
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
</Reference>
|
2020-04-07 04:23:25 +03:00
|
|
|
|
<Reference Include="System.Net" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>C:\Users\Bitl\Documents\GitHub\Novetus\Novetus_src\Novetus\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
|
|
|
</Reference>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
2020-04-07 04:23:25 +03:00
|
|
|
|
</Reference>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2020-07-15 03:28:34 +03:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
</Reference>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>C:\Users\Bitl\Documents\GitHub\Novetus\Novetus_src\Novetus\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
|
|
|
|
|
</Reference>
|
2020-07-15 03:28:34 +03:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>C:\Users\Bitl\Documents\GitHub\Novetus\Novetus_src\Novetus\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
2020-04-07 04:23:25 +03:00
|
|
|
|
</Reference>
|
2020-07-15 03:28:34 +03:00
|
|
|
|
<Reference Include="System.Transactions" />
|
2019-12-31 05:18:11 +02:00
|
|
|
|
<Reference Include="System.Web" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2021-09-19 03:56:05 +03:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2022-12-20 18:18:26 +02:00
|
|
|
|
<Reference Include="Titanium.Web.Proxy, Version=1.0.1.0, Culture=neutral, PublicKeyToken=8e41e1f1c790d7cf, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Titanium.Web.Proxy.3.2.0\lib\net461\Titanium.Web.Proxy.dll</HintPath>
|
2022-12-20 16:17:42 +02:00
|
|
|
|
</Reference>
|
2022-09-15 00:47:08 +03:00
|
|
|
|
<Reference Include="UIAutomationClient" />
|
2021-09-19 03:56:05 +03:00
|
|
|
|
<Reference Include="UIAutomationProvider" />
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="WindowsFormsIntegration" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-07-28 01:45:12 +03:00
|
|
|
|
<Compile Include="..\NovetusCore\CharCustom\CharacterCustomizationShared.cs">
|
|
|
|
|
<Link>Forms\CharCustom\CharacterCustomizationShared.cs</Link>
|
|
|
|
|
</Compile>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Compact\CharacterCustomizationCompact.cs">
|
|
|
|
|
<Link>Forms\CharCustom\Compact\CharacterCustomizationCompact.cs</Link>
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2019-10-11 19:03:35 +03:00
|
|
|
|
</Compile>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Compact\CharacterCustomizationCompact.designer.cs">
|
|
|
|
|
<Link>Forms\CharCustom\Compact\CharacterCustomizationCompact.designer.cs</Link>
|
2020-07-09 21:27:18 +03:00
|
|
|
|
<DependentUpon>CharacterCustomizationCompact.cs</DependentUpon>
|
2020-05-29 20:06:43 +03:00
|
|
|
|
</Compile>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Extended\CharacterCustomizationExtended.cs">
|
|
|
|
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.cs</Link>
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2020-05-29 20:06:43 +03:00
|
|
|
|
</Compile>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Extended\CharacterCustomizationExtended.designer.cs">
|
|
|
|
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.designer.cs</Link>
|
2020-07-09 21:27:18 +03:00
|
|
|
|
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</Compile>
|
2022-07-28 03:45:41 +03:00
|
|
|
|
<Compile Include="Classes\Launcher\ModManager.cs" />
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Classes\Launcher\SplashLoader.cs" />
|
2021-09-21 04:01:52 +03:00
|
|
|
|
<Compile Include="Classes\Launcher\TreeNodeHelper.cs" />
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Classes\LocalVars.cs" />
|
2023-01-13 22:41:00 +02:00
|
|
|
|
<Compile Include="Classes\TabControlWithoutHeader.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2021-09-05 22:30:56 +03:00
|
|
|
|
<Compile Include="Forms\Decoder.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\Decoder.Designer.cs">
|
|
|
|
|
<DependentUpon>Decoder.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\CustomGraphicsOptions.cs">
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2019-10-11 19:03:35 +03:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\CustomGraphicsOptions.Designer.cs">
|
|
|
|
|
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
|
2018-12-23 19:04:05 +02:00
|
|
|
|
</Compile>
|
2021-05-27 23:04:11 +03:00
|
|
|
|
<Compile Include="Forms\LauncherForm\LauncherFormShared.cs" />
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.cs">
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2020-05-15 19:11:48 +03:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.Designer.cs">
|
|
|
|
|
<DependentUpon>LauncherFormCompact.cs</DependentUpon>
|
2020-05-15 19:11:48 +03:00
|
|
|
|
</Compile>
|
2021-09-02 02:09:01 +03:00
|
|
|
|
<Compile Include="Forms\LauncherFormSettings.cs">
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2019-10-11 19:03:35 +03:00
|
|
|
|
</Compile>
|
2021-09-02 02:09:01 +03:00
|
|
|
|
<Compile Include="Forms\LauncherFormSettings.Designer.cs">
|
|
|
|
|
<DependentUpon>LauncherFormSettings.cs</DependentUpon>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</Compile>
|
2021-09-19 03:56:05 +03:00
|
|
|
|
<Compile Include="Forms\LauncherForm\Stylish\LauncherFormStylish.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\LauncherForm\Stylish\LauncherFormStylish.Designer.cs">
|
|
|
|
|
<DependentUpon>LauncherFormStylish.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\LauncherForm\Stylish\LauncherFormStylishInterface.xaml.cs">
|
|
|
|
|
<DependentUpon>LauncherFormStylishInterface.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-09-15 00:47:08 +03:00
|
|
|
|
<Compile Include="Forms\NovetusConsole.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\NovetusConsole.Designer.cs">
|
|
|
|
|
<DependentUpon>NovetusConsole.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-07-28 03:45:41 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ModCreator.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\ModCreator.Designer.cs">
|
|
|
|
|
<DependentUpon>ModCreator.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-07-26 23:31:08 +03:00
|
|
|
|
<Compile Include="Forms\SDK\AssetDownloader.cs">
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
</Compile>
|
2022-07-26 23:31:08 +03:00
|
|
|
|
<Compile Include="Forms\SDK\AssetDownloader.Designer.cs">
|
|
|
|
|
<DependentUpon>AssetDownloader.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-07-28 03:45:41 +03:00
|
|
|
|
<Compile Include="Forms\SDK\AssetFixer.cs">
|
2022-07-26 23:31:08 +03:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\AssetFixer.Designer.cs">
|
|
|
|
|
<DependentUpon>AssetFixer.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-07-28 03:45:41 +03:00
|
|
|
|
<Compile Include="Forms\SDK\MeshConverter.cs">
|
2022-07-26 23:31:08 +03:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\MeshConverter.Designer.cs">
|
|
|
|
|
<DependentUpon>MeshConverter.cs</DependentUpon>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ClientinfoCreator.cs">
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2020-01-11 21:57:43 +02:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ClientinfoCreator.Designer.cs">
|
|
|
|
|
<DependentUpon>ClientinfoCreator.cs</DependentUpon>
|
2020-01-11 21:57:43 +02:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ClientScriptDocumentation.cs">
|
2020-07-12 22:29:41 +03:00
|
|
|
|
<SubType>Form</SubType>
|
2019-12-21 00:08:24 +02:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ClientScriptDocumentation.Designer.cs">
|
|
|
|
|
<DependentUpon>ClientScriptDocumentation.cs</DependentUpon>
|
2019-12-21 00:08:24 +02:00
|
|
|
|
</Compile>
|
2021-11-03 03:17:54 +02:00
|
|
|
|
<Compile Include="Forms\SDK\ClientinfoCreatorValidatePathForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\ClientinfoCreatorValidatePathForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ClientinfoCreatorValidatePathForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\DiogenesEditor.cs">
|
2020-07-19 04:33:10 +03:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\DiogenesEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>DiogenesEditor.cs</DependentUpon>
|
2020-07-19 04:33:10 +03:00
|
|
|
|
</Compile>
|
2021-07-28 01:45:12 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ItemCreationSDK.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\ItemCreationSDK.Designer.cs">
|
|
|
|
|
<DependentUpon>ItemCreationSDK.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2021-10-17 21:48:52 +03:00
|
|
|
|
<Compile Include="Forms\SDK\ItemCreationSDKColorMenu.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\ItemCreationSDKColorMenu.Designer.cs">
|
|
|
|
|
<DependentUpon>ItemCreationSDKColorMenu.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\NovetusSDK.cs">
|
2019-11-09 21:23:43 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\NovetusSDK.Designer.cs">
|
|
|
|
|
<DependentUpon>NovetusSDK.cs</DependentUpon>
|
2019-11-09 21:23:43 +02:00
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\SplashTester.cs">
|
2019-11-12 23:52:27 +02:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<Compile Include="Forms\SDK\SplashTester.Designer.cs">
|
|
|
|
|
<DependentUpon>SplashTester.cs</DependentUpon>
|
2019-11-12 23:52:27 +02:00
|
|
|
|
</Compile>
|
2021-08-31 01:11:49 +03:00
|
|
|
|
<Compile Include="Forms\SDK\XMLContentEditor.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\SDK\XMLContentEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>XMLContentEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2021-03-20 21:43:19 +02:00
|
|
|
|
<Compile Include="Forms\ServerBrowser.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Forms\ServerBrowser.Designer.cs">
|
|
|
|
|
<DependentUpon>ServerBrowser.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-11-09 21:23:43 +02:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-07-09 21:10:31 +03:00
|
|
|
|
<Compile Include="Forms\LauncherForm\Extended\LauncherFormExtended.cs">
|
2019-10-11 19:03:35 +03:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-07-09 21:10:31 +03:00
|
|
|
|
<Compile Include="Forms\LauncherForm\Extended\LauncherFormExtended.Designer.cs">
|
2020-07-07 21:31:56 +03:00
|
|
|
|
<DependentUpon>LauncherFormExtended.cs</DependentUpon>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</Compile>
|
2021-09-21 04:01:52 +03:00
|
|
|
|
<Compile Include="NovetusLauncherEntryPoint.cs" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<EmbeddedResource Include="..\NovetusCore\CharCustom\Forms\Compact\CharacterCustomizationCompact.resx">
|
|
|
|
|
<Link>Forms\CharCustom\Compact\CharacterCustomizationCompact.resx</Link>
|
2020-07-09 21:27:18 +03:00
|
|
|
|
<DependentUpon>CharacterCustomizationCompact.cs</DependentUpon>
|
2020-05-29 20:06:43 +03:00
|
|
|
|
</EmbeddedResource>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<EmbeddedResource Include="..\NovetusCore\CharCustom\Forms\Extended\CharacterCustomizationExtended.resx">
|
|
|
|
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.resx</Link>
|
2020-07-09 21:27:18 +03:00
|
|
|
|
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</EmbeddedResource>
|
2020-07-19 04:33:10 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\CustomGraphicsOptions.resx">
|
|
|
|
|
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2021-09-05 22:30:56 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\Decoder.resx">
|
|
|
|
|
<DependentUpon>Decoder.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\LauncherForm\Compact\LauncherFormCompact.resx">
|
|
|
|
|
<DependentUpon>LauncherFormCompact.cs</DependentUpon>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</EmbeddedResource>
|
2021-09-02 02:09:01 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\LauncherFormSettings.resx">
|
|
|
|
|
<DependentUpon>LauncherFormSettings.cs</DependentUpon>
|
2019-11-09 21:23:43 +02:00
|
|
|
|
</EmbeddedResource>
|
2020-07-11 22:50:36 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\LauncherForm\Extended\LauncherFormExtended.resx">
|
|
|
|
|
<DependentUpon>LauncherFormExtended.cs</DependentUpon>
|
2019-11-12 23:52:27 +02:00
|
|
|
|
</EmbeddedResource>
|
2021-09-19 03:56:05 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\LauncherForm\Stylish\LauncherFormStylish.resx">
|
|
|
|
|
<DependentUpon>LauncherFormStylish.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2022-09-15 00:47:08 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\NovetusConsole.resx">
|
|
|
|
|
<DependentUpon>NovetusConsole.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2022-07-28 03:45:41 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\ModCreator.resx">
|
|
|
|
|
<DependentUpon>ModCreator.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2022-07-26 23:31:08 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\AssetDownloader.resx">
|
|
|
|
|
<DependentUpon>AssetDownloader.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SDK\AssetFixer.resx">
|
|
|
|
|
<DependentUpon>AssetFixer.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SDK\MeshConverter.resx">
|
|
|
|
|
<DependentUpon>MeshConverter.cs</DependentUpon>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SDK\ClientinfoCreator.resx">
|
|
|
|
|
<DependentUpon>ClientinfoCreator.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SDK\ClientScriptDocumentation.resx">
|
|
|
|
|
<DependentUpon>ClientScriptDocumentation.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2021-11-03 03:17:54 +02:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\ClientinfoCreatorValidatePathForm.resx">
|
|
|
|
|
<DependentUpon>ClientinfoCreatorValidatePathForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\DiogenesEditor.resx">
|
|
|
|
|
<DependentUpon>DiogenesEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2021-07-28 01:45:12 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\ItemCreationSDK.resx">
|
|
|
|
|
<DependentUpon>ItemCreationSDK.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2021-10-17 21:48:52 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\ItemCreationSDKColorMenu.resx">
|
|
|
|
|
<DependentUpon>ItemCreationSDKColorMenu.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
<EmbeddedResource Include="Forms\SDK\NovetusSDK.resx">
|
|
|
|
|
<DependentUpon>NovetusSDK.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SDK\SplashTester.resx">
|
|
|
|
|
<DependentUpon>SplashTester.cs</DependentUpon>
|
2021-08-31 01:11:49 +03:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Forms\SDK\XMLContentEditor.resx">
|
|
|
|
|
<DependentUpon>XMLContentEditor.cs</DependentUpon>
|
2020-09-19 02:13:51 +03:00
|
|
|
|
</EmbeddedResource>
|
2021-03-20 21:43:19 +02:00
|
|
|
|
<EmbeddedResource Include="Forms\ServerBrowser.resx">
|
|
|
|
|
<DependentUpon>ServerBrowser.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2019-11-09 21:23:43 +02:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
2021-09-19 20:57:12 +03:00
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
2019-11-09 21:23:43 +02:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
2021-11-10 01:12:53 +02:00
|
|
|
|
<None Include="app.manifest" />
|
2018-12-23 19:04:05 +02:00
|
|
|
|
<None Include="packages.config" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</ItemGroup>
|
2020-04-14 01:54:25 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and 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>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2020-05-20 22:15:27 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="NovetusIcon.ico" />
|
2021-09-22 03:47:59 +03:00
|
|
|
|
<Resource Include="Resources\BuildSolo2_click.png" />
|
|
|
|
|
<Resource Include="Resources\BuildSolo2_hover.png" />
|
|
|
|
|
<Resource Include="Resources\JoinServer_click.png" />
|
|
|
|
|
<Resource Include="Resources\JoinServer_hover.png" />
|
|
|
|
|
<Resource Include="Resources\PlaySolo_click.png" />
|
|
|
|
|
<Resource Include="Resources\PlaySolo_hover.png" />
|
|
|
|
|
<Resource Include="Resources\refresh_hover.png" />
|
|
|
|
|
<Resource Include="Resources\search_hover.png" />
|
|
|
|
|
<Resource Include="Resources\StartServer_click.png" />
|
|
|
|
|
<Resource Include="Resources\StartServer_hover.png" />
|
2021-09-19 20:57:12 +03:00
|
|
|
|
<Resource Include="Resources\refresh.png" />
|
|
|
|
|
<Resource Include="Resources\BuildSolo2.png" />
|
|
|
|
|
<Resource Include="Resources\JoinServer.png" />
|
|
|
|
|
<Resource Include="Resources\PlaySolo.png" />
|
|
|
|
|
<Resource Include="Resources\StartServer.png" />
|
|
|
|
|
<Resource Include="Resources\search.png" />
|
2021-06-04 22:58:40 +03:00
|
|
|
|
<None Include="Resources\NOVETUS_small.png" />
|
|
|
|
|
<None Include="Resources\N.png" />
|
2020-05-20 22:15:27 +03:00
|
|
|
|
</ItemGroup>
|
2021-09-19 03:56:05 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Include="Forms\LauncherForm\Stylish\LauncherFormStylishInterface.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
2020-07-08 04:34:48 +03:00
|
|
|
|
<Import Project="..\NovetusCore\NovetusCore.projitems" Label="Shared" />
|
2018-11-08 01:56:21 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2019-12-21 00:08:24 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>SET path=$(SolutionDir)build
|
|
|
|
|
if not exist "%25path%25" mkdir "%25path%25"
|
2020-09-03 22:37:25 +03:00
|
|
|
|
SET path2=%25path%25\Launcher
|
|
|
|
|
if not exist "%25path2%25" mkdir "%25path2%25"
|
|
|
|
|
copy $(ProjectDir)$(OutDir) "%25path2%25"\*
|
|
|
|
|
del "%25path%25"\$(TargetName).vshost.exe
|
|
|
|
|
del "%25path%25"\$(TargetName).vshost.exe.config
|
|
|
|
|
del "%25path%25"\$(TargetName).vshost.exe.manifest
|
|
|
|
|
del "%25path%25"\$(TargetName).xml
|
2020-04-07 04:23:25 +03:00
|
|
|
|
if not exist "%25path%25"\bin mkdir "%25path%25"\bin
|
2020-09-03 22:37:25 +03:00
|
|
|
|
move "%25path2%25"\* "%25path%25"\bin
|
|
|
|
|
rd /s /q "%25path2%25"</PostBuildEvent>
|
2019-12-21 00:08:24 +02:00
|
|
|
|
</PropertyGroup>
|
2022-10-31 22:09:36 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2018-11-08 01:56:21 +02:00
|
|
|
|
</Project>
|