diff --git a/MTC_Adapter/CMSCncLib/CMSCncLib.vbproj b/MTC_Adapter/CMSCncLib/CMSCncLib.vbproj index 6642cfb..a9d4ad8 100644 --- a/MTC_Adapter/CMSCncLib/CMSCncLib.vbproj +++ b/MTC_Adapter/CMSCncLib/CMSCncLib.vbproj @@ -161,7 +161,6 @@ My Settings.Designer.vb - Reference.svcmap @@ -614,9 +613,7 @@ Reference.vb - - - + + + + + $(MSBuildThisFileDirectory)..\tools\ + + + + + + + + + false + + + + false + + + + false + + + + false + + + + + <_FilesToTransform> + false + + + + + + 349c5851-65df-11da-9384-00065b846f21 + <_IsWap Condition=" '$(WapProjectTypeGuid)' != '' and '$(ProjectTypeGuids)' != '' ">$(ProjectTypeGuids.Contains($(WapProjectTypeGuid))) + <_IsWap Condition=" '$(_IsWap)' == '' ">false + $(_IsWap) + + + true + + $(AllowedReferenceRelatedFileExtensions); + .dll.config + + + + + $(BuildDependsOn); + TransformAllFiles; + ScReplaceAppConfigItem; + + + + + + DiscoverFilesToTransform; + + + + + + + + <__SC_IntermediateAppConfig>$(IntermediateOutputPath)$(MSBuildProjectFile)-sc.App.config + + + + + + + + <_FilesToTransform Include="@(None);@(Content);@(Resource);@(EmbeddedResource)" + Condition=" '%(TransformOnBuild)' == 'true' "> + %(Link) + + %(Identity) + + + + + <_AppConfigFullPath>@(AppConfigWithTargetPath->'%(RootDir)%(Directory)%(Filename)%(Extension)') + + + + + <_FilesToTransform Condition=" '%(Filename)%(Extension)'=='app.config' "> + true + + %(Identity) + + + + + <_FilesToTransformNotAppConfig Include="@(_FilesToTransform)" + Condition=" '%(IsAppConfig)'!='true'"> + + %(Identity) + %(_FilesToTransform.Link) + + + <_AppConfigToTransform Include="@(_FilesToTransform)" + Condition=" '%(IsAppConfig)'=='true'"/> + + + + + + + + + <_AppConfigTarget Include="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" /> + + + + + <_AppConfigDest>@(_AppConfigTarget->'%(FullPath)') + + + + + <_TmpLinkFiles Remove="@(_TmpLinkFiles)" /> + <_TmpLinkFiles Include="@(_FilesToTransformNotAppConfig->'%(Link)')" /> + + + + + + + + + + + <_Sc_HasAppConfigTransform>false + <_Sc_HasAppConfigConfigurationTransform Condition=" Exists( '@(_AppConfigToTransform->'%(RelativeDir)%(Filename).$(Configuration)%(Extension)')' ) ">true + <_Sc_HasAppConfigPublishProfileTransform Condition=" Exists( '@(_AppConfigToTransform->'%(RelativeDir)%(Filename).$(PublishProfile)%(Extension)')' ) ">true + <_Sc_HasAppConfigPublishProfileTransform Condition=" '$(Configuration)'=='$(PublishProfile)' ">false + <_Sc_HasAppConfigTransform Condition=" '$(_Sc_HasAppConfigConfigurationTransform)'=='true' ">true + <_Sc_HasAppConfigTransform Condition=" '$(_Sc_HasAppConfigPublishProfileTransform)'=='true' ">true + + + + + + + + + + + + + $(__SC_IntermediateAppConfig) + + + + + + $(TargetFileName).config + + + + + + + + + + + + + + + + + Project + + + + + + + $(OnAfterPipelinePreDeployCopyAllFilesToOneFolder); + CopyTransformFilesWap; + + + + $(CopyAllFilesToSingleFolderForMsdeploy); + CopyTransformFilesWap; + + + + CoreCopyTransformFilesWap; + CopyTransformFileWapPublishProfile; + + + + DiscoverFilesToTransform; + + + + + $(PipelineCopyAllFilesToOneFolderForMsdeployDependsOn); + CopyTransformFilesWap + + + + + $(PipelinePreDeployCopyAllFilesToOneFolderDependsOn); + CopyTransformFilesWap; + + + + + $(OnAfterCopyAllFilesToSingleFolderForPackage); + CopyTransformFilesWap; + + + + + + + + + <_TmpLinkFiles Remove="@(_TmpLinkFiles)" /> + <_TmpLinkFiles Include="@(_FilesToTransformNotAppConfig->'%(Link)')" /> + + + + + + + + + + + + + + + + + + + <_ScWapPubProfileFullPath Include="$(WebPublishProfileFile)"/> + + + + <_WapPubProfile Condition=" '$(_WapPubProfile)'=='' and '@(_ScWapPubProfileFullPath)'!='' ">%(_ScWapPubProfileFullPath.Filename) + + + + + + + + + + + + + + + + + + + + + + <_DeploymentManifestFiles Remove="%(_FilesToTransformNotAppConfig.OriginalItemSpec)" /> + + <_DeploymentManifestFiles Include="@(_FilesToTransformNotAppConfig->'$(OutDir)%(RelativeDir)%(Filename)%(Extension)')" + Condition=" '%(_FilesToTransformNotAppConfig.Link)'=='' "> + %(RelativeDir)%(Filename)%(Extension) + + + + <_DeploymentManifestFiles Include="@(_FilesToTransformNotAppConfig->'$(OutDir)%(Link)')" + Condition=" '%(_FilesToTransformNotAppConfig.Link)'!='' "> + %(_FilesToTransformNotAppConfig.Link) + + + + + + + + true + + + + + false + + + $(BuiltProjectOutputGroupDependsOn); + AfterBuiltProjectOutputGroup + + + + + + + <_TmpAppConfig Include="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" /> + + + + + <_FilesToTransformNotAppConfig> + $([System.IO.Path]::GetFullPath( $(OutDir)%(RelativeDir)%(Filename)%(Extension) )) + $([System.IO.Path]::GetFullPath( $(OutDir)%(Link) )) + + + + + + + + $(AppConfig) + + + + @(_FilesToTransformNotAppConfig->'$(OutDir)%(RelativeDir)%(Filename)%(Extension)') + @(_FilesToTransformNotAppConfig->'%(RelativeDir)%(Filename)%(Extension)') + + + + @(_FilesToTransformNotAppConfig->'$(OutDir)%(Link)') + @(_FilesToTransformNotAppConfig->'%(Link)') + + + + + + + + + diff --git a/MTC_Adapter/packages/SlowCheetah.2.5.48/readme.txt b/MTC_Adapter/packages/SlowCheetah.2.5.48/readme.txt new file mode 100644 index 0000000..f1875ee --- /dev/null +++ b/MTC_Adapter/packages/SlowCheetah.2.5.48/readme.txt @@ -0,0 +1,11 @@ +SlowCheetah +=========== + +XML Transforms for app.config and other XML files + +## Visual Studio Extension +for creating and previewing transforms: +https://marketplace.visualstudio.com/items?itemName=WillBuikMSFT.SlowCheetah-XMLTransforms + +## Upgrading From Previous Versions (v2.5.15 and lower) +https://github.com/sayedihashimi/slow-cheetah/blob/master/doc/update.md diff --git a/MTC_Adapter/packages/SlowCheetah.2.5.48/tools/Microsoft.Web.XmlTransform.dll b/MTC_Adapter/packages/SlowCheetah.2.5.48/tools/Microsoft.Web.XmlTransform.dll new file mode 100644 index 0000000..98c9d56 Binary files /dev/null and b/MTC_Adapter/packages/SlowCheetah.2.5.48/tools/Microsoft.Web.XmlTransform.dll differ diff --git a/MTC_Adapter/packages/SlowCheetah.2.5.48/tools/SlowCheetah.dll b/MTC_Adapter/packages/SlowCheetah.2.5.48/tools/SlowCheetah.dll new file mode 100644 index 0000000..86be675 Binary files /dev/null and b/MTC_Adapter/packages/SlowCheetah.2.5.48/tools/SlowCheetah.dll differ