diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-21 15:03:29 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-21 15:03:29 +0300 |
commit | d71ad65c80fcdb6f885774c290b3eac0a3376138 (patch) | |
tree | ffc1fcade060f8919b0f006ead0adefd74ba810c | |
parent | 2def24c9af5b7030ac49a950f87a02700332ba64 (diff) |
Clean up csproj
-rw-r--r-- | RhSolutions.AddIn/RhSolutions.AddIn.csproj | 19 |
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" /> |