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>
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
<Private > True</Private>
</Reference>
<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>
2018-11-08 01:56:21 +02:00
<Reference Include= "System" />
<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>
<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>
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" />
<Reference Include= "System.Xml" />
<Reference Include= "System.Xml.Linq" >
<RequiredTargetFramework > 3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup >
2020-05-29 20:06:43 +03:00
<Compile Include= "CharacterCustomization\CharacterCustomization_legacy.cs" >
2019-10-11 19:03:35 +03:00
<SubType > Form</SubType>
</Compile>
2020-05-29 20:06:43 +03:00
<Compile Include= "CharacterCustomization\CharacterCustomization_legacy.Designer.cs" >
<DependentUpon > CharacterCustomization_legacy.cs</DependentUpon>
</Compile>
<Compile Include= "CharacterCustomization\CharacterCustomization.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "CharacterCustomization\CharacterCustomization.Designer.cs" >
2018-11-08 01:56:21 +02:00
<DependentUpon > CharacterCustomization.cs</DependentUpon>
</Compile>
2020-07-07 21:19:40 +03:00
<Compile Include= "Classes\AddonLoader.cs" />
<Compile Include= "Classes\CharCustom\IconLoader.cs" />
<Compile Include= "Classes\SDK\Downloader.cs" />
<Compile Include= "Classes\SDK\RobloxXMLLocalizer.cs" />
<Compile Include= "Classes\SplashLoader.cs" />
<Compile Include= "Classes\WinForms\FormExt.cs" />
2020-07-07 18:13:42 +03:00
<Compile Include= "Classes\LocalVars.cs" />
2020-07-07 21:19:40 +03:00
<Compile Include= "Classes\WinForms\TabControlWithoutHeader.cs" >
<SubType > Component</SubType>
</Compile>
<Compile Include= "Classes\WinForms\TreeNodeHelper.cs" />
2020-07-07 18:48:53 +03:00
<Compile Include= "MainForm\Compact\MainForm_legacy.cs" >
2020-05-29 20:06:43 +03:00
<SubType > Form</SubType>
</Compile>
2020-07-07 18:48:53 +03:00
<Compile Include= "MainForm\Compact\MainForm_legacy.Designer.cs" >
2020-05-29 20:06:43 +03:00
<DependentUpon > MainForm_legacy.cs</DependentUpon>
</Compile>
2020-07-07 18:48:53 +03:00
<Compile Include= "MainForm\Compact\NovetusSettings.cs" >
2020-05-13 22:42:40 +03:00
<SubType > Form</SubType>
</Compile>
2020-07-07 18:48:53 +03:00
<Compile Include= "MainForm\Compact\NovetusSettings.Designer.cs" >
2020-05-13 22:42:40 +03:00
<DependentUpon > NovetusSettings.cs</DependentUpon>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\ClientinfoCreator.cs" >
2019-10-11 19:03:35 +03:00
<SubType > Form</SubType>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\ClientinfoCreator.Designer.cs" >
2018-11-08 01:56:21 +02:00
<DependentUpon > ClientinfoCreator.cs</DependentUpon>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\ClientScriptDocumentation.cs" >
2019-10-11 19:03:35 +03:00
<SubType > Form</SubType>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\ClientScriptDocumentation.Designer.cs" >
2018-12-23 19:04:05 +02:00
<DependentUpon > ClientScriptDocumentation.cs</DependentUpon>
</Compile>
2020-05-15 19:11:48 +03:00
<Compile Include= "SDK\DiogenesEditor.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "SDK\DiogenesEditor.Designer.cs" >
<DependentUpon > DiogenesEditor.cs</DependentUpon>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\ItemMaker.cs" >
2019-10-11 19:03:35 +03:00
<SubType > Form</SubType>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\ItemMaker.Designer.cs" >
2018-11-08 01:56:21 +02:00
<DependentUpon > ItemMaker.cs</DependentUpon>
</Compile>
2020-01-11 21:57:43 +02:00
<Compile Include= "SDK\Obj2MeshV1GUI.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "SDK\Obj2MeshV1GUI.Designer.cs" >
<DependentUpon > Obj2MeshV1GUI.cs</DependentUpon>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\SplashTester.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "SDK\SplashTester.Designer.cs" >
<DependentUpon > SplashTester.cs</DependentUpon>
</Compile>
2019-12-21 21:44:50 +02:00
<Compile Include= "SDK\NovetusSDK.cs" >
2019-11-09 21:23:43 +02:00
<SubType > Form</SubType>
</Compile>
2019-12-21 21:44:50 +02:00
<Compile Include= "SDK\NovetusSDK.Designer.cs" >
2019-11-09 21:23:43 +02:00
<DependentUpon > NovetusSDK.cs</DependentUpon>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\AssetLocalizer.cs" >
2019-11-12 23:52:27 +02:00
<SubType > Form</SubType>
</Compile>
2019-12-21 00:08:24 +02:00
<Compile Include= "SDK\AssetLocalizer.Designer.cs" >
2019-11-12 23:52:27 +02:00
<DependentUpon > AssetLocalizer.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-07 18:48:53 +03:00
<Compile Include= "MainForm\Extended\MainForm.cs" >
2019-10-11 19:03:35 +03:00
<SubType > Form</SubType>
</Compile>
2020-07-07 18:48:53 +03:00
<Compile Include= "MainForm\Extended\MainForm.Designer.cs" >
2018-11-08 01:56:21 +02:00
<DependentUpon > MainForm.cs</DependentUpon>
</Compile>
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
2020-05-29 20:06:43 +03:00
<EmbeddedResource Include= "CharacterCustomization\CharacterCustomization_legacy.resx" >
<DependentUpon > CharacterCustomization_legacy.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "CharacterCustomization\CharacterCustomization.resx" >
2018-11-08 01:56:21 +02:00
<DependentUpon > CharacterCustomization.cs</DependentUpon>
</EmbeddedResource>
2020-07-07 18:48:53 +03:00
<EmbeddedResource Include= "MainForm\Compact\MainForm_legacy.resx" >
2020-05-29 20:06:43 +03:00
<DependentUpon > MainForm_legacy.cs</DependentUpon>
</EmbeddedResource>
2020-07-07 18:48:53 +03:00
<EmbeddedResource Include= "MainForm\Compact\NovetusSettings.resx" >
2020-05-13 22:42:40 +03:00
<DependentUpon > NovetusSettings.cs</DependentUpon>
</EmbeddedResource>
2019-12-21 00:08:24 +02:00
<EmbeddedResource Include= "SDK\ClientinfoCreator.resx" >
2018-11-08 01:56:21 +02:00
<DependentUpon > ClientinfoCreator.cs</DependentUpon>
</EmbeddedResource>
2019-12-21 00:08:24 +02:00
<EmbeddedResource Include= "SDK\ClientScriptDocumentation.resx" >
2018-12-23 19:04:05 +02:00
<DependentUpon > ClientScriptDocumentation.cs</DependentUpon>
</EmbeddedResource>
2020-05-15 19:11:48 +03:00
<EmbeddedResource Include= "SDK\DiogenesEditor.resx" >
<DependentUpon > DiogenesEditor.cs</DependentUpon>
</EmbeddedResource>
2019-12-21 00:08:24 +02:00
<EmbeddedResource Include= "SDK\ItemMaker.resx" >
2018-11-08 01:56:21 +02:00
<DependentUpon > ItemMaker.cs</DependentUpon>
</EmbeddedResource>
2020-01-11 21:57:43 +02:00
<EmbeddedResource Include= "SDK\Obj2MeshV1GUI.resx" >
<DependentUpon > Obj2MeshV1GUI.cs</DependentUpon>
</EmbeddedResource>
2019-12-21 00:08:24 +02:00
<EmbeddedResource Include= "SDK\SplashTester.resx" >
<DependentUpon > SplashTester.cs</DependentUpon>
</EmbeddedResource>
2020-07-07 18:48:53 +03:00
<EmbeddedResource Include= "MainForm\Extended\MainForm.resx" >
2018-11-08 01:56:21 +02:00
<DependentUpon > MainForm.cs</DependentUpon>
</EmbeddedResource>
2019-12-21 21:44:50 +02:00
<EmbeddedResource Include= "SDK\NovetusSDK.resx" >
2019-11-09 21:23:43 +02:00
<DependentUpon > NovetusSDK.cs</DependentUpon>
</EmbeddedResource>
2019-12-21 00:08:24 +02:00
<EmbeddedResource Include= "SDK\AssetLocalizer.resx" >
2019-11-12 23:52:27 +02:00
<DependentUpon > AssetLocalizer.cs</DependentUpon>
</EmbeddedResource>
2019-11-09 21:23:43 +02:00
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<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-16 00:16:09 +03:00
<ItemGroup >
<None Include= "Resources\BC.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\OBC.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\TBC.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\BC_legacy.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\OBC_legacy.png" />
</ItemGroup>
<ItemGroup >
<None Include= "Resources\TBC_legacy.png" />
</ItemGroup>
2020-05-20 22:15:27 +03:00
<ItemGroup >
<Content Include= "NovetusIcon.ico" />
</ItemGroup>
2020-07-07 21:19:40 +03:00
<ItemGroup />
2019-10-11 19:03:35 +03:00
<Import Project= "..\NovetusFuncs\NovetusFuncs.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"
copy $(ProjectDir)$(OutDir) "%25path%25"\*
del "%25path%25"\*.vshost.exe
del "%25path%25"\*.vshost.exe.config
2020-04-07 04:23:25 +03:00
del "%25path%25"\*.vshost.exe.manifest
del "%25path%25"\*.xml
if not exist "%25path%25"\bin mkdir "%25path%25"\bin
move "%25path%25"\* "%25path%25"\bin</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>