Add Rainmeter.exe.config to declare support for the .NET 4.0 and 4.5 runtimes

This allows plugins like InputText.dll to be used with .NET 4.0/4.5 in addition to 2.0. Therefore, we can avoid installing .NET 2.0 on Windows 8 and 8.1 where it is not installed by default (whereas 4.5/4.5.1 is installed by default).
This commit is contained in:
Birunthan Mohanathas
2013-10-18 10:39:32 +03:00
parent 1940b7f97c
commit f6461a1b30
3 changed files with 38 additions and 21 deletions

View File

@ -118,6 +118,11 @@ xcopy /Q /S /Y ..\Build\Themes ..\testbench\x64\release\Layouts
<ItemGroup>
<ResourceCompile Include="Application.rc" />
</ItemGroup>
<ItemGroup>
<Content Include="Rainmeter.exe.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Rainmeter.ico" />
</ItemGroup>