blob: eb6d59b61b467c63e60a6a52477291fdc4227424 (
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
|
<?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\main_dump.cpp">
</File>
</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>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
|