Fix 64-bit builds and add UncompressedSize

This commit is contained in:
Matt Nadareski
2016-05-04 17:14:11 -07:00
parent a074dd001c
commit 14dfefcf49
5 changed files with 246 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DATFromDir", "DATFromDir\DA
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OfflineMerge", "OfflineMerge\OfflineMerge.csproj", "{88310DB9-3B64-4268-AD48-2E0358D4CA5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UncompressedSize", "UncompressedSize\UncompressedSize.csproj", "{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -72,6 +74,14 @@ Global
{88310DB9-3B64-4268-AD48-2E0358D4CA5F}.Release|Any CPU.Build.0 = Release|Any CPU
{88310DB9-3B64-4268-AD48-2E0358D4CA5F}.Release|x64.ActiveCfg = Release|x64
{88310DB9-3B64-4268-AD48-2E0358D4CA5F}.Release|x64.Build.0 = Release|x64
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|x64.ActiveCfg = Debug|x64
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|x64.Build.0 = Debug|x64
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|Any CPU.Build.0 = Release|Any CPU
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|x64.ActiveCfg = Release|x64
{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE