blob: 33f89713be733df9eed17bda4317340b0f53bebc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="Tools"
ProjectGUID="{6CAE7F4D-C27B-43F3-B30A-84C5F32EFA29}"
Keyword="MakeFileProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="0">
<Tool
Name="VCNMakeTool"
BuildCommandLine="nmake all"
ReBuildCommandLine="nmake rebuild"
CleanCommandLine="nmake clean"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="0">
<Tool
Name="VCNMakeTool"
BuildCommandLine="nmake all"
ReBuildCommandLine="nmake clear all"
CleanCommandLine="nmake clear"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Common tools"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="..\..\bgrep.cpp">
</File>
<File
RelativePath="..\..\cd-tool.cpp">
</File>
<File
RelativePath="..\..\crypto-search.cpp">
</File>
<File
RelativePath="..\..\lzss-main.cpp">
</File>
</Filter>
<Filter
Name="Xenogears tools"
Filter="">
<File
RelativePath="..\..\Xenogears\Decrypt.cpp">
</File>
<File
RelativePath="..\..\Xenogears\compil.lex">
</File>
<File
RelativePath="..\..\Xenogears\main_dump.cpp">
</File>
<File
RelativePath="..\..\Xenogears\reinsert.cpp">
</File>
<File
RelativePath="..\..\Xenogears\script-comp.cpp">
</File>
<File
RelativePath="..\..\Xenogears\script-dec.cpp">
</File>
<Filter
Name="Helpers"
Filter="">
<File
RelativePath="..\..\Xenogears\XenoCD1.map">
</File>
<File
RelativePath="..\..\Xenogears\XenoCD2.map">
</File>
<File
RelativePath="..\..\Xenogears\map2sqr">
</File>
</Filter>
</Filter>
<Filter
Name="Makefiles">
<File
RelativePath="..\..\nmakefile">
</File>
<Filter
Name="Nested"
Filter="">
<File
RelativePath="MakInDir.bat">
</File>
<File
RelativePath="makefile">
</File>
<File
RelativePath="master.mak">
</File>
</Filter>
<Filter
Name="Xenogears"
Filter="">
<File
RelativePath="..\..\Xenogears\nmakefile">
</File>
</Filter>
</Filter>
<Filter
Name="Parasite Eve tools"
Filter="">
</Filter>
<File
RelativePath="Links.htm"
DeploymentContent="TRUE">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
|