Welcome to mirror list, hosted at ThFree Co, Russian Federation.

App.config « ConsoleApplication3 « solution-build-order « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fad249e406f0363449addb9c6ecaf61077d5b19b (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
</configuration>