-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
146b5b8
commit f3ab244
Showing
10 changed files
with
181 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 34 additions & 34 deletions
68
Source/src/WixSharp.Samples/Wix# Samples/testpad/testpad.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net472</TargetFramework> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net472</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="*.cmd" /> | ||
<None Remove="CustomAction.config" /> | ||
<None Remove="*.exe" /> | ||
<None Remove="*.pdb" /> | ||
<None Remove="*.wixpdb" /> | ||
<None Remove="*.msi" /> | ||
<Compile Remove="Files\Bin\MyApp.cs" /> | ||
<None Remove="readme.txt" /> | ||
<None Remove="*.cs.dll" /> | ||
<None Remove="WixSharp.CA.dll" /> | ||
<None Remove="wixsharp.ico" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="*.cmd" /> | ||
<None Remove="CustomAction.config" /> | ||
<None Remove="*.exe" /> | ||
<None Remove="*.pdb" /> | ||
<None Remove="*.wixpdb" /> | ||
<None Remove="*.msi" /> | ||
<Compile Remove="Files\Bin\MyApp.cs" /> | ||
<None Remove="readme.txt" /> | ||
<None Remove="*.cs.dll" /> | ||
<None Remove="WixSharp.CA.dll" /> | ||
<None Remove="wixsharp.ico" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.2" /> | ||
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.2" /> | ||
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\WixSharp.MsiEventHost\WixSharp.MsiEventHost.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp.Msi\WixSharp.Msi\WixSharp.Msi.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp.UI.WPF\WixSharp.UI.WPF.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp.UI\WixSharp.UI.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp\WixSharp.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\WixSharp.MsiEventHost\WixSharp.MsiEventHost.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp.Msi\WixSharp.Msi\WixSharp.Msi.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp.UI.WPF\WixSharp.UI.WPF.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp.UI\WixSharp.UI.csproj" /> | ||
<ProjectReference Include="..\..\..\WixSharp\WixSharp.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="System.Windows.Forms" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="System.Windows.Forms" /> | ||
</ItemGroup> | ||
|
||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="cd .\
set ide=true
"$(TargetPath)"" /> | ||
</Target> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<!--<Exec Command="cd .\
set ide=true
"$(TargetPath)"" />--> | ||
</Target> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.