mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
10 lines
269 B
XML
10 lines
269 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="AzureSDK" value="C:\Program Files\Windows Azure SDK\v1.5\"/>
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
</configuration>
|