Skip to content

Commit

Permalink
csproj tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
copperdevs committed Jun 10, 2024
1 parent df3d771 commit 2433be3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CopperDevs.Core.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/Hierarchy/Build/BuildTool/CustomBuildToolPath/@EntryValue">C:\Users\Coope\AppData\Local\Programs\Rider\tools\MSBuild\Current\Bin\MSBuild.exe</s:String>
<s:Int64 x:Key="/Default/Environment/Hierarchy/Build/BuildTool/MsbuildVersion/@EntryValue">1114112</s:Int64>
<s:String x:Key="/Default/Environment/Hierarchy/Build/SolBuilderDuo/CustomGlobalProperties/=MSBuildEnableWorkloadResolver/@EntryIndexedValue">True</s:String></wpf:ResourceDictionary>
5 changes: 3 additions & 2 deletions CopperDevs.Core/CopperDevs.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
<Title>CopperDevs.Core</Title>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/copperdevs/CopperDevs.Core/tree/master</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/copperdevs/CopperDevs.Core/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/copperdevs/copperdevs.core</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand All @@ -30,7 +31,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\nuget-readme.md">
<None Include="..\License.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
File renamed without changes.
23 changes: 0 additions & 23 deletions nuget-readme.md

This file was deleted.

0 comments on commit 2433be3

Please sign in to comment.