31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||
|
|
<LangVersion>latest</LangVersion>
|
||
|
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
||
|
|
<AssemblyName>Game</AssemblyName>
|
||
|
|
<RootNamespace>Game</RootNamespace>
|
||
|
|
<NoStandardLib>true</NoStandardLib>
|
||
|
|
<NoConfig>true</NoConfig>
|
||
|
|
<DebugSymbols>false</DebugSymbols>
|
||
|
|
<DebugType>none</DebugType>
|
||
|
|
<OutputPath>leanclr\</OutputPath>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Include="scripts\**\*.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="mscorlib">
|
||
|
|
<HintPath>../thirdparty/leanclr/src/libraries/dotnetframework4.x-linux/mscorlib.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="System">
|
||
|
|
<HintPath>../thirdparty/leanclr/src/libraries/dotnetframework4.x-linux/System.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="GodotSharpCompat">
|
||
|
|
<HintPath>leanclr\GodotSharpCompat.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||
|
|
</Project>
|