blob: 0758928c122c8b0e4ed48f0e4c61ed36366983a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/TrrntZipUI/TrrntZipUI.csproj
+++ b/TrrntZipUI/TrrntZipUI.csproj
@@ -173,15 +173,4 @@
<Target Name="BeforeBuild">
</Target>
-->
- <Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' ">
- <CreateItem Include="@(ReferenceCopyLocalPaths)" Condition="'%(Extension)'=='.dll'">
- <Output ItemName="AssembliesToMerge" TaskParameter="Include" />
- </CreateItem>
- <PropertyGroup>
- <ReferenceAssemblies>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2</ReferenceAssemblies>
- </PropertyGroup>
- <Message Importance="high" Text="Executing ILRepack...with target platform from $(ReferenceAssemblies)" />
- <Exec Command=""C:\Program Files (x86)\ILRepack\ILRepack.exe" /out:@(MainAssembly) /internalize /targetplatform:v4,"$(ReferenceAssemblies)" "@(IntermediateAssembly)" @(AssembliesToMerge->'"%(FullPath)"', ' ')" />
- <Delete Files="@(ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" />
- </Target>
-</Project>
\ No newline at end of file
+</Project>
|