-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f919d
commit 32943b8
Showing
7 changed files
with
214 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
PrefixSuffixTextFieldControl/Solution/PrefixSuffixTextFieldSolution/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# msbuild output directories | ||
/bin | ||
/obj |
47 changes: 47 additions & 0 deletions
47
...FieldControl/Solution/PrefixSuffixTextFieldSolution/PrefixSuffixTextFieldSolution.cdsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" /> | ||
<PropertyGroup> | ||
<ProjectGuid>36c19d45-b735-43b7-9a77-16b4a12f7ce2</ProjectGuid> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<!--Remove TargetFramework when this is available in 16.1--> | ||
<TargetFramework>net462</TargetFramework> | ||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> | ||
<SolutionRootPath>src</SolutionRootPath> | ||
</PropertyGroup> | ||
<!-- Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both) | ||
<PropertyGroup> | ||
<SolutionPackageType>Managed</SolutionPackageType> | ||
</PropertyGroup> | ||
--> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" /> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\.gitignore" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\bin\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\obj\**" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.cdsproj.user" /> | ||
<ExcludeDirectories Include="$(MSBuildThisFileDirectory)\*.sln" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" /> | ||
<Content Include="$(SolutionPackageZipFilePath)"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\PrefixSuffixTextFieldControl.pcfproj" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" /> | ||
<PropertyGroup> | ||
<SolutionPackageType>Both</SolutionPackageType> | ||
</PropertyGroup> | ||
</Project> |
18 changes: 18 additions & 0 deletions
18
...uffixTextFieldControl/Solution/PrefixSuffixTextFieldSolution/src/Other/Customizations.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ImportExportXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Entities /> | ||
<Roles /> | ||
<Workflows /> | ||
<FieldSecurityProfiles /> | ||
<Templates /> | ||
<EntityMaps /> | ||
<EntityRelationships /> | ||
<OrganizationSettings /> | ||
<optionsets /> | ||
<CustomControls /> | ||
<SolutionPluginAssemblies /> | ||
<EntityDataProviders /> | ||
<Languages> | ||
<Language>1033</Language> | ||
</Languages> | ||
</ImportExportXml> |
2 changes: 2 additions & 0 deletions
2
...SuffixTextFieldControl/Solution/PrefixSuffixTextFieldSolution/src/Other/Relationships.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EntityRelationships xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> |
142 changes: 142 additions & 0 deletions
142
PrefixSuffixTextFieldControl/Solution/PrefixSuffixTextFieldSolution/src/Other/Solution.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ImportExportXml version="9.1.0.643" SolutionPackageVersion="9.1" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SolutionManifest> | ||
<!-- Unique Name of Cds Solution--> | ||
<UniqueName>PrefixSuffixTextFieldSolution</UniqueName> | ||
<LocalizedNames> | ||
<!-- Localized Solution Name in language code --> | ||
<LocalizedName description="PrefixSuffixTextFieldSolution" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions /> | ||
<Version>1.0.0</Version> | ||
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)--> | ||
<Managed>2</Managed> | ||
<Publisher> | ||
<!-- Unique Publisher Name of Cds Solution --> | ||
<UniqueName>powermaverick</UniqueName> | ||
<LocalizedNames> | ||
<!-- Localized Cds Publisher Name in language code--> | ||
<LocalizedName description="powermaverick" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<!-- Description of Cds Publisher in language code --> | ||
<Description description="powermaverick" languagecode="1033" /> | ||
</Descriptions> | ||
<EMailAddress xsi:nil="true"> | ||
</EMailAddress> | ||
<SupportingWebsiteUrl xsi:nil="true"> | ||
</SupportingWebsiteUrl> | ||
<!-- Customization Prefix for the Cds Publisher--> | ||
<CustomizationPrefix>pmav</CustomizationPrefix> | ||
<!-- Derived Option Value Prefix for the Customization Prefix of Cds Publisher --> | ||
<CustomizationOptionValuePrefix>35270</CustomizationOptionValuePrefix> | ||
<Addresses> | ||
<!-- Address of the Publisher--> | ||
<Address> | ||
<AddressNumber>1</AddressNumber> | ||
<AddressTypeCode>1</AddressTypeCode> | ||
<City xsi:nil="true"> | ||
</City> | ||
<County xsi:nil="true"> | ||
</County> | ||
<Country xsi:nil="true"> | ||
</Country> | ||
<Fax xsi:nil="true"> | ||
</Fax> | ||
<FreightTermsCode xsi:nil="true"> | ||
</FreightTermsCode> | ||
<ImportSequenceNumber xsi:nil="true"> | ||
</ImportSequenceNumber> | ||
<Latitude xsi:nil="true"> | ||
</Latitude> | ||
<Line1 xsi:nil="true"> | ||
</Line1> | ||
<Line2 xsi:nil="true"> | ||
</Line2> | ||
<Line3 xsi:nil="true"> | ||
</Line3> | ||
<Longitude xsi:nil="true"> | ||
</Longitude> | ||
<Name xsi:nil="true"> | ||
</Name> | ||
<PostalCode xsi:nil="true"> | ||
</PostalCode> | ||
<PostOfficeBox xsi:nil="true"> | ||
</PostOfficeBox> | ||
<PrimaryContactName xsi:nil="true"> | ||
</PrimaryContactName> | ||
<ShippingMethodCode>1</ShippingMethodCode> | ||
<StateOrProvince xsi:nil="true"> | ||
</StateOrProvince> | ||
<Telephone1 xsi:nil="true"> | ||
</Telephone1> | ||
<Telephone2 xsi:nil="true"> | ||
</Telephone2> | ||
<Telephone3 xsi:nil="true"> | ||
</Telephone3> | ||
<TimeZoneRuleVersionNumber xsi:nil="true"> | ||
</TimeZoneRuleVersionNumber> | ||
<UPSZone xsi:nil="true"> | ||
</UPSZone> | ||
<UTCOffset xsi:nil="true"> | ||
</UTCOffset> | ||
<UTCConversionTimeZoneCode xsi:nil="true"> | ||
</UTCConversionTimeZoneCode> | ||
</Address> | ||
<Address> | ||
<AddressNumber>2</AddressNumber> | ||
<AddressTypeCode>1</AddressTypeCode> | ||
<City xsi:nil="true"> | ||
</City> | ||
<County xsi:nil="true"> | ||
</County> | ||
<Country xsi:nil="true"> | ||
</Country> | ||
<Fax xsi:nil="true"> | ||
</Fax> | ||
<FreightTermsCode xsi:nil="true"> | ||
</FreightTermsCode> | ||
<ImportSequenceNumber xsi:nil="true"> | ||
</ImportSequenceNumber> | ||
<Latitude xsi:nil="true"> | ||
</Latitude> | ||
<Line1 xsi:nil="true"> | ||
</Line1> | ||
<Line2 xsi:nil="true"> | ||
</Line2> | ||
<Line3 xsi:nil="true"> | ||
</Line3> | ||
<Longitude xsi:nil="true"> | ||
</Longitude> | ||
<Name xsi:nil="true"> | ||
</Name> | ||
<PostalCode xsi:nil="true"> | ||
</PostalCode> | ||
<PostOfficeBox xsi:nil="true"> | ||
</PostOfficeBox> | ||
<PrimaryContactName xsi:nil="true"> | ||
</PrimaryContactName> | ||
<ShippingMethodCode>1</ShippingMethodCode> | ||
<StateOrProvince xsi:nil="true"> | ||
</StateOrProvince> | ||
<Telephone1 xsi:nil="true"> | ||
</Telephone1> | ||
<Telephone2 xsi:nil="true"> | ||
</Telephone2> | ||
<Telephone3 xsi:nil="true"> | ||
</Telephone3> | ||
<TimeZoneRuleVersionNumber xsi:nil="true"> | ||
</TimeZoneRuleVersionNumber> | ||
<UPSZone xsi:nil="true"> | ||
</UPSZone> | ||
<UTCOffset xsi:nil="true"> | ||
</UTCOffset> | ||
<UTCConversionTimeZoneCode xsi:nil="true"> | ||
</UTCConversionTimeZoneCode> | ||
</Address> | ||
</Addresses> | ||
</Publisher> | ||
<RootComponents /> | ||
<MissingDependencies /> | ||
</SolutionManifest> | ||
</ImportExportXml> |
Binary file added
BIN
+105 KB
PrefixSuffixTextFieldControl/SolutionFiles/PrefixSuffixTextFieldSolution.zip
Binary file not shown.
Binary file added
BIN
+105 KB
PrefixSuffixTextFieldControl/SolutionFiles/PrefixSuffixTextFieldSolution_managed.zip
Binary file not shown.