Files
Ffu2Vhdx/ImageCommon/CodeSite.cs
T
2023-08-27 20:48:25 +02:00

20 lines
363 B
C#

namespace Microsoft.WindowsPhone.Imaging
{
public enum CodeSite
{
Unknown = -1,
Security,
ImageCommon,
Imaging,
Packages,
FeatureManifests,
StorageService,
CommitImage,
UpdateAPI,
DeviceLayoutValidation,
CompDBCommon,
WcosImagePrep,
LCUPub
}
}