forked from Mewnojs/PlantsVsZombies.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLawnModExtension.projitems
More file actions
18 lines (18 loc) · 999 Bytes
/
Copy pathLawnModExtension.projitems
File metadata and controls
18 lines (18 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>c1dd562e-4506-4d33-92f3-6ae5cfefe16e</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>LawnModExtension</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)IronPyInteractive.cs" />
<Compile Include="$(MSBuildThisFileDirectory)MonoModUtils.cs" />
<Compile Include="$(MSBuildThisFileDirectory)monomodutils\DynamicHookGen.cs" />
<Compile Include="$(MSBuildThisFileDirectory)monomodutils\HookEndpointManagerNew.cs" />
<Compile Include="$(MSBuildThisFileDirectory)MonoModUtils\MethodToDelegateHelper.cs" />
</ItemGroup>
</Project>