Skip to content

Commit

Permalink
Resolves #2
Browse files Browse the repository at this point in the history
  • Loading branch information
devkeydet committed Oct 6, 2017
1 parent 98a1298 commit 06ae5da
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<AppModuleSiteMap>
<SiteMapUniqueName>dkdt_AsyncRequestResponseSample</SiteMapUniqueName>
<SiteMapName>AsyncRequestResponseSample</SiteMapName>
<SiteMap IntroducedVersion="7.0.0.0">
<Area Id="New_Area" ResourceId="SitemapDesigner.NewArea" DescriptionResourceId="SitemapDesigner.NewArea" Icon="/WebResources/msdyn_/Images/Area_Default_Icon.png" ShowGroups="true" IntroducedVersion="7.0.0.0">
<Titles>
<Title LCID="1033" Title="Main" />
</Titles>
<Group Id="New_Group" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown">
<Titles>
<Title LCID="1033" Title="Group" />
</Titles>
<SubArea Id="New_SubArea" Icon="/_imgs/imagestrips/transparent_spacer.gif" IntroducedVersion="7.0.0.0" Entity="dkdt_asyncrequestresponsesample" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" />
</Group>
</Area>
</SiteMap>
</AppModuleSiteMap>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<AppModuleComponent type="1" schemaName="dkdt_asyncrequestresponsesample" />
</AppModuleComponents>
<AppModuleRoleMaps>
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" />
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" />
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" />
</AppModuleRoleMaps>
<LocalizedNames>
<LocalizedName description="AsyncRequestResponseSample" languagecode="1033" />
Expand Down
1 change: 1 addition & 0 deletions SolutionPackage/package/Other/Customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<WebResources />
<SolutionPluginAssemblies />
<SdkMessageProcessingSteps />
<AppModuleSiteMaps />
<AppModules />
<Languages>
<Language>1033</Language>
Expand Down
7 changes: 2 additions & 5 deletions SolutionPackage/package/Other/Solution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,14 @@
<RootComponent type="61" schemaName="dkdt_/CheckForUpdateFromAzureCode.html" behavior="0" />
<RootComponent type="61" schemaName="dkdt_/CheckForUpdateFromAzureCode.html.js" behavior="0" />
<RootComponent type="61" schemaName="dkdt_/scripts/o.js" behavior="0" />
<RootComponent type="62" schemaName="dkdt_AsyncRequestResponseSample" behavior="0" />
<RootComponent type="80" schemaName="dkdt_AsyncRequestResponseSample" behavior="0" />
<RootComponent type="91" schemaName="CrmAsyncRequestResponseSample.Plugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f45a02c0e4198870" behavior="0" />
<RootComponent type="92" id="{0d392320-e6b5-e611-80f3-c4346bac2908}" behavior="0" />
</RootComponents>
<MissingDependencies>
<MissingDependency>
<Required key="0" type="62" schemaName="dkdt_AsyncRequestResponseSample" solution="Active" />
<Dependent key="1" type="80" schemaName="dkdt_AsyncRequestResponseSample" displayName="AsyncRequestResponseSample" />
</MissingDependency>
<MissingDependency>
<Required key="2" type="61" schemaName="msdyn_/Images/AppModule_Default_Icon.png" displayName="msdyn_/Images/AppModule_Default_Icon.png" solution="AppModuleWebResources (2.0)" />
<Required key="0" type="61" schemaName="msdyn_/Images/AppModule_Default_Icon.png" displayName="msdyn_/Images/AppModule_Default_Icon.png" solution="AppModuleWebResources (2.0)" />
<Dependent key="1" type="80" schemaName="dkdt_AsyncRequestResponseSample" displayName="AsyncRequestResponseSample" />
</MissingDependency>
</MissingDependencies>
Expand Down

0 comments on commit 06ae5da

Please sign in to comment.