Sfoglia il codice sorgente

Added SharpJson to project.

NathanSweet 9 anni fa
parent
commit
337e6c284f
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      spine-csharp/spine-csharp.csproj

+ 2 - 3
spine-csharp/spine-csharp.csproj

@@ -100,12 +100,11 @@
     <Compile Include="src\IUpdatable.cs">
       <SubType>Code</SubType>
     </Compile>
-    <Compile Include="src\Json.cs">
-      <SubType>Code</SubType>
-    </Compile>
+    <Compile Include="src\Json.cs" />
     <Compile Include="src\MathUtils.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="src\SharpJson.cs" />
     <Compile Include="src\Skeleton.cs">
       <SubType>Code</SubType>
     </Compile>