2021-07-09 11:03:30 +02:00
|
|
|
|
<?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>NonaBGS</RootNamespace>
|
|
|
|
|
<AssemblyName>nonabgs</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>NonaBGSApplication</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2021-07-09 14:40:27 +02:00
|
|
|
|
<Reference Include="AutoCompleteTextBox, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>packages\AutoCompleteTextBox.1.1.1\lib\net472\AutoCompleteTextBox.dll</HintPath>
|
|
|
|
|
</Reference>
|
2021-07-09 11:03:30 +02:00
|
|
|
|
<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.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="BGS\DiscordLogGenerator.cs" />
|
|
|
|
|
<Compile Include="BGS\NonaDiscordLog.cs" />
|
|
|
|
|
<Compile Include="BGS\SellMicroResources.cs" />
|
2021-07-09 14:40:27 +02:00
|
|
|
|
<Compile Include="EDDB\PopulatedSystems.cs" />
|
2021-07-29 21:07:53 +02:00
|
|
|
|
<Compile Include="EDDB\Stations.cs" />
|
2021-08-01 15:01:33 +02:00
|
|
|
|
<Compile Include="Journal\Credits.cs" />
|
2021-07-09 11:03:30 +02:00
|
|
|
|
<Compile Include="Journal\EliteDangerous.cs" />
|
|
|
|
|
<Compile Include="Journal\MarketSellEntry.cs" />
|
|
|
|
|
<Compile Include="Journal\MultiSellExplorationDataEntry.cs" />
|
|
|
|
|
<Compile Include="Journal\RedeemVoucherEntry.cs" />
|
|
|
|
|
<Compile Include="Journal\SellMicroResourcesEntry.cs" />
|
2021-07-29 21:07:53 +02:00
|
|
|
|
<Compile Include="UI\StationSuggestionProvider.cs" />
|
2021-07-09 14:40:27 +02:00
|
|
|
|
<Compile Include="UI\SystemSuggestionProvider.cs" />
|
2021-07-09 11:03:30 +02:00
|
|
|
|
<Compile Include="Util\AppConfig.cs" />
|
|
|
|
|
<Compile Include="Util\Config.cs" />
|
2021-07-09 14:40:27 +02:00
|
|
|
|
<Compile Include="EDDB\API.cs" />
|
2021-08-13 09:30:06 +02:00
|
|
|
|
<Compile Include="ProgressDialog.xaml.cs">
|
|
|
|
|
<DependentUpon>ProgressDialog.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2021-07-09 11:03:30 +02:00
|
|
|
|
<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="Journal\DockedEntry.cs" />
|
|
|
|
|
<Compile Include="Journal\Entry.cs" />
|
|
|
|
|
<Compile Include="BGS\Objective.cs" />
|
|
|
|
|
<Compile Include="Journal\Events.cs" />
|
|
|
|
|
<Compile Include="Journal\FSDJumpEntry.cs" />
|
|
|
|
|
<Compile Include="Journal\JournalException.cs" />
|
|
|
|
|
<Compile Include="Journal\JournalFile.cs" />
|
|
|
|
|
<Compile Include="Journal\MissionCompletedEntry.cs" />
|
|
|
|
|
<Compile Include="Journal\PlayerJournal.cs" />
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2021-08-13 09:30:06 +02:00
|
|
|
|
<Page Include="ProgressDialog.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2021-07-09 11:03:30 +02:00
|
|
|
|
</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="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>
|
2021-08-13 09:56:16 +02:00
|
|
|
|
<None Include="README.md" />
|
2021-07-09 11:03:30 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2021-08-13 09:56:16 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="main-objectives.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="main-entries.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="main-report.png" />
|
|
|
|
|
</ItemGroup>
|
2021-08-13 10:12:08 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="LICENCE.txt" />
|
|
|
|
|
</ItemGroup>
|
2021-07-09 11:03:30 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|