-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBareKit.projitems
20 lines (20 loc) · 922 Bytes
/
BareKit.projitems
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>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>88517b41-78ad-4904-80a4-b0d1ffd08fb7</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>BareKit</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)Entrypoint.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Graphics\Container.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Graphics\Drawable.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Graphics\ScalingManager.cs" />
</ItemGroup>
<ItemGroup>
<MonoGameContentReference Include="$(MSBuildThisFileDirectory)Content\Content.mgcb" />
</ItemGroup>
</Project>