Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
upgraded to sdk 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richorama committed Nov 1, 2013
1 parent 8c61c43 commit 9eec4e9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions AzureRunMe/AzureRunMe.ccproj
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>2.1</ProductVersion>
<ProductVersion>2.2</ProductVersion>
<ProjectGuid>733d38e4-0250-4e36-994b-0e9a346a273d</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -56,7 +56,7 @@
<!-- Import the target files for this project template -->
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\2.1\</CloudExtensionsDir>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\2.2\</CloudExtensionsDir>
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
</Project>
4 changes: 2 additions & 2 deletions AzureRunMe/ServiceConfiguration.Cloud.cscfg
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="AzureRunMe" osFamily="3" osVersion="*" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" schemaVersion="2013-03.2.0">
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="AzureRunMe" osFamily="3" osVersion="*" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" schemaVersion="2013-10.2.2">
<Role name="WorkerRole">
<Instances count="1" />
<ConfigurationSettings>
Expand Down
2 changes: 1 addition & 1 deletion AzureRunMe/ServiceDefinition.csdef
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="AzureRunMe" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-03.2.0">
<ServiceDefinition name="AzureRunMe" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-10.2.2">
<WorkerRole name="WorkerRole" enableNativeCodeExecution="true" vmsize="Small">
<Runtime executionContext="elevated"></Runtime>
<Endpoints>
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# AzureRunMe 1.0.0.23
# AzureRunMe 1.0.0.24

Probably the quickest way to get your legacy or third-party code
running on Windows Azure.
Expand Down Expand Up @@ -132,8 +132,8 @@ like is:

Prerequisites:

* Visual Studio 2012
* The Windows Azure SDK for .NET (V2012)-2.1
* Visual Studio 2012/2013
* The Windows Azure SDK for .NET version 2.2

## Diagnostics

Expand Down Expand Up @@ -216,7 +216,7 @@ Several of the configuration file settings support expansion of these variables

## Cloud Drives

Used to be supported but now removed as of 20130817
Used to be supported but now removed as of 17/08/2013

## DontExit

Expand Down Expand Up @@ -314,5 +314,5 @@ to purchase a formal support contract. We're also on the look out for
Window Azure Developers and Architects.

Rob Blackwell
August 2013
October 2013

2 changes: 1 addition & 1 deletion WorkerRole/App.config
Expand Up @@ -3,7 +3,7 @@
<system.diagnostics>
<trace>
<listeners>
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name="AzureDiagnostics">
<filter type="" />
</add>
Expand Down
4 changes: 2 additions & 2 deletions WorkerRole/WorkerRole.csproj
Expand Up @@ -41,10 +41,10 @@
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.1.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Storage, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down

0 comments on commit 9eec4e9

Please sign in to comment.