Skip to content

Commit

Permalink
Changes on solution directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Montiel committed Mar 17, 2021
1 parent 2a70044 commit 40daeb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 182 deletions.
2 changes: 1 addition & 1 deletion Solution/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# msbuild output directories
/bin/Debug
/bin
/obj
5 changes: 4 additions & 1 deletion Solution/PCF_Solutions.cdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" />

<PropertyGroup>
<ProjectGuid>f1758a8a-0bf8-4fbb-bf97-1041b3f5239d</ProjectGuid>
<ProjectGuid>acc1809c-e469-4224-a496-c452c8e1f575</ProjectGuid>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<!--Remove TargetFramework when this is available in 16.1-->
<TargetFramework>net462</TargetFramework>
Expand Down Expand Up @@ -37,6 +37,9 @@

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)" />
<Content Include="$(SolutionPackageZipFilePath)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed Solution/bin/Release/PCF_Solutions.zip
Binary file not shown.
180 changes: 0 additions & 180 deletions Solution/bin/Release/SolutionPackager.log

This file was deleted.

0 comments on commit 40daeb5

Please sign in to comment.