In BodyShapeParams
+ Fixed IsValid + Added a function to validate a Dictionary<uint,float> representing a bodyshape + Added a function to do a pretty print ToString() for a Dictionary bodyshape git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@548 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>BodyPartMorphGenerator</RootNamespace>
|
||||
<AssemblyName>GenBodyParams</AssemblyName>
|
||||
<StartupObject>BodyPartMorphGenerator.genbodyparams</StartupObject>
|
||||
<StartupObject>BodyPartMorphGenerator.GenBodyParams</StartupObject>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -34,7 +34,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="genbodyparams.cs" />
|
||||
<Compile Include="GenBodyParams.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
Reference in New Issue
Block a user