|
@@ -1,27 +1,19 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
- <PropertyGroup>
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
- <TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
- <Version>2.1.10-temp</Version>
|
|
|
- <Description>https://github.com/serset/Sers</Description>
|
|
|
- </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
+ <Version>2.1.10-temp</Version>
|
|
|
+ <Description>https://github.com/serset/Sers</Description>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
- <PropertyGroup>
|
|
|
- <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.HelloWorld.xml</DocumentationFile>
|
|
|
- </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <DocumentationFile>bin\Debug\netcoreapp2.1\Did.SersLoader.HelloWorld.xml</DocumentationFile>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <Content Include="appsettings.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- </ItemGroup>
|
|
|
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
</Project>
|