Skip to content

Commit b085906

Browse files
committed
NEW FEATURE: Added Statistics option in Skeleton menu
1 parent a240617 commit b085906

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

KimeraCS.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@
151151
<Compile Include="frmSkeletonJoints.Designer.cs">
152152
<DependentUpon>frmSkeletonJoints.cs</DependentUpon>
153153
</Compile>
154+
<Compile Include="FrmStatistics.cs">
155+
<SubType>Form</SubType>
156+
</Compile>
157+
<Compile Include="FrmStatistics.Designer.cs">
158+
<DependentUpon>FrmStatistics.cs</DependentUpon>
159+
</Compile>
154160
<Compile Include="frmTEXToPNGBatchConversion.cs">
155161
<SubType>Form</SubType>
156162
</Compile>
@@ -236,6 +242,9 @@
236242
<EmbeddedResource Include="frmSkeletonJoints.resx">
237243
<DependentUpon>frmSkeletonJoints.cs</DependentUpon>
238244
</EmbeddedResource>
245+
<EmbeddedResource Include="FrmStatistics.resx">
246+
<DependentUpon>FrmStatistics.cs</DependentUpon>
247+
</EmbeddedResource>
239248
<EmbeddedResource Include="frmTEXToPNGBatchConversion.resx">
240249
<DependentUpon>frmTEXToPNGBatchConversion.cs</DependentUpon>
241250
</EmbeddedResource>

0 commit comments

Comments
 (0)