Skip to content

Instantly share code, notes, and snippets.

@vtml
Created August 24, 2019 00:43
Show Gist options
  • Save vtml/65dd5beb749aa807b22ce5056a22614c to your computer and use it in GitHub Desktop.
Save vtml/65dd5beb749aa807b22ce5056a22614c to your computer and use it in GitHub Desktop.
Hedgehog Team Development for Sitecore (TDS) v5.8 Review
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CompactSitecoreItemsInProjectFile>True</CompactSitecoreItemsInProjectFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<!--
In the default configuration of the global file, the values for a configuration in the global file supersede the values
in the project configuration. This behavior can be changed by specifying a condition on the property as follows:
<SitecoreWebUrl Condition=" '$(SitecoreWebUrl)' == '' "></SitecoreWebUrl>
By adding the above condition, the value specified in the global configuration file will only be applied if the
value specified in the project is blank.
It should be noted that values in the project .user file will override values in the global file.
Changes to this file will not be picked up by visual studio until the TDS project(s) or solution is reloaded.
A TdsGlobal.config.user file may also be created in the same folder as this file. the .user file will override property
values specified in other files.
-->
<SitecoreDeployFolder>$(SolutionDir)..\..\inetpub\wwwroot\acme.sc</SitecoreDeployFolder>
<SitecoreWebUrl>http://acme.local.sc</SitecoreWebUrl>
<SitecoreAccessGuid>33517dde-de3e-4ac7-ba90-a017da631e0f</SitecoreAccessGuid>
<InstallSitecoreConnector>True</InstallSitecoreConnector>
<DisableFileDeployment>True</DisableFileDeployment>
<RecursiveDeployAction>Delete</RecursiveDeployAction>
<OutputPath>.\bin\Debug\</OutputPath>
<LightningDeployMode>True</LightningDeployMode>
<SkipHedgehogDLLs>True</SkipHedgehogDLLs>
<!-- Default Delta Deploy - example of passing the date to the default delta deploy feature. (This is only for the default delta deploy feature. It is not used for the custom git delta deploy. -->
<!--<IncludeItemsChangedAfter>2016-03-21</IncludeItemsChangedAfter>-->
<!-- Default Delta Deploy - example of passing in a relative date (1 week ago) to the default delta deploy feature. -->
<!--<IncludeItemsChangedAfter>$([System.DateTime]::Now.AddDays(-‌​7))</IncludeItemsCha‌​ngedAfter>-->
<!-- Packaging properties -->
<!--
<PackageAuthor></PackageAuthor>
<PackagePublisher></PackagePublisher>
<PackageVersion></PackageVersion>
<PackageReadme></PackageReadme>
<SitecoreAssemblyPath></SitecoreAssemblyPath>
<GeneratePackage></GeneratePackage>
<SeperateFilesAndItems></SeperateFilesAndItems>
<PackageExcludeCode></PackageExcludeCode>
<AddDateTimeToPackageName></AddDateTimeToPackageName>
-->
<!-- NuGet package properties -->
<!--
<NuGetGenerateNuGetPackage></NuGetGenerateNuGetPackage>
<NuGetExePath></NuGetExePath>
<NuGetSummary></NuGetSummary>
<NuGetDescription></NuGetDescription>
<NuGetTitle></NuGetTitle>
<NuGetVersion></NuGetVersion>
<NuGetPackageId></NuGetPackageId>
<NuGetAuthors></NuGetAuthors>
<NuGetProjectUrl></NuGetProjectUrl>
<NuGetTags></NuGetTags>
<NuGetRequireLicenseAcceptance></NuGetRequireLicenseAcceptance>
<NuGetReleaseNotes></NuGetReleaseNotes>
<NuGetLanguage></NuGetLanguage>
<NuGetOwners></NuGetOwners>
<NuGetCopyright></NuGetCopyright>
<NuGetLicenseUrl></NuGetLicenseUrl>
<NuGetIconUrl></NuGetIconUrl>
<NuGetDependencies></NuGetDependencies>
-->
<!-- Validation Properties -->
<!--
<EnableValidations></EnableValidations>
<ValidationSettingsFilePath></ValidationSettingsFilePath>
-->
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment