Quellcode durchsuchen

Add ExposedList.cs to C# csproj.

John vor 10 Jahren
Ursprung
Commit
fa7992c7b3
1 geänderte Dateien mit 9 neuen und 8 gelöschten Zeilen
  1. 9 8
      spine-csharp/spine-csharp.csproj

+ 9 - 8
spine-csharp/spine-csharp.csproj

@@ -70,6 +70,7 @@
     <Compile Include="src\AnimationState.cs" />
     <Compile Include="src\Event.cs" />
     <Compile Include="src\EventData.cs" />
+    <Compile Include="src\ExposedList.cs" />
     <Compile Include="src\IkConstraint.cs" />
     <Compile Include="src\IkConstraintData.cs" />
     <Compile Include="src\Json.cs" />
@@ -82,12 +83,12 @@
     <Compile Include="src\SlotData.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\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>
+  <!--
+      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>
+</Project>