This repository was archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support minimal pour nouvelle phase 4
Projet migré à Visual Studio 2012, Azure Tools 1.7 Deleted old cache data
- Loading branch information
1 parent
42e27d2
commit 9e42e4a
Showing
28 changed files
with
103 additions
and
2,079,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
22
RezNetUsage.Web.Azure/Profiles/RezNetUsageProduction.azurePubxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.