mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

Changed Azure references to SDK 1.2 Added a hack for the ASP.NET 4 bug in HttpEncoder Converted projects to VS10 --HG-- branch : dev
7 lines
255 B
XML
7 lines
255 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="AzureSDK" value="C:\Program Files\Windows Azure SDK\v1.2\"/>
|
|
</appSettings>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|