aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-01-21 15:03:29 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-01-21 15:03:29 +0300
commitd71ad65c80fcdb6f885774c290b3eac0a3376138 (patch)
treeffc1fcade060f8919b0f006ead0adefd74ba810c
parent2def24c9af5b7030ac49a950f87a02700332ba64 (diff)
Clean up csproj
-rw-r--r--RhSolutions.AddIn/RhSolutions.AddIn.csproj19
1 files changed, 1 insertions, 18 deletions
diff --git a/RhSolutions.AddIn/RhSolutions.AddIn.csproj b/RhSolutions.AddIn/RhSolutions.AddIn.csproj
index 9babc24..efc0eec 100644
--- a/RhSolutions.AddIn/RhSolutions.AddIn.csproj
+++ b/RhSolutions.AddIn/RhSolutions.AddIn.csproj
@@ -10,25 +10,8 @@
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<ExcelDnaPackCompressResources>false</ExcelDnaPackCompressResources>
</PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'">
- <NoWarn>1701;1702</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
- <NoWarn>1701;1702</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-windows7.0|AnyCPU'">
- <NoWarn>1701;1702</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-windows7.0|AnyCPU'">
- <NoWarn>1701;1702</NoWarn>
- </PropertyGroup>
<ItemGroup>
- <PackageReference Include="ExcelDna.AddIn" Version="1.7.0">
- <TreatAsUsed>true</TreatAsUsed>
- </PackageReference>
+ <PackageReference Include="ExcelDna.AddIn" Version="1.7.0" />
<PackageReference Include="ExcelDna.Integration" Version="1.7.0" />
<PackageReference Include="ExcelDna.Interop" Version="15.0.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />