Skip to content

Commit 10ac880

Browse files
committed
Fix remaining issues with material hangs.
1 parent 84f5fa2 commit 10ac880

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

‎FFXIVLooseTextureCompiler/FFXIVLooseTextureCompiler.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9-
<Version>2.0.4.6</Version>
9+
<Version>2.0.4.7</Version>
1010
<RunPostBuildEvent>Always</RunPostBuildEvent>
1111
<Title>FFXIV Loose Texture Compiler</Title>
1212
<Copyright>Lawener Industries</Copyright>

‎FFXIVLooseTextureCompiler/FFXIVLooseTextureCompiler.csproj.user‎

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,53 @@
44
<_LastSelectedProfileId>I:\Visual Studio\FFXIVLooseTextureCompiler\FFXIVLooseTextureCompiler\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
55
</PropertyGroup>
66
<ItemGroup>
7+
<Compile Update="Configuration Dialogues\BulkNameReplacement.cs">
8+
<SubType>Form</SubType>
9+
</Compile>
10+
<Compile Update="Configuration Dialogues\ConnectionDisplay.cs">
11+
<SubType>Form</SubType>
12+
</Compile>
13+
<Compile Update="Configuration Dialogues\CustomPathDialog.cs">
14+
<SubType>Form</SubType>
15+
</Compile>
716
<Compile Update="Configuration Dialogues\CustomUnderlayForm.cs">
817
<SubType>Form</SubType>
918
</Compile>
19+
<Compile Update="Configuration Dialogues\FilePicker.cs">
20+
<SubType>UserControl</SubType>
21+
</Compile>
22+
<Compile Update="Configuration Dialogues\FindAndReplace.cs">
23+
<SubType>Form</SubType>
24+
</Compile>
25+
<Compile Update="Configuration Dialogues\HelpWindow.cs">
26+
<SubType>Form</SubType>
27+
</Compile>
1028
<Compile Update="Configuration Dialogues\OverlaySelector.cs">
1129
<SubType>Form</SubType>
1230
</Compile>
31+
<Compile Update="Configuration Dialogues\TemplateConfiguration.cs">
32+
<SubType>Form</SubType>
33+
</Compile>
1334
<Compile Update="MainForm.cs">
1435
<SubType>Form</SubType>
1536
</Compile>
1637
<Compile Update="MainFormMoreSimplified.cs">
1738
<SubType>Form</SubType>
1839
</Compile>
40+
<Compile Update="MainFormSimplified.cs">
41+
<SubType>Form</SubType>
42+
</Compile>
43+
<Compile Update="Sub Utilities\BulkTexManager.cs">
44+
<SubType>Form</SubType>
45+
</Compile>
46+
<Compile Update="Sub Utilities\DiffuseMerger.cs">
47+
<SubType>Form</SubType>
48+
</Compile>
49+
<Compile Update="Sub Utilities\LegacyMakeupSalvager.cs">
50+
<SubType>Form</SubType>
51+
</Compile>
52+
<Compile Update="Sub Utilities\MultiCreator.cs">
53+
<SubType>Form</SubType>
54+
</Compile>
1955
</ItemGroup>
2056
</Project>

0 commit comments

Comments
 (0)