-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEnkel.projitems
More file actions
20 lines (20 loc) · 789 Bytes
/
Enkel.projitems
File metadata and controls
20 lines (20 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>22f07763-f744-4fc1-b31a-c03039142b72</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Enkel</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Include="**/*.c" />
<None Include="**/*.h" />
<None Include="**/*.cpp" />
<None Include="**/GNUmakefile" />
<None Include="**/*.py" />
<None Include="**/*.asm" />
<None Include="**/*.ld" />
</ItemGroup>
</Project>