forked from jaguil3ra/PowerApps-KitControls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKitControls.cdsproj
More file actions
35 lines (29 loc) · 1.32 KB
/
Copy pathKitControls.cdsproj
File metadata and controls
35 lines (29 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
<PropertyGroup>
<Name>KitControls</Name>
<ProjectGuid>fb48a713-f1fe-40de-b809-7f26659e3ef3</ProjectGuid>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</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="0.*"/>
</ItemGroup>
<ItemGroup>
<ExcludeDirectories Include= "$(MSBuildThisFileDirectory)\bin\**" />
<ExcludeDirectories Include= "$(MSBuildThisFileDirectory)\obj\**" />
<ExcludeDirectories Include= "$(MSBuildThisFileDirectory)\*.cdsproj" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)\**" Exclude="@(ExcludeDirectories)">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>