添加项目文件。
This commit is contained in:
41
Sai.RvKits Setup/Sai.RvKits Setup.csproj
Normal file
41
Sai.RvKits Setup/Sai.RvKits Setup.csproj
Normal file
@@ -0,0 +1,41 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<DebugType>embedded</DebugType>
|
||||
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
||||
<Description>WiX WPF CustomUI Application</Description>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<RootNamespace>WixSharp</RootNamespace>
|
||||
<UseWPF>true</UseWPF>
|
||||
<RollForward>Major</RollForward>
|
||||
<!-- https://stackoverflow.com/questions/58844785/how-to-reference-system-windows-forms-in-net-core-3-0-for-wpf-apps -->
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="*.cmd" />
|
||||
<None Remove="CustomAction.config" />
|
||||
<None Remove="*.exe" />
|
||||
<None Remove="*.pdb" />
|
||||
<None Remove="*.wxs" />
|
||||
<None Remove="*.wixpdb" />
|
||||
<None Remove="*.msi" />
|
||||
<None Remove="readme.txt" />
|
||||
<None Remove="*.CA.dll" />
|
||||
<None Remove="*.cs.dll" />
|
||||
<None Remove="*.cmd.log" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Nice3point.Revit.Api.RevitAddInUtility" Version="2020.2.60" />
|
||||
<PackageReference Include="WixSharp-wix4.WPF" Version="2.2.1" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="cd .\
set ide=true
"$(TargetPath)"" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user