Modified Release configuration to support Nuget package creation

This commit is contained in:
TalAloni 2020-02-15 17:16:13 +02:00
parent b233b87d00
commit a1961e94ba
4 changed files with 28 additions and 3 deletions

View file

@ -12,16 +12,20 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net20' ">
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SMBLibrary.Win32\SMBLibrary.Win32.csproj" />
<ProjectReference Include="..\SMBLibrary\SMBLibrary.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' != 'Release'">
<ProjectReference Include="..\Utilities\Utilities.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Settings.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>