mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Add ExposedList.cs to C# csproj.
This commit is contained in:
parent
343745006c
commit
fa7992c7b3
@ -70,6 +70,7 @@
|
|||||||
<Compile Include="src\AnimationState.cs" />
|
<Compile Include="src\AnimationState.cs" />
|
||||||
<Compile Include="src\Event.cs" />
|
<Compile Include="src\Event.cs" />
|
||||||
<Compile Include="src\EventData.cs" />
|
<Compile Include="src\EventData.cs" />
|
||||||
|
<Compile Include="src\ExposedList.cs" />
|
||||||
<Compile Include="src\IkConstraint.cs" />
|
<Compile Include="src\IkConstraint.cs" />
|
||||||
<Compile Include="src\IkConstraintData.cs" />
|
<Compile Include="src\IkConstraintData.cs" />
|
||||||
<Compile Include="src\Json.cs" />
|
<Compile Include="src\Json.cs" />
|
||||||
@ -82,12 +83,12 @@
|
|||||||
<Compile Include="src\SlotData.cs" />
|
<Compile Include="src\SlotData.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<!--
|
<!--
|
||||||
To modify your build process, add your task inside one of the targets below and uncomment it.
|
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.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
</Target>
|
</Target>
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user