-
Notifications
You must be signed in to change notification settings - Fork 0
/
idk.icdproj.xml
27 lines (27 loc) · 1.04 KB
/
idk.icdproj.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<ICDProject
Name="idk"
Description="idk"
Version="10.0.19041.1"
Id="{bcb9b113-4915-41f7-b969-2fe2eb22c903}"
TemplateName="Provisioning package"
TemplateType="ProvisioningPackage">
<TargetEditions>
<Sku>
<StoreType>File</StoreType>
<Name>All Windows editions</Name>
<SourcePath>Microsoft-Common-Provisioning.dat</SourcePath>
<Edition>WindowsCommon</Edition>
<Version>10.0</Version>
<Description>Selecting this option will display settings that apply to all Windows editions.</Description>
</Sku>
<Sku>
<StoreType>File</StoreType>
<Name>All Windows desktop editions</Name>
<SourcePath>Microsoft-Desktop-Provisioning.dat</SourcePath>
<Edition>Desktop</Edition>
<Version>10.0</Version>
<Description>Selecting this option will display settings that are specific to the desktop editions as well as settings that are common to all Windows editions.</Description>
</Sku>
</TargetEditions>
</ICDProject>