Skip to content

Commit 87aaff7

Browse files
authored
Add files via upload
1 parent cbfe88f commit 87aaff7

File tree

11 files changed

+3389
-0
lines changed

11 files changed

+3389
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.11.35327.3
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PyInstaller", "PyInstaller\PyInstaller.vcxproj", "{5E0C2D7A-B414-442F-8757-E4A460EFED92}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Debug|x64.ActiveCfg = Debug|x64
17+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Debug|x64.Build.0 = Debug|x64
18+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Debug|x86.ActiveCfg = Debug|Win32
19+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Debug|x86.Build.0 = Debug|Win32
20+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Release|x64.ActiveCfg = Release|x64
21+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Release|x64.Build.0 = Release|x64
22+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Release|x86.ActiveCfg = Release|Win32
23+
{5E0C2D7A-B414-442F-8757-E4A460EFED92}.Release|x86.Build.0 = Release|Win32
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {08A66AA8-75A8-43A0-B836-28FBDCD2B4AB}
30+
EndGlobalSection
31+
EndGlobal
Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<VCProjectVersion>16.0</VCProjectVersion>
23+
<ProjectGuid>{0DABA527-02EC-43B2-92C3-D9D91C0E4EC6}</ProjectGuid>
24+
<Keyword>Win32Proj</Keyword>
25+
<RootNamespace>FormatZzz</RootNamespace>
26+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
27+
</PropertyGroup>
28+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+
<!-- Debug Configurations -->
30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31+
<ConfigurationType>DynamicLibrary</ConfigurationType>
32+
<UseDebugLibraries>true</UseDebugLibraries>
33+
<PlatformToolset>v143</PlatformToolset>
34+
<CharacterSet>Unicode</CharacterSet>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37+
<ConfigurationType>DynamicLibrary</ConfigurationType>
38+
<UseDebugLibraries>true</UseDebugLibraries>
39+
<PlatformToolset>v143</PlatformToolset>
40+
<CharacterSet>Unicode</CharacterSet>
41+
</PropertyGroup>
42+
<!-- Release Configurations -->
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
44+
<ConfigurationType>DynamicLibrary</ConfigurationType>
45+
<UseDebugLibraries>false</UseDebugLibraries>
46+
<PlatformToolset>v143</PlatformToolset>
47+
<WholeProgramOptimization>true</WholeProgramOptimization>
48+
<CharacterSet>Unicode</CharacterSet>
49+
</PropertyGroup>
50+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51+
<ConfigurationType>DynamicLibrary</ConfigurationType>
52+
<UseDebugLibraries>false</UseDebugLibraries>
53+
<PlatformToolset>v143</PlatformToolset>
54+
<WholeProgramOptimization>true</WholeProgramOptimization>
55+
<CharacterSet>Unicode</CharacterSet>
56+
</PropertyGroup>
57+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58+
<ImportGroup Label="ExtensionSettings" />
59+
<ImportGroup Label="Shared" />
60+
<!-- PropertySheets for Debug Configurations -->
61+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63+
</ImportGroup>
64+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
65+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66+
</ImportGroup>
67+
<PropertyGroup Label="UserMacros" />
68+
<!-- Incremental Linking -->
69+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70+
<LinkIncremental>true</LinkIncremental>
71+
</PropertyGroup>
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73+
<LinkIncremental>true</LinkIncremental>
74+
<TargetName>$(ProjectName)_x64</TargetName>
75+
</PropertyGroup>
76+
<!-- Item Definition Groups -->
77+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78+
<ClCompile>
79+
<WarningLevel>Level3</WarningLevel>
80+
<Optimization>Disabled</Optimization>
81+
<SDLCheck>true</SDLCheck>
82+
<PreprocessorDefinitions>WIN32;_DEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83+
<ConformanceMode>true</ConformanceMode>
84+
<BrowseInformation>true</BrowseInformation>
85+
</ClCompile>
86+
<Link>
87+
<SubSystem>Windows</SubSystem>
88+
<GenerateDebugInformation>true</GenerateDebugInformation>
89+
<EnableUAC>false</EnableUAC>
90+
<ModuleDefinitionFile>..\..\..\Archive\Archive.def</ModuleDefinitionFile>
91+
</Link>
92+
<PostBuildEvent>
93+
<Command>
94+
</Command>
95+
</PostBuildEvent>
96+
</ItemDefinitionGroup>
97+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98+
<ClCompile>
99+
<WarningLevel>Level3</WarningLevel>
100+
<Optimization>Disabled</Optimization>
101+
<SDLCheck>true</SDLCheck>
102+
<PreprocessorDefinitions>_DEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103+
<ConformanceMode>true</ConformanceMode>
104+
</ClCompile>
105+
<Link>
106+
<SubSystem>Windows</SubSystem>
107+
<GenerateDebugInformation>true</GenerateDebugInformation>
108+
<EnableUAC>false</EnableUAC>
109+
<ModuleDefinitionFile>..\..\..\Archive\Archive.def</ModuleDefinitionFile>
110+
<AdditionalDependencies>libbz2.lib;libz-static.lib;%(AdditionalDependencies)</AdditionalDependencies>
111+
</Link>
112+
<PreBuildEvent>
113+
<Command>
114+
</Command>
115+
</PreBuildEvent>
116+
</ItemDefinitionGroup>
117+
<!-- Release Configurations -->
118+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119+
<ClCompile>
120+
<WarningLevel>Level3</WarningLevel>
121+
<Optimization>MaxSpeed</Optimization>
122+
<FunctionLevelLinking>true</FunctionLevelLinking>
123+
<IntrinsicFunctions>true</IntrinsicFunctions>
124+
<SDLCheck>true</SDLCheck>
125+
<PreprocessorDefinitions>WIN32;NDEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126+
<ConformanceMode>true</ConformanceMode>
127+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
128+
</ClCompile>
129+
<Link>
130+
<SubSystem>Windows</SubSystem>
131+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
132+
<OptimizeReferences>true</OptimizeReferences>
133+
<GenerateDebugInformation>true</GenerateDebugInformation>
134+
<EnableUAC>false</EnableUAC>
135+
<ModuleDefinitionFile>..\..\..\Archive\Archive.def</ModuleDefinitionFile>
136+
</Link>
137+
</ItemDefinitionGroup>
138+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139+
<ClCompile>
140+
<WarningLevel>Level3</WarningLevel>
141+
<Optimization>MaxSpeed</Optimization>
142+
<FunctionLevelLinking>true</FunctionLevelLinking>
143+
<IntrinsicFunctions>true</IntrinsicFunctions>
144+
<SDLCheck>true</SDLCheck>
145+
<PreprocessorDefinitions>NDEBUG;FORMATZZZ_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146+
<ConformanceMode>true</ConformanceMode>
147+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
148+
<LanguageStandard>stdcpp17</LanguageStandard>
149+
</ClCompile>
150+
<Link>
151+
<SubSystem>Windows</SubSystem>
152+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
153+
<OptimizeReferences>true</OptimizeReferences>
154+
<GenerateDebugInformation>true</GenerateDebugInformation>
155+
<EnableUAC>false</EnableUAC>
156+
<ModuleDefinitionFile>..\..\..\Archive\Archive.def</ModuleDefinitionFile>
157+
<AdditionalDependencies>libz-static.lib;libbz2.lib;%(AdditionalDependencies)</AdditionalDependencies>
158+
</Link>
159+
<PostBuildEvent />
160+
</ItemDefinitionGroup>
161+
<!-- Source Files Inclusion -->
162+
<ItemGroup>
163+
<ClCompile Include="..\..\..\..\..\C\Alloc.c" />
164+
<ClCompile Include="..\..\..\..\Common\IntToString.cpp" />
165+
<ClCompile Include="..\..\..\..\Common\MyString.cpp" />
166+
<ClCompile Include="..\..\..\..\Common\Wildcard.cpp" />
167+
<ClCompile Include="..\..\..\..\Windows\PropVariant.cpp" />
168+
<ClCompile Include="..\..\..\Archive\ArchiveExports.cpp" />
169+
<ClCompile Include="..\..\..\Archive\DllExports.cpp" />
170+
<ClCompile Include="..\..\..\Archive\ClickTeam\stdafx.cpp" />
171+
<ClCompile Include="..\..\..\Archive\ClickTeam\ClickTeamInstallerRegister.cpp" />
172+
<ClCompile Include="..\..\..\Common\ProgressUtils.cpp" />
173+
<ClCompile Include="..\..\..\Common\PropId.cpp" />
174+
<ClCompile Include="..\..\..\Common\StreamObjects.cpp" />
175+
</ItemGroup>
176+
<ItemGroup>
177+
<ClInclude Include="..\..\..\..\..\C\Alloc.h" />
178+
<ClInclude Include="..\..\..\..\Common\IntToString.h" />
179+
<ClInclude Include="..\..\..\..\Common\MyString.h" />
180+
<ClInclude Include="..\..\..\..\Common\Wildcard.h" />
181+
<ClInclude Include="..\..\..\..\Windows\PropVariant.h" />
182+
<ClInclude Include="..\..\..\Archive\ArchiveExports.h" />
183+
<ClInclude Include="..\..\..\Archive\DllExports.h" />
184+
<ClInclude Include="..\..\..\Archive\ClickTeam\InStreamFileArch.h" />
185+
<ClInclude Include="..\..\..\Archive\ClickTeam\ClickTeamInstallerHandler.h" />
186+
<ClInclude Include="..\..\..\Archive\ClickTeam\stdafx.h" />
187+
<ClInclude Include="..\..\..\Common\ProgressUtils.h" />
188+
<ClInclude Include="..\..\..\Common\PropId.h" />
189+
<ClInclude Include="..\..\..\Common\StreamObjects.h" />
190+
<ClInclude Include="zLibHead.h" />
191+
</ItemGroup>
192+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
193+
</Project>
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="Header Files">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="Resource Files">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClInclude Include="..\..\..\..\..\C\Alloc.h">
19+
<Filter>Header Files</Filter>
20+
</ClInclude>
21+
<ClInclude Include="..\..\..\..\Common\IntToString.h">
22+
<Filter>Header Files</Filter>
23+
</ClInclude>
24+
<ClInclude Include="..\..\..\..\Common\MyString.h">
25+
<Filter>Header Files</Filter>
26+
</ClInclude>
27+
<ClInclude Include="..\..\..\..\Common\Wildcard.h">
28+
<Filter>Header Files</Filter>
29+
</ClInclude>
30+
<ClInclude Include="..\..\..\..\Windows\PropVariant.h">
31+
<Filter>Header Files</Filter>
32+
</ClInclude>
33+
<ClInclude Include="..\..\..\Archive\ArchiveExports.h">
34+
<Filter>Header Files</Filter>
35+
</ClInclude>
36+
<ClInclude Include="..\..\..\Archive\DllExports.h">
37+
<Filter>Header Files</Filter>
38+
</ClInclude>
39+
<ClInclude Include="..\..\..\Common\ProgressUtils.h">
40+
<Filter>Header Files</Filter>
41+
</ClInclude>
42+
<ClInclude Include="..\..\..\Common\PropId.h">
43+
<Filter>Header Files</Filter>
44+
</ClInclude>
45+
<ClInclude Include="..\..\..\Common\StreamObjects.h">
46+
<Filter>Header Files</Filter>
47+
</ClInclude>
48+
<ClInclude Include="zLibHead.h">
49+
<Filter>Header Files</Filter>
50+
</ClInclude>
51+
<ClInclude Include="..\..\..\Archive\ClickTeam\ClickTeamInstallerHandler.h">
52+
<Filter>Header Files</Filter>
53+
</ClInclude>
54+
<ClInclude Include="..\..\..\Archive\ClickTeam\InStreamFileArch.h">
55+
<Filter>Header Files</Filter>
56+
</ClInclude>
57+
<ClInclude Include="..\..\..\Archive\ClickTeam\stdafx.h">
58+
<Filter>Header Files</Filter>
59+
</ClInclude>
60+
</ItemGroup>
61+
<ItemGroup>
62+
<ClCompile Include="..\..\..\..\..\C\Alloc.c">
63+
<Filter>Source Files</Filter>
64+
</ClCompile>
65+
<ClCompile Include="..\..\..\..\Common\IntToString.cpp">
66+
<Filter>Source Files</Filter>
67+
</ClCompile>
68+
<ClCompile Include="..\..\..\..\Common\MyString.cpp">
69+
<Filter>Source Files</Filter>
70+
</ClCompile>
71+
<ClCompile Include="..\..\..\..\Common\Wildcard.cpp">
72+
<Filter>Source Files</Filter>
73+
</ClCompile>
74+
<ClCompile Include="..\..\..\..\Windows\PropVariant.cpp">
75+
<Filter>Source Files</Filter>
76+
</ClCompile>
77+
<ClCompile Include="..\..\..\Archive\ArchiveExports.cpp">
78+
<Filter>Source Files</Filter>
79+
</ClCompile>
80+
<ClCompile Include="..\..\..\Archive\DllExports.cpp">
81+
<Filter>Source Files</Filter>
82+
</ClCompile>
83+
<ClCompile Include="..\..\..\Common\ProgressUtils.cpp">
84+
<Filter>Source Files</Filter>
85+
</ClCompile>
86+
<ClCompile Include="..\..\..\Common\PropId.cpp">
87+
<Filter>Source Files</Filter>
88+
</ClCompile>
89+
<ClCompile Include="..\..\..\Common\StreamObjects.cpp">
90+
<Filter>Source Files</Filter>
91+
</ClCompile>
92+
<ClCompile Include="..\..\..\Archive\ClickTeam\ClickTeamInstallerRegister.cpp">
93+
<Filter>Source Files</Filter>
94+
</ClCompile>
95+
<ClCompile Include="..\..\..\Archive\ClickTeam\stdafx.cpp">
96+
<Filter>Source Files</Filter>
97+
</ClCompile>
98+
</ItemGroup>
99+
</Project>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
4+
<LocalDebuggerCommand>
5+
</LocalDebuggerCommand>
6+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
7+
<LocalDebuggerCommandArguments>C:\Program Files\7-Zip\7zFM.exe</LocalDebuggerCommandArguments>
8+
<LocalDebuggerAttach>true</LocalDebuggerAttach>
9+
</PropertyGroup>
10+
</Project>

0 commit comments

Comments
 (0)