Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions AssetStudio.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,39 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetStudio", "AssetStudio\AssetStudio.csproj", "{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemHalf", "thirdparty\SystemHalf\SystemHalf.csproj", "{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}.Debug|Any CPU.ActiveCfg = Debug|x86
{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}.Debug|x86.ActiveCfg = Debug|x86
{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}.Debug|x86.Build.0 = Debug|x86
{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}.Release|Any CPU.ActiveCfg = Release|x86
{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}.Release|x86.ActiveCfg = Release|x86
{24551E2D-E9B6-4CD6-8F2A-D9F4A13E7853}.Release|x86.Build.0 = Release|x86
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Debug|x86.ActiveCfg = Debug|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Debug|x86.Build.0 = Debug|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Release|Any CPU.Build.0 = Release|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Release|x86.ActiveCfg = Release|Any CPU
{8E79039E-85DD-4ED4-9C3C-2FB2D8CB8324}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08189501-F88C-4EE0-AB61-D84C344075C3}
EndGlobalSection
EndGlobal
File renamed without changes.
20 changes: 11 additions & 9 deletions AssetStudio/AssetStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Half">
<HintPath>..\..\..\..\..\Tools\LIBRARIES\csharp-half-code-2\System.Half\bin\Release\System.Half.dll</HintPath>
</Reference>
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand All @@ -67,9 +64,8 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Tao.DevIl, Version=1.6.8.3, Culture=neutral, PublicKeyToken=7ec4053013524957, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Tools\SDK\taoframework-2.1.0\taoframework-2.1.0\bin\Tao.DevIl.dll</HintPath>
<Reference Include="Tao.DevIl">
<HintPath>..\thirdparty\Tao.DevIl.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -219,15 +215,21 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="7zip\7z.dll">
<Content Include="7z.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FMOD Studio API\fmod.dll">
<Content Include="DevIL.dll" />
<Content Include="fmod.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\reverse.ico" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\thirdparty\SystemHalf\SystemHalf.csproj">
<Project>{8e79039e-85dd-4ed4-9c3c-2fb2d8cb8324}</Project>
<Name>SystemHalf</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
Expand Down
1 change: 1 addition & 0 deletions AssetStudio/Classes/Mesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
using System.Text;
using System.IO;
using System.Collections;
using SystemHalf;

/*Notes about handedness
Converting from left-handed to right-handed and vice versa requires either:
Expand Down
Binary file added AssetStudio/DevIL.dll
Binary file not shown.
Binary file added AssetStudio/fmod.dll
Binary file not shown.
Loading