remove some media
publish profile
@@ -54,9 +54,9 @@
|
||||
<HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
||||
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\WebCms\bin\log4net.dll</HintPath>
|
||||
<HintPath>..\References\log4net.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MlkPwgen, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MlkPwgen.0.2.0.0\lib\net45\MlkPwgen.dll</HintPath>
|
||||
|
||||
|
Before Width: | Height: | Size: 275 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 578 KiB |
|
Before Width: | Height: | Size: 350 KiB |
|
Before Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 317 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 580 KiB |
|
Before Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 231 KiB |
|
Before Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 278 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 88 KiB |
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||
<PublishProvider>AzureWebSite</PublishProvider>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish>http://leafwebumbraco.azurewebsites.net</SiteUrlToLaunchAfterPublish>
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>leafwebumbraco.scm.azurewebsites.net:443</MSDeployServiceURL>
|
||||
<DeployIisAppPath>LeafWebUmbraco</DeployIisAppPath>
|
||||
<RemoteSitePhysicalPath />
|
||||
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
||||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||
<UserName>$LeafWebUmbraco</UserName>
|
||||
<_SavePWD>True</_SavePWD>
|
||||
<_DestinationType>AzureWebSite</_DestinationType>
|
||||
<PublishDatabaseSettings>
|
||||
<Objects xmlns="">
|
||||
<ObjectGroup Name="LeafWebContext" Order="1" Enabled="False">
|
||||
<Destination Path="Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!" />
|
||||
<Object Type="DbCodeFirst">
|
||||
<Source Path="DBMigration" DbContext="LeafWeb.Core.DAL.LeafWebContext, Core" MigrationConfiguration="LeafWeb.Core.Migrations.Configuration, Core" Origin="Configuration" />
|
||||
</Object>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="umbracoDbDSN" Order="2" Enabled="False">
|
||||
<Destination Path="Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\umbracoDbDSN_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Server=tcp:leafweb.database.windows.net,1433;Database=leafwebUmbraco;User ID=lwadmin@leafweb;Password='j4f1a2e!'" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
</PublishDatabaseSettings>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)LeafWebContext-Web.config Connection String">
|
||||
<ParameterValue>Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!</ParameterValue>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)umbracoDbDSN-Web.config Connection String">
|
||||
<ParameterValue>Data Source=tcp:leafweb.database.windows.net,1433;Initial Catalog=leafwebUmbraco;User ID=lwadmin@leafweb;Password=j4f1a2e!</ParameterValue>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -617,6 +617,29 @@
|
||||
</Content>
|
||||
<Content Include="css\rte.css" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.svg" />
|
||||
<Content Include="Media\1042\leafweb-logo-grad.png" />
|
||||
<Content Include="Media\1052\autumn-leaf-litter-free-stock-photo-public-domain-pictures.jpg" />
|
||||
<Content Include="Media\1052\autumn-leaf-litter-free-stock-photo-public-domain-pictures_big-thumb.jpg" />
|
||||
<Content Include="Media\1052\autumn-leaf-litter-free-stock-photo-public-domain-pictures_thumb.jpg" />
|
||||
<Content Include="Media\1053\leaf_litter_-_guelph-_ontario.jpg" />
|
||||
<Content Include="Media\1053\leaf_litter_-_guelph-_ontario_thumb.jpg" />
|
||||
<Content Include="Media\1054\leaf_litter_-_guelph-_ontario_01.jpg" />
|
||||
<Content Include="Media\1054\leaf_litter_-_guelph-_ontario_01_thumb.jpg" />
|
||||
<Content Include="Media\1055\leaf-litter-15010618104.jpg" />
|
||||
<Content Include="Media\1055\leaf-litter-15010618104_big-thumb.jpg" />
|
||||
<Content Include="Media\1055\leaf-litter-15010618104_thumb.jpg" />
|
||||
<Content Include="Media\1056\leaf-litter-15010618104.jpg" />
|
||||
<Content Include="Media\1056\leaf-litter-15010618104_big-thumb.jpg" />
|
||||
<Content Include="Media\1056\leaf-litter-15010618104_thumb.jpg" />
|
||||
<Content Include="Media\1057\autumn-1292948_1280.jpg" />
|
||||
<Content Include="Media\1057\autumn-1292948_1280_big-thumb.jpg" />
|
||||
<Content Include="Media\1057\autumn-1292948_1280_thumb.jpg" />
|
||||
<Content Include="Media\1058\leafweb-logo-grad-large-nobkgnd.png" />
|
||||
<Content Include="Media\1058\leafweb-logo-grad-large-nobkgnd_thumb.jpg" />
|
||||
<Content Include="Media\1058\leafweb-logo-grad-large-nobkgnd_thumb.png" />
|
||||
<Content Include="Media\1059\leafweb-logo-grad-large-nobkgnd.png" />
|
||||
<Content Include="Media\1059\leafweb-logo-grad-large-nobkgnd_thumb.jpg" />
|
||||
<Content Include="Media\1059\leafweb-logo-grad-large-nobkgnd_thumb.png" />
|
||||
<Content Include="packages.config" />
|
||||
<Content Include="App_Plugins\ModelsBuilder\package.manifest" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
|
||||
@@ -632,6 +655,8 @@
|
||||
<Content Include="Content\bootstrap_variables_leafweb.scss" />
|
||||
<Content Include="Content\style.scss" />
|
||||
<Content Include="Content\bootstrap_leafweb.scss" />
|
||||
<Content Include="Media\1050\aci_pce_final-1.pdf" />
|
||||
<None Include="Properties\PublishProfiles\LeafWebUmbraco - Web Deploy.pubxml" />
|
||||
<None Include="scripts\jquery-1.11.1.intellisense.js" />
|
||||
<Content Include="scripts\Chart.js" />
|
||||
<Content Include="scripts\jquery-1.11.1.js" />
|
||||
@@ -805,6 +830,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Content\bootstrap\" />
|
||||
<Folder Include="Media\1051\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||