You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
4.0 KiB
85 lines
4.0 KiB
1 month ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProjectGuid>{7F2D7E42-6B90-0DE7-1416-469D0058D969}</ProjectGuid>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>XLuaUnitTest</RootNamespace>
|
||
|
<AssemblyName>XLuaUnitTest</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>..\Bin\</OutputPath>
|
||
|
<BaseIntermediateOutputPath>obj\Any CPU\Debug\XLuaUnitTest\</BaseIntermediateOutputPath>
|
||
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
|
||
|
<DefineConstants>_DEBUG;DEBUG;TRACE;;XLUA_GENERAL</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>..\Bin\</OutputPath>
|
||
|
<BaseIntermediateOutputPath>obj\Any CPU\Release\XLuaUnitTest\</BaseIntermediateOutputPath>
|
||
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
|
||
|
<DefineConstants>;XLUA_GENERAL</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Core" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="..\Src\XLuaUnitTest.cs">
|
||
|
<Link>Src\XLuaUnitTest.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\CSharpCallLua\CSObjectForTestCSCallLua.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\CSharpCallLua\CSObjectForTestCSCallLua.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\CSharpCallLua\TCForTestCSCallLua.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\CSharpCallLua\TCForTestCSCallLua.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\CSharpCallLua\TestCSCallLua.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\CSharpCallLua\TestCSCallLua.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\LuaCallCS\CSObjectForLuaCallCS.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\LuaCallCS\CSObjectForLuaCallCS.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\LuaTestCommon.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\LuaTestCommon.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\LuaTestObj.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\LuaTestObj.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\LuaTestObjReflect.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\LuaTestObjReflect.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\..\Test\UnitTest\xLuaTest\Main.cs">
|
||
|
<Link>Test\UnitTest\xLuaTest\Main.cs</Link>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="XLua.Mini.csproj">
|
||
|
<Project>{9A2C7D34-0697-31AB-4FD5-E250BB7E0F00}</Project>
|
||
|
<Name>XLua.Mini</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||
|
<Target Name="BeforeBuild">
|
||
|
</Target>
|
||
|
<Target Name="AfterBuild">
|
||
|
</Target>
|
||
|
-->
|
||
|
</Project>
|