Florian Stinglmayr
f88047718a
This never worked right, and it slowed down the tool massively on start up. And now that automatic objective detection works quite well it is no longer really needed.
234 lines
9.8 KiB
XML
234 lines
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{73BFB315-C808-40E7-8D69-B651F875880C}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>EliteBGS</RootNamespace>
|
|
<AssemblyName>EliteBGS</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>EliteBGSApplication</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>EliteBGS.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AutoCompleteTextBox, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>packages\AutoCompleteTextBox.1.1.1\lib\net472\AutoCompleteTextBox.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EDJournal, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\edjournal\bin\Debug\EDJournal.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Ookii.Dialogs.Wpf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=66aa232afad40158, processorArchitecture=MSIL">
|
|
<HintPath>packages\Ookii.Dialogs.Wpf.3.1.0\lib\net45\Ookii.Dialogs.Wpf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="AdjustProfitWindow.xaml.cs">
|
|
<DependentUpon>AdjustProfitWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BGS\DiscordLogGenerator.cs" />
|
|
<Compile Include="BGS\FoulMurder.cs" />
|
|
<Compile Include="BGS\GenericDiscordLog.cs" />
|
|
<Compile Include="BGS\InfluenceSupport.cs" />
|
|
<Compile Include="BGS\LogGenerator\CargoSoldFormatter.cs" />
|
|
<Compile Include="BGS\LogGenerator\CartographicsFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\CombatZoneFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\FailedMissionFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\GenericFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\KillBondsFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\LogFormatter.cs" />
|
|
<Compile Include="BGS\LogGenerator\MarketBuyFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\MicroResourcesFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\MissionFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\MurderFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\SearchAndRescueFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\VistaGenomicsFormat.cs" />
|
|
<Compile Include="BGS\LogGenerator\VoucherFormat.cs" />
|
|
<Compile Include="BGS\MissionFailed.cs" />
|
|
<Compile Include="BGS\NonaDiscordLog.cs" />
|
|
<Compile Include="BGS\BuyCargo.cs" />
|
|
<Compile Include="BGS\OrganicData.cs" />
|
|
<Compile Include="BGS\SearchAndRescue.cs" />
|
|
<Compile Include="BGS\SellCargo.cs" />
|
|
<Compile Include="BGS\SellMicroResources.cs" />
|
|
<Compile Include="BGS\FactionKillBonds.cs" />
|
|
<Compile Include="LoadEntriesWindow.xaml.cs">
|
|
<DependentUpon>LoadEntriesWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Util\AppConfig.cs" />
|
|
<Compile Include="Util\Config.cs" />
|
|
<Compile Include="CombatZoneDialog.xaml.cs">
|
|
<DependentUpon>CombatZoneDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
<Page Include="AdjustProfitWindow.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="LoadEntriesWindow.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="BGS\Report.cs" />
|
|
<Compile Include="BGS\Vouchers.cs" />
|
|
<Compile Include="BGS\Cartographics.cs" />
|
|
<Compile Include="BGS\CombatZone.cs" />
|
|
<Compile Include="BGS\LogEntry.cs" />
|
|
<Compile Include="BGS\MissionCompleted.cs" />
|
|
<Compile Include="BGS\Objective.cs" />
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="CombatZoneDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="README.md">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="main-objectives.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="TestData\Mission-NoInfForSourceOrTarget.txt" />
|
|
<None Include="TestData\NoFactionName-AndNoInfluence.txt" />
|
|
<None Include="TestData\Mission-Failed.txt" />
|
|
<None Include="TestData\DoubleSupport.txt" />
|
|
<None Include="TestData\MurderOtherThanControllingFaction.txt" />
|
|
<None Include="TestData\TestMurder.txt" />
|
|
<None Include="TestData\SellOrganicData.txt" />
|
|
<None Include="TestData\Double-5-Inf.txt" />
|
|
<None Include="TestData\SameInfTwice-Log.txt" />
|
|
<None Include="TestData\SameInfTwice.txt" />
|
|
<None Include="CHANGELOG.md">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="main-entries.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="main-report.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="LICENCE.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="logo_v4.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Resource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\EliteBGS.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="EliteBGS.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |