2018-11-08 01:56:21 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets= "Build" >
<PropertyGroup >
<ProjectGuid > {F92FFBED-2767-4676-9711-BB89CDA58A43}</ProjectGuid>
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<OutputType > WinExe</OutputType>
<RootNamespace > NovetusLauncher</RootNamespace>
2019-02-07 04:55:22 +02:00
<AssemblyName > Novetus</AssemblyName>
2020-04-07 04:23:25 +03:00
<TargetFrameworkVersion > v4.0</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
<NoWin32Manifest > False</NoWin32Manifest>
<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>
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>
<IsWebBootstrapper > false</IsWebBootstrapper>
<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>
2019-06-16 17:51:03 +03:00
<DefineConstants > DEBUG;TRACE;LAUNCHER;NOVETUS_APPS</DefineConstants>
<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>
<DefineConstants > TRACE;LAUNCHER;NOVETUS_APPS</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>
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>
2019-10-11 21:03:30 +03:00
</PropertyGroup>
2018-11-08 01:56:21 +02:00
<ItemGroup >
2020-04-07 04:39:25 +03:00
<Reference Include= "DotNetZip, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL" >
<HintPath > ..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll</HintPath>
2020-04-07 04:23:25 +03:00
</Reference>
2020-07-15 03:28:34 +03:00
<Reference Include= "Microsoft.CSharp" />
2020-04-07 04:23:25 +03:00
<Reference Include= "Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
<Private > True</Private>
</Reference>
2018-12-23 19:04:05 +02:00
<Reference Include= "Mono.Nat" >
<HintPath > ..\packages\Mono.Nat.1.2.24.0\lib\net40\Mono.Nat.dll</HintPath>
</Reference>
2020-07-15 03:28:34 +03:00
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.7.2\lib\net40-client\NLog.dll</HintPath>
</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" />
2020-07-15 03:28:34 +03:00
<Reference Include= "System.Configuration" />
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>
<Reference Include= "System.Drawing" />
2020-04-07 04:23:25 +03:00
<Reference Include= "System.IO, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.1.1.8\lib\net40\System.IO.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net" />
<Reference Include= "System.Runtime, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.1.1.8\lib\net40\System.Runtime.dll</HintPath>
<Private > True</Private>
</Reference>
2020-07-15 03:28:34 +03:00
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.ServiceModel" />
2020-04-07 04:23:25 +03:00
<Reference Include= "System.Threading.Tasks, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.1.1.8\lib\net40\System.Threading.Tasks.dll</HintPath>
<Private > True</Private>
</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>
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>
2020-09-19 02:13:51 +03:00
<Compile Include= "Classes\Launcher\AddonLoader.cs" />
2021-07-25 21:22:55 +03:00
<Compile Include= "Classes\Launcher\EasterEggs.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" />
2021-07-28 01:45:12 +03:00
<Compile Include= "Classes\SDK\Downloader.cs" />
<Compile Include= "Classes\SDK\ROBLOXFileTypes.cs" />
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>
2021-09-25 04:13:26 +03:00
<Compile Include= "Forms\LauncherForm\Stylish\LauncherFormStylishServerInfo.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Forms\LauncherForm\Stylish\LauncherFormStylishServerInfo.Designer.cs" >
<DependentUpon > LauncherFormStylishServerInfo.cs</DependentUpon>
</Compile>
2020-09-19 02:13:51 +03:00
<Compile Include= "Forms\SDK\AssetSDK.cs" >
2020-07-12 22:29:41 +03:00
<SubType > Form</SubType>
2020-07-11 22:50:36 +03:00
</Compile>
2020-09-19 02:13:51 +03:00
<Compile Include= "Forms\SDK\AssetSDK.Designer.cs" >
<DependentUpon > AssetSDK.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>
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>
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>
2021-09-25 04:13:26 +03:00
<EmbeddedResource Include= "Forms\LauncherForm\Stylish\LauncherFormStylishServerInfo.resx" >
<DependentUpon > LauncherFormStylishServerInfo.cs</DependentUpon>
</EmbeddedResource>
2020-09-19 02:13:51 +03:00
<EmbeddedResource Include= "Forms\SDK\AssetSDK.resx" >
<DependentUpon > AssetSDK.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Forms\SDK\ClientinfoCreator.resx" >
<DependentUpon > ClientinfoCreator.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Forms\SDK\ClientScriptDocumentation.resx" >
<DependentUpon > ClientScriptDocumentation.cs</DependentUpon>
</EmbeddedResource>
<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>
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" />
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>
2020-04-07 04:23:25 +03:00
<Import Project= "..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name= "EnsureBclBuildImported" BeforeTargets= "BeforeBuild" Condition= "'$(BclBuildImported)' == ''" >
<Error Condition= "!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword= "BCLBUILD2001" />
<Error Condition= "Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text= "The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword= "BCLBUILD2002" />
</Target>
2018-11-08 01:56:21 +02:00
</Project>