hostile-takeover/texpack/texpack.sln
Nathan Fulton 806c698e7a Texpack initial commit
Texpack is a C# tool to build textures from the game art repository. Texpack takes a json as input. The json tells Texpack where the art is, what art to pack, and how to pack it. See texpack/texjson.py for input json generation, json structure, and Texpack customization options. Texpack outputs a json that maps each image filename to information such as what texture the image was packed in where it is within the texture.
2017-10-21 20:25:46 -04:00

18 lines
755 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "texpack", "texpack.csproj", "{BB105668-38E0-46B2-A884-362AFDCD06F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB105668-38E0-46B2-A884-362AFDCD06F9}.Debug|x86.ActiveCfg = Debug|x86
{BB105668-38E0-46B2-A884-362AFDCD06F9}.Debug|x86.Build.0 = Debug|x86
{BB105668-38E0-46B2-A884-362AFDCD06F9}.Release|x86.ActiveCfg = Release|x86
{BB105668-38E0-46B2-A884-362AFDCD06F9}.Release|x86.Build.0 = Release|x86
EndGlobalSection
EndGlobal