47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{E915A0A4-2641-4F7E-8A88-8F123FA88BF1}</ProjectGuid>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<OutputPath>..\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="CheckType.cs" />
|
|
<Compile Include="GenerateEventAssembly.cs" />
|
|
<Compile Include="Lua.cs" />
|
|
<Compile Include="LuaBase.cs" />
|
|
<Compile Include="LuaDLL.cs" />
|
|
<Compile Include="LuaException.cs" />
|
|
<Compile Include="LuaFunction.cs" />
|
|
<Compile Include="LuaGlobalAttribute.cs" />
|
|
<Compile Include="LuaHideAttribute.cs" />
|
|
<Compile Include="LuaRegistrationHelper.cs" />
|
|
<Compile Include="LuaScriptException.cs" />
|
|
<Compile Include="LuaTable.cs" />
|
|
<Compile Include="LuaUserData.cs" />
|
|
<Compile Include="MethodWrapper.cs" />
|
|
<Compile Include="ObjectTranslator.cs" />
|
|
<Compile Include="ProxyType.cs" />
|
|
<Compile Include="Metatables.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">
|
|
<Project>{bdaeab25-991e-46a7-af1e-4f0e03358daa}</Project>
|
|
<Name>OpenRA.FileFormats</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
</Project> |