From 47c0294b3d48bc66d868bf6af1e7b5ab61359b35 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Date: Mon, 12 Oct 2020 16:25:04 +0200 Subject: [PATCH] Changes for the control --- CardViewer_PCF/.gitignore | 5 ++ CardViewer_PCF/CardViewer_PCF.cdsproj | 47 +++++++++++ CardViewer_PCF/src/Other/Customizations.xml | 18 ++++ CardViewer_PCF/src/Other/Relationships.xml | 2 + CardViewer_PCF/src/Other/Solution.xml | 94 +++++++++++++++++++++ 5 files changed, 166 insertions(+) create mode 100644 CardViewer_PCF/.gitignore create mode 100644 CardViewer_PCF/CardViewer_PCF.cdsproj create mode 100644 CardViewer_PCF/src/Other/Customizations.xml create mode 100644 CardViewer_PCF/src/Other/Relationships.xml create mode 100644 CardViewer_PCF/src/Other/Solution.xml diff --git a/CardViewer_PCF/.gitignore b/CardViewer_PCF/.gitignore new file mode 100644 index 0000000..317e653 --- /dev/null +++ b/CardViewer_PCF/.gitignore @@ -0,0 +1,5 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# msbuild output directories +/bin +/obj \ No newline at end of file diff --git a/CardViewer_PCF/CardViewer_PCF.cdsproj b/CardViewer_PCF/CardViewer_PCF.cdsproj new file mode 100644 index 0000000..dc73296 --- /dev/null +++ b/CardViewer_PCF/CardViewer_PCF.cdsproj @@ -0,0 +1,47 @@ + + + + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps + + + + + + + 786bb85c-308e-490e-ab03-670f71911b53 + v4.6.2 + + net462 + PackageReference + src + + + + Both + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CardViewer_PCF/src/Other/Customizations.xml b/CardViewer_PCF/src/Other/Customizations.xml new file mode 100644 index 0000000..9716685 --- /dev/null +++ b/CardViewer_PCF/src/Other/Customizations.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + 1033 + + \ No newline at end of file diff --git a/CardViewer_PCF/src/Other/Relationships.xml b/CardViewer_PCF/src/Other/Relationships.xml new file mode 100644 index 0000000..c22a38e --- /dev/null +++ b/CardViewer_PCF/src/Other/Relationships.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/CardViewer_PCF/src/Other/Solution.xml b/CardViewer_PCF/src/Other/Solution.xml new file mode 100644 index 0000000..ecf9145 --- /dev/null +++ b/CardViewer_PCF/src/Other/Solution.xml @@ -0,0 +1,94 @@ + + + + + CardViewer_PCF + + + + + + 1.0.0.0 + + 2 + + + victorsanchez + + + + + + + + + + + + vso + + 60262 + + +
+ 1 + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + + +
+
+ 2 + 1 + + + + + + + + + + + + + + + + 1 + + + + + + + + +
+
+
+ + +
+
\ No newline at end of file