Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
indilo53 committed Oct 29, 2018
1 parent cd931b8 commit 5dfb6f0
Showing 1 changed file with 76 additions and 43 deletions.
119 changes: 76 additions & 43 deletions RageLib.GTA5/RageLib.GTA5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@
<Compile Include="Resources\PC\Fragments\Unknown_F_003.cs" />
<Compile Include="Resources\PC\Fragments\Unknown_F_004.cs" />
<Compile Include="Resources\PC\GameFiles\GameFileBase.cs" />
<Compile Include="Resources\PC\GameFiles\Gxt2File.cs" />
<Compile Include="Resources\PC\GameFiles\YbnFile.cs" />
<Compile Include="Resources\PC\GameFiles\YdrFile.cs" />
<Compile Include="Resources\PC\GameFiles\YmtPedDefinitionFile.cs" />
<Compile Include="Resources\PC\GameFiles\YtypFile.cs" />
<Compile Include="Resources\PC\GameFiles\YmapFile.cs" />
<Compile Include="Resources\PC\Meta\Types\ArrayOfBytes12.cs" />
Expand Down Expand Up @@ -358,50 +361,80 @@
<Compile Include="ResourceWrappers\PC\Fragments\FragDrawableWrapper_GTA5_pc.cs" />
<Compile Include="ResourceWrappers\PC\Fragments\FragmentFileWrapper_GTA5_pc.cs" />
<Compile Include="ResourceWrappers\PC\Fragments\FragTypeWrapper_GTA5_pc.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CBaseArchetypeDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CBlockDesc.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CCarGen.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CCompositeEntityType.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CDistantLODLight.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CEntityDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefAudioCollisionSettings.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefAudioEmitter.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefBuoyancy.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefDoor.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefExplosionEffect.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefExpression.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefLadder.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefLightEffect.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefLightShaft.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefParticleEffect.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefProcObject.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefSpawnPoint.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefSpawnPointOverride.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CExtensionDefWindDisturbance.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CLightAttrDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CLODLight.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMapData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMapTypes.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMloArchetypeDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMloEntitySet.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMloInstanceDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMloPortalDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMloRoomDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CMloTimeCycleModifier.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CTimeArchetypeDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\CTimeCycleModifier.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCAnchorProps.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCBaseArchetypeDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCBlockDesc.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCCarGen.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCComponentInfo.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCCompositeEntityType.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCCreatureMetaData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCDistantLODLight.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCEntityDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefAudioCollisionSettings.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefAudioEmitter.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefBuoyancy.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefDoor.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefExplosionEffect.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefExpression.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefLadder.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefLightEffect.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefLightShaft.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefParticleEffect.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefProcObject.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefSpawnPoint.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefSpawnPointOverride.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCExtensionDefWindDisturbance.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCLightAttrDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCLODLight.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMapData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMapTypes.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMloArchetypeDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMloEntitySet.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMloInstanceDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMloPortalDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMloRoomDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCMloTimeCycleModifier.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCPedCompExpressionData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCPedPropExpressionData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioChain.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioChainingEdge.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioChainingNode.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioEntityOverride.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioPoint.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioPointCluster.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioPointContainer.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioPointLookUps.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCScenarioPointRegion.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCShaderVariableComponent.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCStreamingRequestFrame.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCStreamingRequestRecord.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCTimeArchetypeDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MCTimeCycleModifier.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MetaStructureWrapper.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\rage__fwGrassInstanceListDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\rage__fwGrassInstanceListDef__InstanceData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\rage__fwInstancedMapData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\rage__phVerletClothCustomBounds.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\rage__spdAABB.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Unk_1701774085.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Unk_1980345114.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Unk_2741784237.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Unk_3430328684.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Unk_975711773.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\VECTOR3.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__fwGrassInstanceListDef.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__fwGrassInstanceListDef__InstanceData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__fwInstancedMapData.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__phVerletClothCustomBounds.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__spdAABB.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__spdGrid2D.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\Mrage__spdSphere.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_1036962405.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_1358189812.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_1535046754.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_1701774085.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_1980345114.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_2236980467.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_253191135.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_254518642.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_2741784237.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_2858946626.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_3430328684.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_3538495220.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_376833625.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_4023740759.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_94549140.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MUnk_975711773.cs" />
<Compile Include="ResourceWrappers\PC\Meta\Structures\MVECTOR3.cs" />
<Compile Include="ResourceWrappers\PC\Particles\ParticlesFileWrapper_GTA5_pc.cs" />
<Compile Include="ResourceWrappers\PC\Particles\ParticlesWrapper_GTA5_pc.cs" />
<Compile Include="ResourceWrappers\PC\PSO\Convert\PsoXml.cs" />
Expand Down

0 comments on commit 5dfb6f0

Please sign in to comment.