mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
457 lines
21 KiB
XML
457 lines
21 KiB
XML
<?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>
|
|
<AssemblyName>Novetus</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<ApplicationIcon>NovetusIcon.ico</ApplicationIcon>
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
<NoStdLib>False</NoStdLib>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<SignAssembly>False</SignAssembly>
|
|
<DelaySign>False</DelaySign>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<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>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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>
|
|
<DefineConstants>DEBUG;TRACE;LAUNCHER;NOVETUS_APPS</DefineConstants>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE;LAUNCHER;NOVETUS_APPS</DefineConstants>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<StartAction>Project</StartAction>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<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>
|
|
<Reference Include="Mono.Nat">
|
|
<HintPath>..\packages\Mono.Nat.1.2.24.0\lib\net40\Mono.Nat.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.5.0.5\lib\net35\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="ReachFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<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" />
|
|
<Reference Include="System.IO, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.IO.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Runtime, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Threading.Tasks, Version=2.6.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Threading.Tasks.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="UIAutomationClient" />
|
|
<Reference Include="UIAutomationProvider" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\NovetusCore\CharCustom\CharacterCustomizationShared.cs">
|
|
<Link>Forms\CharCustom\CharacterCustomizationShared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Compact\CharacterCustomizationCompact.cs">
|
|
<Link>Forms\CharCustom\Compact\CharacterCustomizationCompact.cs</Link>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Compact\CharacterCustomizationCompact.designer.cs">
|
|
<Link>Forms\CharCustom\Compact\CharacterCustomizationCompact.designer.cs</Link>
|
|
<DependentUpon>CharacterCustomizationCompact.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Extended\CharacterCustomizationExtended.cs">
|
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.cs</Link>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="..\NovetusCore\CharCustom\Forms\Extended\CharacterCustomizationExtended.designer.cs">
|
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.designer.cs</Link>
|
|
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Classes\Launcher\ModManager.cs" />
|
|
<Compile Include="Classes\Launcher\SplashLoader.cs" />
|
|
<Compile Include="Classes\Launcher\TreeNodeHelper.cs" />
|
|
<Compile Include="Classes\LocalVars.cs" />
|
|
<Compile Include="Forms\Decoder.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Decoder.Designer.cs">
|
|
<DependentUpon>Decoder.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\CustomGraphicsOptions.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\CustomGraphicsOptions.Designer.cs">
|
|
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherForm\LauncherFormShared.cs" />
|
|
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherForm\Compact\LauncherFormCompact.Designer.cs">
|
|
<DependentUpon>LauncherFormCompact.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherFormSettings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherFormSettings.Designer.cs">
|
|
<DependentUpon>LauncherFormSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<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>
|
|
<Compile Include="Forms\NovetusConsole.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\NovetusConsole.Designer.cs">
|
|
<DependentUpon>NovetusConsole.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ModCreator.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ModCreator.Designer.cs">
|
|
<DependentUpon>ModCreator.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\AssetDownloader.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\AssetDownloader.Designer.cs">
|
|
<DependentUpon>AssetDownloader.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\AssetFixer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\AssetFixer.Designer.cs">
|
|
<DependentUpon>AssetFixer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\MeshConverter.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\MeshConverter.Designer.cs">
|
|
<DependentUpon>MeshConverter.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ClientinfoCreator.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ClientinfoCreator.Designer.cs">
|
|
<DependentUpon>ClientinfoCreator.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ClientScriptDocumentation.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ClientScriptDocumentation.Designer.cs">
|
|
<DependentUpon>ClientScriptDocumentation.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ClientinfoCreatorValidatePathForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ClientinfoCreatorValidatePathForm.Designer.cs">
|
|
<DependentUpon>ClientinfoCreatorValidatePathForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\DiogenesEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\DiogenesEditor.Designer.cs">
|
|
<DependentUpon>DiogenesEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ItemCreationSDK.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ItemCreationSDK.Designer.cs">
|
|
<DependentUpon>ItemCreationSDK.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ItemCreationSDKColorMenu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\ItemCreationSDKColorMenu.Designer.cs">
|
|
<DependentUpon>ItemCreationSDKColorMenu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\NovetusSDK.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\NovetusSDK.Designer.cs">
|
|
<DependentUpon>NovetusSDK.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\SplashTester.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\SplashTester.Designer.cs">
|
|
<DependentUpon>SplashTester.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\XMLContentEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\SDK\XMLContentEditor.Designer.cs">
|
|
<DependentUpon>XMLContentEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\ServerBrowser.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\ServerBrowser.Designer.cs">
|
|
<DependentUpon>ServerBrowser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherForm\Extended\LauncherFormExtended.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherForm\Extended\LauncherFormExtended.Designer.cs">
|
|
<DependentUpon>LauncherFormExtended.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NovetusLauncherEntryPoint.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\NovetusCore\CharCustom\Forms\Compact\CharacterCustomizationCompact.resx">
|
|
<Link>Forms\CharCustom\Compact\CharacterCustomizationCompact.resx</Link>
|
|
<DependentUpon>CharacterCustomizationCompact.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="..\NovetusCore\CharCustom\Forms\Extended\CharacterCustomizationExtended.resx">
|
|
<Link>Forms\CharCustom\Extended\CharacterCustomizationExtended.resx</Link>
|
|
<DependentUpon>CharacterCustomizationExtended.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\CustomGraphicsOptions.resx">
|
|
<DependentUpon>CustomGraphicsOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Decoder.resx">
|
|
<DependentUpon>Decoder.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\LauncherForm\Compact\LauncherFormCompact.resx">
|
|
<DependentUpon>LauncherFormCompact.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\LauncherFormSettings.resx">
|
|
<DependentUpon>LauncherFormSettings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\LauncherForm\Extended\LauncherFormExtended.resx">
|
|
<DependentUpon>LauncherFormExtended.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\LauncherForm\Stylish\LauncherFormStylish.resx">
|
|
<DependentUpon>LauncherFormStylish.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\NovetusConsole.resx">
|
|
<DependentUpon>NovetusConsole.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\ModCreator.resx">
|
|
<DependentUpon>ModCreator.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<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>
|
|
</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\ClientinfoCreatorValidatePathForm.resx">
|
|
<DependentUpon>ClientinfoCreatorValidatePathForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\DiogenesEditor.resx">
|
|
<DependentUpon>DiogenesEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\ItemCreationSDK.resx">
|
|
<DependentUpon>ItemCreationSDK.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\ItemCreationSDKColorMenu.resx">
|
|
<DependentUpon>ItemCreationSDKColorMenu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\NovetusSDK.resx">
|
|
<DependentUpon>NovetusSDK.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\SplashTester.resx">
|
|
<DependentUpon>SplashTester.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\SDK\XMLContentEditor.resx">
|
|
<DependentUpon>XMLContentEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\ServerBrowser.resx">
|
|
<DependentUpon>ServerBrowser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="app.manifest" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<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>
|
|
<ItemGroup>
|
|
<Content Include="NovetusIcon.ico" />
|
|
<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" />
|
|
<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" />
|
|
<None Include="Resources\NOVETUS_small.png" />
|
|
<None Include="Resources\N.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Forms\LauncherForm\Stylish\LauncherFormStylishInterface.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<Import Project="..\NovetusCore\NovetusCore.projitems" Label="Shared" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>SET path=$(SolutionDir)build
|
|
if not exist "%25path%25" mkdir "%25path%25"
|
|
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
|
|
if not exist "%25path%25"\bin mkdir "%25path%25"\bin
|
|
move "%25path2%25"\* "%25path%25"\bin
|
|
rd /s /q "%25path2%25"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
|
</Target>
|
|
</Project> |