-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Build Output was unset
- Loading branch information
DJ Daemonix
committed
Jul 10, 2019
1 parent
2426986
commit eb0f4d3
Showing
3 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
51 changes: 27 additions & 24 deletions
51
src/Nodsoft.YumeChan.ConsoleRunner/Nodsoft.YumeChan.ConsoleRunner.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp3.0</TargetFramework> | ||
<LangVersion>preview</LangVersion> | ||
<Version>0.1.3</Version> | ||
<Authors>DJ Daemonix</Authors> | ||
<Company>Nodsoft ES</Company> | ||
<Product>YumeChan</Product> | ||
<Copyright>GNU GPLv3</Copyright> | ||
<RepositoryUrl>https://github.com/DJDaemonix/YumeChan</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp3.0</TargetFramework> | ||
<LangVersion>preview</LangVersion> | ||
<Version>0.1.3</Version> | ||
<Authors>DJ Daemonix</Authors> | ||
<Company>Nodsoft ES</Company> | ||
<Product>YumeChan</Product> | ||
<Copyright>GNU GPLv3</Copyright> | ||
<RepositoryUrl>https://github.com/DJDaemonix/YumeChan</RepositoryUrl> | ||
<RepositoryType>Git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<OutDir>$(SolutionDir)build</OutDir> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<OutDir>$(SolutionDir)build</OutDir> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<OutDir>$(SolutionDir)build</OutDir> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Nodsoft.YumeChan.Core\Nodsoft.YumeChan.Core.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Nodsoft.YumeChan.Core\Nodsoft.YumeChan.Core.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters