Skip to content

Commit

Permalink
Improved generation of AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeuchler committed Oct 5, 2020
1 parent fc4c15a commit 164a959
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 140 deletions.
4 changes: 0 additions & 4 deletions src/DependentTestModule/Moryx.DependentTestModule.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFrameworks>net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description>Moryx Runtime Plugin: DependentTestModule</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/StartProject/StartProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net45;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
4 changes: 0 additions & 4 deletions src/TestModule/Moryx.TestModule.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFrameworks>net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description>Moryx Runtime Plugin: TestModule.</Description>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<DebugType>full</DebugType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,4 +17,5 @@
<ProjectReference Include="..\..\Moryx\Moryx.csproj" />
<ProjectReference Include="..\..\Moryx.TestTools.UnitTest\Moryx.TestTools.UnitTest.csproj" />
</ItemGroup>

</Project>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description></Description>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description></Description>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Description></Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/Tests/Moryx.Container.Tests/Moryx.Container.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<DebugType>full</DebugType>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions src/Tests/Moryx.Model.Tests/Moryx.Model.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<DebugType>full</DebugType>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<DebugType>full</DebugType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,4 +19,5 @@
<ProjectReference Include="..\..\Moryx.Runtime.Kernel\Moryx.Runtime.Kernel.csproj" />
<ProjectReference Include="..\..\Moryx.TestTools.UnitTest\Moryx.TestTools.UnitTest.csproj" />
</ItemGroup>

</Project>
17 changes: 0 additions & 17 deletions src/Tests/Moryx.Runtime.Kernel.Tests/Properties/AssemblyInfo.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/Tests/Moryx.Runtime.Kernel.Tests/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<DebugType>full</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/Tests/Moryx.Runtime.Tests/Moryx.Runtime.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<DebugType>full</DebugType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,4 +18,5 @@
<ProjectReference Include="..\..\Moryx.Runtime.Kernel\Moryx.Runtime.Kernel.csproj" />
<ProjectReference Include="..\..\Moryx.TestTools.UnitTest\Moryx.TestTools.UnitTest.csproj" />
</ItemGroup>

</Project>
17 changes: 0 additions & 17 deletions src/Tests/Moryx.Runtime.Tests/Properties/AssemblyInfo.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/Tests/Moryx.Runtime.Tests/packages.config

This file was deleted.

2 changes: 0 additions & 2 deletions src/Tests/Moryx.Tests/Moryx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<DebugType>full</DebugType>
</PropertyGroup>

Expand Down
19 changes: 0 additions & 19 deletions src/Tests/Moryx.Tests/Properties/AssemblyInfo.cs

This file was deleted.

4 changes: 0 additions & 4 deletions src/Tests/Moryx.Tests/Workflows/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<DebugType>full</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Tests/Moryx.Tools.Wcf.Tests/Moryx.Tools.Wcf.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<DebugType>full</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\.build\Common.props"></Import>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand Down

0 comments on commit 164a959

Please sign in to comment.