-
Notifications
You must be signed in to change notification settings - Fork 0
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
Victor Sanchez
authored and
Victor Sanchez
committed
Oct 12, 2020
1 parent
3696c97
commit 47c0294
Showing
5 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
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 |
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>786bb85c-308e-490e-ab03-670f71911b53</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> | ||
|
||
<PropertyGroup> | ||
<SolutionPackageType>Both</SolutionPackageType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" /> | ||
</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)" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\CardViewer.pcfproj" /> | ||
</ItemGroup> | ||
|
||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" /> | ||
|
||
</Project> |
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> |
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" /> |
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,94 @@ | ||
<?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>CardViewer_PCF</UniqueName> | ||
<LocalizedNames> | ||
<!-- Localized Solution Name in language code --> | ||
<LocalizedName description="CardViewer_PCF" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions /> | ||
<Version>1.0.0.0</Version> | ||
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)--> | ||
<Managed>2</Managed> | ||
<Publisher> | ||
<!-- Unique Publisher Name of Cds Solution --> | ||
<UniqueName>victorsanchez</UniqueName> | ||
<LocalizedNames> | ||
<!-- Localized Cds Publisher Name in language code--> | ||
<LocalizedName description="victorsanchez" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<!-- Description of Cds Publisher in language code --> | ||
<Description description="victorsanchez" languagecode="1033" /> | ||
</Descriptions> | ||
<EMailAddress xsi:nil="true"></EMailAddress> | ||
<SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl> | ||
<!-- Customization Prefix for the Cds Publisher--> | ||
<CustomizationPrefix>vso</CustomizationPrefix> | ||
<!-- Derived Option Value Prefix for the Customization Prefix of Cds Publisher --> | ||
<CustomizationOptionValuePrefix>60262</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> |