@ -6,7 +6,7 @@
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {732A67AF-93DE-49DF-B10F-FD74710B7863}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > DiscordChatExporter</RootNamespace>
<RootNamespace > DiscordChatExporter.Gui </RootNamespace>
<AssemblyName > DiscordChatExporter</AssemblyName>
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
@ -38,10 +38,17 @@
<PropertyGroup >
<ApplicationIcon > ..\favicon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup >
<StartupObject />
</PropertyGroup>
<ItemGroup >
<Reference Include= "AmmySidekick, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7c1296d24569a67d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Ammy.WPF.1.2.87\lib\net40\AmmySidekick.dll</HintPath>
</Reference>
<Reference Include= "Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
<Private > False</Private>
</Reference>
<Reference Include= "GalaSoft.MvvmLight, Version=5.3.0.19026, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL" >
<HintPath > ..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
</Reference>
@ -60,9 +67,6 @@
<Reference Include= "Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Net.Http" />
@ -73,32 +77,19 @@
<RequiredTargetFramework > 4.0</RequiredTargetFramework>
</Reference>
<Reference Include= "System.Xml" />
<Reference Include= "Tyrrrz.Extensions, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Tyrrrz.Extensions.1.4.1\lib\net45\Tyrrrz.Extensions.dll</HintPath>
</Reference>
<Reference Include= "Tyrrrz.Settings, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Tyrrrz.Settings.1.3.0\lib\net45\Tyrrrz.Settings.dll</HintPath>
<Reference Include= "Tyrrrz.Extensions, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Tyrrrz.Extensions.1.5.0\lib\net45\Tyrrrz.Extensions.dll</HintPath>
</Reference>
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Exceptions\HttpErrorStatusCodeException.cs" />
<Compile Include= "Messages\ShowErrorMessage.cs" />
<Compile Include= "Messages\ShowExportDoneMessage.cs" />
<Compile Include= "Messages\ShowExportSetupMessage.cs" />
<Compile Include= "Messages\ShowSettingsMessage.cs" />
<Compile Include= "Messages\StartExportMessage.cs" />
<Compile Include= "Models\AttachmentType.cs" />
<Compile Include= "Models\ChannelChatLog.cs" />
<Compile Include= "Models\ChannelType.cs" />
<Compile Include= "Models\ExportFormat.cs" />
<Compile Include= "Models\Extensions.cs" />
<Compile Include= "Models\Role.cs" />
<Compile Include= "Models\MessageType.cs" />
<Compile Include= "Services\IMessageGroupService.cs" />
<Compile Include= "Services\MessageGroupService.cs" />
<Compile Include= "ViewModels\ErrorViewModel.cs" />
<Compile Include= "ViewModels\ExportSetupViewModel.cs" />
<Compile Include= "ViewModels\IErrorViewModel.cs" />
@ -148,19 +139,7 @@
<DependentUpon > App.ammy</DependentUpon>
</Compile>
<Compile Include= "Container.cs" />
<Compile Include= "Models\Attachment.cs" />
<Compile Include= "Models\Channel.cs" />
<Compile Include= "Models\Guild.cs" />
<Compile Include= "Models\Message.cs" />
<Compile Include= "Models\MessageGroup.cs" />
<Compile Include= "Models\User.cs" />
<Compile Include= "Program.cs" />
<Compile Include= "Services\DataService.cs" />
<Compile Include= "Services\ExportService.cs" />
<Compile Include= "Services\IDataService.cs" />
<Compile Include= "Services\IExportService.cs" />
<Compile Include= "Services\ISettingsService.cs" />
<Compile Include= "Services\SettingsService.cs" />
<Compile Include= "ViewModels\IMainViewModel.cs" />
<Compile Include= "ViewModels\MainViewModel.cs" />
<Compile Include= "Views\MainWindow.ammy.cs" >
@ -197,14 +176,16 @@
<None Include= "Views\SettingsDialog.ammy" />
</ItemGroup>
<ItemGroup >
< None Include= "App.config " />
< Resource Include= "..\favicon.ico " />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Resources\ExportService\DarkTheme.css" />
<EmbeddedResource Include= "Resources\ExportService\LightTheme.css" />
<ProjectReference Include= "..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" >
<Project > {707c0cd0-a7e0-4cab-8db9-07a45cb87377}</Project>
<Name > DiscordChatExporter.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
< Resource Include= "..\favicon.ico " />
< None Include= "FodyWeavers.xml " />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\Ammy.1.2.87\build\Ammy.targets" Condition= "Exists('..\packages\Ammy.1.2.87\build\Ammy.targets')" />
@ -213,5 +194,9 @@
<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\Ammy.1.2.87\build\Ammy.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Ammy.1.2.87\build\Ammy.targets'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Fody.2.3.18\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.3.18\build\Fody.targets'))" />
</Target>
<Import Project= "..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition= "Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
<Import Project= "..\packages\Fody.2.3.18\build\Fody.targets" Condition= "Exists('..\packages\Fody.2.3.18\build\Fody.targets')" />
</Project>