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

app.config « ICSharpCode.NRefactory.ConsistencyCheck - github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 970c80b50b54f115a18cd4316ce35505ea175ba5 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
	</startup>
</configuration>