File tree 3 files changed +15
-13
lines changed
3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 4
4
<MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5
5
</PropertyGroup >
6
6
7
+ <PropertyGroup >
8
+ <DefaultLanguageSourceExtension >.php</DefaultLanguageSourceExtension >
9
+
10
+ <!-- disable wilcard include of Compile items, file ordering is a feature -->
11
+ <EnableDefaultCompileItems Condition =" '$(EnableDefaultCompileItems)'=='' " >false</EnableDefaultCompileItems >
12
+
13
+ <!-- DefaultItems.props -->
14
+ <EnableDefaultItems Condition =" '$(EnableDefaultItems)' == '' " >true</EnableDefaultItems >
15
+ <EnableDefaultNoneItems Condition =" '$(EnableDefaultNoneItems)' == '' " >true</EnableDefaultNoneItems >
16
+ <EnableDefaultEmbeddedResourceItems Condition =" '$(EnableDefaultEmbeddedResourceItems)' == '' " >false</EnableDefaultEmbeddedResourceItems >
17
+ <DefaultItemExcludes >$(DefaultItemExcludes);**/.phpstorm.meta.php/**;**/.phpstorm.meta.php</DefaultItemExcludes >
18
+ </PropertyGroup >
19
+
7
20
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
8
21
9
22
<Import Project =" $(MSBuildThisFileDirectory)..\build\Peachpie.NET.Sdk.props" />
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5
- <DefaultLanguageSourceExtension >.php</DefaultLanguageSourceExtension >
6
5
<Language >PHP</Language >
7
6
<TargetRuntime >Managed</TargetRuntime >
8
7
<AlwaysUseNumericalSuffixInItemNames >true</AlwaysUseNumericalSuffixInItemNames >
14
13
<UsingTask AssemblyFile =" $(PeachpieToolFullPath)" TaskName =" Peachpie.NET.Sdk.Tools.BuildTask" />
15
14
<UsingTask AssemblyFile =" $(PeachpieToolFullPath)" TaskName =" Peachpie.NET.Sdk.Tools.ComposerTask" />
16
15
17
- <!-- well-known non-compile items -->
18
16
<ItemGroup >
19
- <Compile Include = " **/*.phar;**/*.php " Exclude = " obj/**;bin/**;.*/** " Condition = " '$(EnableDefaultPeachpieCompileItems)'=='true' " / >
20
- <Compile Remove =" **/.phpstorm.meta.php/**;**/.phpstorm.meta.php " />
17
+ <!-- well-known items -- >
18
+ <Compile Remove =" $(DefaultItemExcludes) " />
21
19
</ItemGroup >
22
20
23
21
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<WarningLevel >4</WarningLevel >
5
5
6
- <!-- disable wilcard include of Compile items, file ordering is a feature -->
7
- <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
8
-
9
6
<!-- PeachpieToolFullPath pointing to the task dll -->
10
7
<PeachpieToolFullPath Condition =" '$(PeachpieToolFullPath)'=='' " >$(MSBuildThisFileDirectory)../tools/Peachpie.NET.Sdk.dll</PeachpieToolFullPath >
11
8
16
13
<LanguageTargets >$(MSBuildThisFileDirectory)Peachpie.NET.Current.Sdk.targets</LanguageTargets >
17
14
</PropertyGroup >
18
15
19
- <!-- default Compile and None items -->
20
- <ItemGroup >
21
- <None Include =" **/*" Exclude =" obj/**;bin/**;.*/**;*.msbuildproj;*.msbuildproj.user;*.sln;" />
22
- <!-- Content Include="" /-->
23
- </ItemGroup >
24
-
25
16
<!-- current Peachpie SDK version -->
26
17
<Import Project =" $(MSBuildThisFileDirectory)Peachpie.Version.props" Condition =" '$(PeachpieVersion)'=='' " />
27
18
You can’t perform that action at this time.
0 commit comments