|
|
@ -1,22 +1,23 @@
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net461</TargetFramework>
|
|
|
|
<TargetFramework>net461</TargetFramework>
|
|
|
|
<Version>2.3</Version>
|
|
|
|
<Version>2.3</Version>
|
|
|
|
<Company>Tyrrrz</Company>
|
|
|
|
<Company>Tyrrrz</Company>
|
|
|
|
<Copyright>Copyright (c) 2017-2018 Alexey Golub</Copyright>
|
|
|
|
<Copyright>Copyright (c) 2017-2018 Alexey Golub</Copyright>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CommonServiceLocator" Version="1.3" />
|
|
|
|
<PackageReference Include="CommonServiceLocator" Version="1.3" />
|
|
|
|
<PackageReference Include="FluentCommandLineParser" Version="1.4.3" />
|
|
|
|
<PackageReference Include="FluentCommandLineParser" Version="1.4.3" />
|
|
|
|
<PackageReference Include="MvvmLightLibs" Version="5.3.0.0" />
|
|
|
|
<PackageReference Include="MvvmLightLibs" Version="5.3.0.0" />
|
|
|
|
<PackageReference Include="Tyrrrz.Extensions" Version="1.5.0" />
|
|
|
|
<PackageReference Include="Tyrrrz.Extensions" Version="1.5.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" />
|
|
|
|
<ProjectReference Include="..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
</Project>
|