blob: 29d58f06d2bcdd8c0fb9cb957dc0e00bc22b145d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
--- a/TrrntZipCMD/TrrntZipCMD.csproj
+++ b/TrrntZipCMD/TrrntZipCMD.csproj
@@ -56,15 +56,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <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>
--- a/TrrntZipUI/TrrntZipUI.csproj
+++ b/TrrntZipUI/TrrntZipUI.csproj
@@ -139,15 +139,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>
|