Skip to content

Commit

Permalink
Move to props
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Nov 23, 2023
1 parent 18de91b commit 453719d
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion templates/Console/ConsoleApp/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<Version>0.0.1</Version>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions templates/Console/ConsoleApp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ See: https://learn.microsoft.com/visualstudio/msbuild/customize-your-build
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>

<!--
Expand Down
1 change: 1 addition & 0 deletions templates/Library/NuGet/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ See: https://learn.microsoft.com/visualstudio/msbuild/customize-your-build
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<IsPublishable>false</IsPublishable>
<IsPackable>false</IsPackable>
Expand Down
1 change: 0 additions & 1 deletion templates/Library/NuGet/NuGetLib/NuGetLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>

<ItemGroup Label="NuGet">
Expand Down
1 change: 1 addition & 0 deletions templates/WPF/WpfApp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ See: https://learn.microsoft.com/visualstudio/msbuild/customize-your-build
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>11</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<!--
If you you like to see source generated files saved to disk you can enable the following:
https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview
Expand Down
1 change: 0 additions & 1 deletion templates/WPF/WpfApp/WpfApp.Tests/WpfApp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<IsPublishable>false</IsPublishable>
<IsPackable>false</IsPackable>
Expand Down
1 change: 0 additions & 1 deletion templates/WPF/WpfApp/WpfApp/WpfApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<UseWPF>true</UseWPF>
<StartupObject>WpfApp.App</StartupObject>
Expand Down

0 comments on commit 453719d

Please sign in to comment.