singrdk/base/Services/transforms/ApplyServiceTransform.sg

21 lines
873 B
Plaintext
Raw Normal View History

2008-11-17 18:29:00 -05:00
// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
//
//
//This file is used by ServiceCategory.targets, and is added as a source file to projects that
//import ServiceCategory.targets automatically. Projects that import ServiceCategory.targets
//will automatically have the service transform applied.
//
//If a project does not want the service transform automatically applied, then set the property
//ApplyServiceTransform=false in the project.
//
//This file is NOT part of the service transform assembly itself, and should not be added to it.
//
//
[assembly: Microsoft.SingSharp.Reflection.Transform(typeof(Microsoft.Singularity.Services.ServiceResourceTransform))]