Skip to content

Commit

Permalink
Atualizado framework pcf
Browse files Browse the repository at this point in the history
  • Loading branch information
Build committed Jun 13, 2020
1 parent 939aa16 commit a35f7ef
Show file tree
Hide file tree
Showing 4 changed files with 1,481 additions and 1,366 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
/obj

#deployment
/deployment
/cepControlSolution
7 changes: 4 additions & 3 deletions Cep.pcfproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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.Pcf.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Pcf.props')"/>

<PropertyGroup>
<Name>Cep</Name>
<ProjectGuid>5dfe5d32-3e86-489f-a89e-4750401d3bc2</ProjectGuid>
Expand All @@ -21,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerApps.MSBuild.Pcf" Version="0.*"/>
<PackageReference Include="Microsoft.PowerApps.MSBuild.Pcf" Version="1.*"/>
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit a35f7ef

Please sign in to comment.