Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Support minimal pour nouvelle phase 4
Browse files Browse the repository at this point in the history
Projet migré à Visual Studio 2012, Azure Tools 1.7
Deleted old cache data
  • Loading branch information
scarpentier committed Oct 3, 2012
1 parent 42e27d2 commit 9e42e4a
Show file tree
Hide file tree
Showing 28 changed files with 103 additions and 2,079,210 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ServiceConfiguration.Cloud.cscfg
bin
obj
obj
backup
_ReSharper.RezNetUsage
_UpgradeReport_Files
csx
22 changes: 22 additions & 0 deletions RezNetUsage.Web.Azure/Profiles/RezNetUsageProduction.azurePubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AzureCredentials>Avanade MSDN (Visual Studio Premium)</AzureCredentials>
<AzureDeploymentLabel>RezNetUsage.Web.Azure</AzureDeploymentLabel>
<AzureSlot>Production</AzureSlot>
<AzureEnableWebDeploy>False</AzureEnableWebDeploy>
<AzureHostedServiceName>reznetusage</AzureHostedServiceName>
<AzureHostedServiceLabel>RezNetUsage</AzureHostedServiceLabel>
<AzureEnableIntelliTrace>False</AzureEnableIntelliTrace>
<AzureEnableProfiling>False</AzureEnableProfiling>
<AzureServiceConfiguration>Cloud</AzureServiceConfiguration>
<AzureSolutionConfiguration>Release</AzureSolutionConfiguration>
<AzureStorageAccountName>reznetusage</AzureStorageAccountName>
<AzureStorageAccountLabel>RezNetUsage</AzureStorageAccountLabel>
<AzureAppendTimestampToDeploymentLabel>True</AzureAppendTimestampToDeploymentLabel>
<AzureDeleteDeploymentOnFailure>False</AzureDeleteDeploymentOnFailure>
<AzureDeploymentReplacementMethod>AutomaticUpgrade</AzureDeploymentReplacementMethod>
<AzureEnableRemoteDesktop>True</AzureEnableRemoteDesktop>
<AzureFallbackToDeleteAndRecreateIfUpgradeFails>False</AzureFallbackToDeleteAndRecreateIfUpgradeFails>
</PropertyGroup>
</Project>
11 changes: 9 additions & 2 deletions RezNetUsage.Web.Azure/RezNetUsage.Web.Azure.ccproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>1.5.0</ProductVersion>
<ProductVersion>1.7</ProductVersion>
<ProjectGuid>{9aa344bf-2f4c-459b-8216-00cbc0c4eb0e}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand All @@ -16,6 +16,7 @@
<SccProvider>SAK</SccProvider>
<SccAuxPath>SAK</SccAuxPath>
<SccLocalPath>SAK</SccLocalPath>
<UseIISExpressByDefault>False</UseIISExpressByDefault>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -50,10 +51,16 @@
<UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Profiles" />
</ItemGroup>
<ItemGroup>
<PublishProfile Include="Profiles\RezNetUsageProduction.azurePubxml" />
</ItemGroup>
<!-- 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\1.5\</CloudExtensionsDir>
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.7\</CloudExtensionsDir>
</PropertyGroup>
<Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
</Project>
9 changes: 9 additions & 0 deletions RezNetUsage.Web.Azure/ServiceConfiguration.Cloud.cscfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-05.1.7">
<Role name="RezNetUsage.Web">
<Instances count="1" />
<ConfigurationSettings>
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="" />
</ConfigurationSettings>
</Role>
</ServiceConfiguration>
6 changes: 3 additions & 3 deletions RezNetUsage.Web.Azure/ServiceConfiguration.Local.cscfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*">
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-05.1.7">
<Role name="RezNetUsage.Web">
<Instances count="1" />
<ConfigurationSettings>
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=spacebar.blob.core.windows.net;AccountKey=BeZuCEEo+Jfh6iuKqZ1uKuObgq4vTfagasdN44MRO3aAc4hzag8Ml77kmq3LFdmGTb7nks1MUaH+yzGGWL5w5g==" />
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="" />
</ConfigurationSettings>
</Role>
</ServiceConfiguration>
2 changes: 1 addition & 1 deletion RezNetUsage.Web.Azure/ServiceDefinition.build.csdef
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**********************************************************************************************
-->
<ServiceDefinition name="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
<ServiceDefinition name="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
<WebRole name="RezNetUsage.Web" vmsize="ExtraSmall" enableNativeCodeExecution="false">
<Sites>
<Site name="Web">
Expand Down
2 changes: 1 addition & 1 deletion RezNetUsage.Web.Azure/ServiceDefinition.csdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
<ServiceDefinition name="RezNetUsage.Web.Azure.ccproj" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
<WebRole name="RezNetUsage.Web" vmsize="ExtraSmall" enableNativeCodeExecution="false">
<Sites>
<Site name="Web">
Expand Down
Loading

0 comments on commit 9e42e4a

Please sign in to comment.