Skip to content

Commit ddb4d0d

Browse files
committed
Fixed sln file not including the TextureDecoder stuff
1 parent 2a02e58 commit ddb4d0d

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

AssetRipper.sln

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,26 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Checksum.Tests"
163163
EndProject
164164
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.GUI.Electron", "Source\AssetRipper.GUI.Electron\AssetRipper.GUI.Electron.csproj", "{ECBFE50F-909A-41B9-A3FF-19ACB33574EB}"
165165
EndProject
166-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetRipper.GUI.Licensing", "Source\AssetRipper.GUI.Licensing\AssetRipper.GUI.Licensing.csproj", "{ED4D8B01-2C3B-412B-981B-986FBA6FB2FD}"
166+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.GUI.Licensing", "Source\AssetRipper.GUI.Licensing\AssetRipper.GUI.Licensing.csproj", "{ED4D8B01-2C3B-412B-981B-986FBA6FB2FD}"
167167
EndProject
168168
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Decompilation.CSharp", "Source\AssetRipper.Decompilation.CSharp\AssetRipper.Decompilation.CSharp.csproj", "{82566A68-BF9B-4B2F-8B57-2137B31CF197}"
169169
EndProject
170+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.ColorGenerator", "Source\AssetRipper.TextureDecoder.ColorGenerator\AssetRipper.TextureDecoder.ColorGenerator.csproj", "{00C10C73-9E24-412C-AE60-729213CE2CCC}"
171+
EndProject
172+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder", "Source\AssetRipper.TextureDecoder\AssetRipper.TextureDecoder.csproj", "{877A7E65-6F82-4C4E-BEF1-B12C2BC6C231}"
173+
EndProject
174+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.Benchmarks", "Source\AssetRipper.TextureDecoder.Benchmarks\AssetRipper.TextureDecoder.Benchmarks.csproj", "{636B68FF-0929-4CA1-983D-6FCCF0A8EBBC}"
175+
EndProject
176+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.ConsoleApp", "Source\AssetRipper.TextureDecoder.ConsoleApp\AssetRipper.TextureDecoder.ConsoleApp.csproj", "{E99CE993-E7CF-4A53-BCAC-EBA85797641A}"
177+
EndProject
178+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.Paths", "Source\AssetRipper.TextureDecoder.Paths\AssetRipper.TextureDecoder.Paths.csproj", "{7F81A153-3964-4801-ADC8-FDAAAAD00D2D}"
179+
EndProject
180+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.SourceGeneration.Common", "Source\AssetRipper.TextureDecoder.SourceGeneration.Common\AssetRipper.TextureDecoder.SourceGeneration.Common.csproj", "{1E1C5AF6-6A37-491D-8579-050DEDDD0636}"
181+
EndProject
182+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.TestGenerator", "Source\AssetRipper.TextureDecoder.TestGenerator\AssetRipper.TextureDecoder.TestGenerator.csproj", "{06C1F3E0-3C07-4BBC-8E9C-5B119749DC07}"
183+
EndProject
184+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.TextureDecoder.Tests", "Source\AssetRipper.TextureDecoder.Tests\AssetRipper.TextureDecoder.Tests.csproj", "{25752770-46A0-4F09-97A9-8DEF0698C8AD}"
185+
EndProject
170186
Global
171187
GlobalSection(SolutionConfigurationPlatforms) = preSolution
172188
Debug|Any CPU = Debug|Any CPU
@@ -353,6 +369,38 @@ Global
353369
{82566A68-BF9B-4B2F-8B57-2137B31CF197}.Debug|Any CPU.Build.0 = Debug|Any CPU
354370
{82566A68-BF9B-4B2F-8B57-2137B31CF197}.Release|Any CPU.ActiveCfg = Release|Any CPU
355371
{82566A68-BF9B-4B2F-8B57-2137B31CF197}.Release|Any CPU.Build.0 = Release|Any CPU
372+
{00C10C73-9E24-412C-AE60-729213CE2CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
373+
{00C10C73-9E24-412C-AE60-729213CE2CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
374+
{00C10C73-9E24-412C-AE60-729213CE2CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
375+
{00C10C73-9E24-412C-AE60-729213CE2CCC}.Release|Any CPU.Build.0 = Release|Any CPU
376+
{877A7E65-6F82-4C4E-BEF1-B12C2BC6C231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
377+
{877A7E65-6F82-4C4E-BEF1-B12C2BC6C231}.Debug|Any CPU.Build.0 = Debug|Any CPU
378+
{877A7E65-6F82-4C4E-BEF1-B12C2BC6C231}.Release|Any CPU.ActiveCfg = Release|Any CPU
379+
{877A7E65-6F82-4C4E-BEF1-B12C2BC6C231}.Release|Any CPU.Build.0 = Release|Any CPU
380+
{636B68FF-0929-4CA1-983D-6FCCF0A8EBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
381+
{636B68FF-0929-4CA1-983D-6FCCF0A8EBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
382+
{636B68FF-0929-4CA1-983D-6FCCF0A8EBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
383+
{636B68FF-0929-4CA1-983D-6FCCF0A8EBBC}.Release|Any CPU.Build.0 = Release|Any CPU
384+
{E99CE993-E7CF-4A53-BCAC-EBA85797641A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
385+
{E99CE993-E7CF-4A53-BCAC-EBA85797641A}.Debug|Any CPU.Build.0 = Debug|Any CPU
386+
{E99CE993-E7CF-4A53-BCAC-EBA85797641A}.Release|Any CPU.ActiveCfg = Release|Any CPU
387+
{E99CE993-E7CF-4A53-BCAC-EBA85797641A}.Release|Any CPU.Build.0 = Release|Any CPU
388+
{7F81A153-3964-4801-ADC8-FDAAAAD00D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
389+
{7F81A153-3964-4801-ADC8-FDAAAAD00D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
390+
{7F81A153-3964-4801-ADC8-FDAAAAD00D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
391+
{7F81A153-3964-4801-ADC8-FDAAAAD00D2D}.Release|Any CPU.Build.0 = Release|Any CPU
392+
{1E1C5AF6-6A37-491D-8579-050DEDDD0636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
393+
{1E1C5AF6-6A37-491D-8579-050DEDDD0636}.Debug|Any CPU.Build.0 = Debug|Any CPU
394+
{1E1C5AF6-6A37-491D-8579-050DEDDD0636}.Release|Any CPU.ActiveCfg = Release|Any CPU
395+
{1E1C5AF6-6A37-491D-8579-050DEDDD0636}.Release|Any CPU.Build.0 = Release|Any CPU
396+
{06C1F3E0-3C07-4BBC-8E9C-5B119749DC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
397+
{06C1F3E0-3C07-4BBC-8E9C-5B119749DC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
398+
{06C1F3E0-3C07-4BBC-8E9C-5B119749DC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
399+
{06C1F3E0-3C07-4BBC-8E9C-5B119749DC07}.Release|Any CPU.Build.0 = Release|Any CPU
400+
{25752770-46A0-4F09-97A9-8DEF0698C8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
401+
{25752770-46A0-4F09-97A9-8DEF0698C8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
402+
{25752770-46A0-4F09-97A9-8DEF0698C8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
403+
{25752770-46A0-4F09-97A9-8DEF0698C8AD}.Release|Any CPU.Build.0 = Release|Any CPU
356404
EndGlobalSection
357405
GlobalSection(SolutionProperties) = preSolution
358406
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)