Skip to content

Commit b0ab5f6

Browse files
author
TeamCemu
authored
Add files via upload
1 parent 2d391a8 commit b0ab5f6

File tree

5 files changed

+751
-0
lines changed

5 files changed

+751
-0
lines changed

WudCompress.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 10.00
3+
# Visual Studio 2008
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WudCompress", "WudCompress\WudCompress.vcproj", "{6FC9B74D-FB07-4173-B7CB-86D34867BCD7}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Release|Win32 = Release|Win32
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{6FC9B74D-FB07-4173-B7CB-86D34867BCD7}.Debug|Win32.ActiveCfg = Debug|Win32
13+
{6FC9B74D-FB07-4173-B7CB-86D34867BCD7}.Debug|Win32.Build.0 = Debug|Win32
14+
{6FC9B74D-FB07-4173-B7CB-86D34867BCD7}.Release|Win32.ActiveCfg = Release|Win32
15+
{6FC9B74D-FB07-4173-B7CB-86D34867BCD7}.Release|Win32.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

WudCompress/WudCompress.vcproj

Lines changed: 193 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
<?xml version="1.0" encoding="Windows-1252"?>
2+
<VisualStudioProject
3+
ProjectType="Visual C++"
4+
Version="9,00"
5+
Name="WudCompress"
6+
ProjectGUID="{6FC9B74D-FB07-4173-B7CB-86D34867BCD7}"
7+
RootNamespace="WudCompress"
8+
TargetFrameworkVersion="196613"
9+
>
10+
<Platforms>
11+
<Platform
12+
Name="Win32"
13+
/>
14+
</Platforms>
15+
<ToolFiles>
16+
</ToolFiles>
17+
<Configurations>
18+
<Configuration
19+
Name="Debug|Win32"
20+
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21+
IntermediateDirectory="$(ConfigurationName)"
22+
ConfigurationType="1"
23+
CharacterSet="2"
24+
>
25+
<Tool
26+
Name="VCPreBuildEventTool"
27+
/>
28+
<Tool
29+
Name="VCCustomBuildTool"
30+
/>
31+
<Tool
32+
Name="VCXMLDataGeneratorTool"
33+
/>
34+
<Tool
35+
Name="VCWebServiceProxyGeneratorTool"
36+
/>
37+
<Tool
38+
Name="VCMIDLTool"
39+
/>
40+
<Tool
41+
Name="VCCLCompilerTool"
42+
Optimization="0"
43+
MinimalRebuild="true"
44+
BasicRuntimeChecks="3"
45+
RuntimeLibrary="3"
46+
WarningLevel="3"
47+
DebugInformationFormat="4"
48+
/>
49+
<Tool
50+
Name="VCManagedResourceCompilerTool"
51+
/>
52+
<Tool
53+
Name="VCResourceCompilerTool"
54+
/>
55+
<Tool
56+
Name="VCPreLinkEventTool"
57+
/>
58+
<Tool
59+
Name="VCLinkerTool"
60+
GenerateDebugInformation="true"
61+
TargetMachine="1"
62+
/>
63+
<Tool
64+
Name="VCALinkTool"
65+
/>
66+
<Tool
67+
Name="VCManifestTool"
68+
/>
69+
<Tool
70+
Name="VCXDCMakeTool"
71+
/>
72+
<Tool
73+
Name="VCBscMakeTool"
74+
/>
75+
<Tool
76+
Name="VCFxCopTool"
77+
/>
78+
<Tool
79+
Name="VCAppVerifierTool"
80+
/>
81+
<Tool
82+
Name="VCPostBuildEventTool"
83+
/>
84+
</Configuration>
85+
<Configuration
86+
Name="Release|Win32"
87+
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
88+
IntermediateDirectory="$(ConfigurationName)"
89+
ConfigurationType="1"
90+
CharacterSet="2"
91+
WholeProgramOptimization="1"
92+
>
93+
<Tool
94+
Name="VCPreBuildEventTool"
95+
/>
96+
<Tool
97+
Name="VCCustomBuildTool"
98+
/>
99+
<Tool
100+
Name="VCXMLDataGeneratorTool"
101+
/>
102+
<Tool
103+
Name="VCWebServiceProxyGeneratorTool"
104+
/>
105+
<Tool
106+
Name="VCMIDLTool"
107+
/>
108+
<Tool
109+
Name="VCCLCompilerTool"
110+
Optimization="2"
111+
EnableIntrinsicFunctions="true"
112+
FavorSizeOrSpeed="1"
113+
RuntimeLibrary="0"
114+
EnableFunctionLevelLinking="true"
115+
WarningLevel="3"
116+
DebugInformationFormat="3"
117+
/>
118+
<Tool
119+
Name="VCManagedResourceCompilerTool"
120+
/>
121+
<Tool
122+
Name="VCResourceCompilerTool"
123+
/>
124+
<Tool
125+
Name="VCPreLinkEventTool"
126+
/>
127+
<Tool
128+
Name="VCLinkerTool"
129+
GenerateDebugInformation="true"
130+
OptimizeReferences="2"
131+
EnableCOMDATFolding="2"
132+
TargetMachine="1"
133+
/>
134+
<Tool
135+
Name="VCALinkTool"
136+
/>
137+
<Tool
138+
Name="VCManifestTool"
139+
/>
140+
<Tool
141+
Name="VCXDCMakeTool"
142+
/>
143+
<Tool
144+
Name="VCBscMakeTool"
145+
/>
146+
<Tool
147+
Name="VCFxCopTool"
148+
/>
149+
<Tool
150+
Name="VCAppVerifierTool"
151+
/>
152+
<Tool
153+
Name="VCPostBuildEventTool"
154+
/>
155+
</Configuration>
156+
</Configurations>
157+
<References>
158+
</References>
159+
<Files>
160+
<Filter
161+
Name="Source Files"
162+
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
163+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
164+
>
165+
<File
166+
RelativePath=".\main.cpp"
167+
>
168+
</File>
169+
<File
170+
RelativePath=".\wud.cpp"
171+
>
172+
</File>
173+
<File
174+
RelativePath=".\wud.h"
175+
>
176+
</File>
177+
</Filter>
178+
<Filter
179+
Name="Header Files"
180+
Filter="h;hpp;hxx;hm;inl;inc;xsd"
181+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
182+
>
183+
</Filter>
184+
<Filter
185+
Name="Resource Files"
186+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
187+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
188+
>
189+
</Filter>
190+
</Files>
191+
<Globals>
192+
</Globals>
193+
</VisualStudioProject>

0 commit comments

Comments
 (0)