|
|
@ -7,11 +7,11 @@
|
|
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
<StartupObject></StartupObject>
|
|
|
|
<StartupObject></StartupObject>
|
|
|
|
<Product>Clean Flash Player 34.0.0.317 Installer</Product>
|
|
|
|
<Product>Clean Flash Player 34.0.0.289 Installer</Product>
|
|
|
|
<AssemblyTitle>Clean Flash Player 34.0.0.317 Installer</AssemblyTitle>
|
|
|
|
<AssemblyTitle>Clean Flash Player 34.0.0.289 Installer</AssemblyTitle>
|
|
|
|
<FileVersion>34.0.0.317</FileVersion>
|
|
|
|
<FileVersion>34.0.0.289</FileVersion>
|
|
|
|
<AssemblyVersion>34.0.0.317</AssemblyVersion>
|
|
|
|
<AssemblyVersion>34.0.0.289</AssemblyVersion>
|
|
|
|
<Version>34.0.0.317</Version>
|
|
|
|
<Version>34.0.0.289</Version>
|
|
|
|
<Authors>FlashPatch Team</Authors>
|
|
|
|
<Authors>FlashPatch Team</Authors>
|
|
|
|
<Company>FlashPatch Team</Company>
|
|
|
|
<Company>FlashPatch Team</Company>
|
|
|
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
|
|
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
|
|
@ -19,6 +19,17 @@
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="cleanflash.7z" />
|
|
|
|
<None Remove="cleanflash.7z" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<COMReference Include="IWshRuntimeLibrary">
|
|
|
|
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
|
|
|
|
<Guid>f935dc20-1cf0-11d0-adb9-00c04fd58a0b</Guid>
|
|
|
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
|
|
|
<Isolated>false</Isolated>
|
|
|
|
|
|
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
|
|
|
|
|
|
</COMReference>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="icon.ico" />
|
|
|
|
<Content Include="icon.ico" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
@ -41,7 +52,7 @@
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.18.2" />
|
|
|
|
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.18.2" />
|
|
|
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.3">
|
|
|
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.2">
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
</PackageReference>
|
|
|
|