cleol
[mcs.git] / jay / jay.vcproj
bloba516b0236c75711a65b55c6ef831a9647d76268b
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="jay"
6 ProjectGUID="{5D485D32-3B9F-4287-AB24-C8DA5B89F537}"
7 RootNamespace="jay"
8 Keyword="Win32Proj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="Debug"
17 IntermediateDirectory="Debug"
18 ConfigurationType="1"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 PreprocessorDefinitions="SKEL_DIRECTORY=&quot;&quot;.&quot;&quot;"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="5"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="4"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 OutputFile="$(ProjectDir)/jay.exe"
36 LinkIncremental="2"
37 GenerateDebugInformation="TRUE"
38 ProgramDatabaseFile="$(OutDir)/jay.pdb"
39 SubSystem="1"
40 TargetMachine="1"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCWebDeploymentTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="Release"
65 IntermediateDirectory="Release"
66 ConfigurationType="1"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 PreprocessorDefinitions="SKEL_DIRECTORY=&quot;&quot;.&quot;&quot;"
71 RuntimeLibrary="4"
72 UsePrecompiledHeader="0"
73 WarningLevel="3"
74 Detect64BitPortabilityProblems="TRUE"
75 DebugInformationFormat="3"/>
76 <Tool
77 Name="VCCustomBuildTool"/>
78 <Tool
79 Name="VCLinkerTool"
80 OutputFile="$(ProjectDir)/jay.exe"
81 LinkIncremental="1"
82 GenerateDebugInformation="TRUE"
83 SubSystem="1"
84 OptimizeReferences="2"
85 EnableCOMDATFolding="2"
86 TargetMachine="1"/>
87 <Tool
88 Name="VCMIDLTool"/>
89 <Tool
90 Name="VCPostBuildEventTool"/>
91 <Tool
92 Name="VCPreBuildEventTool"/>
93 <Tool
94 Name="VCPreLinkEventTool"/>
95 <Tool
96 Name="VCResourceCompilerTool"/>
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"/>
99 <Tool
100 Name="VCXMLDataGeneratorTool"/>
101 <Tool
102 Name="VCWebDeploymentTool"/>
103 <Tool
104 Name="VCManagedWrapperGeneratorTool"/>
105 <Tool
106 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107 </Configuration>
108 </Configurations>
109 <References>
110 </References>
111 <Files>
112 <Filter
113 Name="Source Files"
114 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
115 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
116 <File
117 RelativePath=".\closure.c">
118 </File>
119 <File
120 RelativePath=".\error.c">
121 </File>
122 <File
123 RelativePath=".\lalr.c">
124 </File>
125 <File
126 RelativePath=".\lr0.c">
127 </File>
128 <File
129 RelativePath=".\main.c">
130 </File>
131 <File
132 RelativePath=".\mkpar.c">
133 </File>
134 <File
135 RelativePath=".\output.c">
136 </File>
137 <File
138 RelativePath=".\reader.c">
139 </File>
140 <File
141 RelativePath=".\symtab.c">
142 </File>
143 <File
144 RelativePath=".\verbose.c">
145 </File>
146 <File
147 RelativePath=".\warshall.c">
148 </File>
149 </Filter>
150 <Filter
151 Name="Header Files"
152 Filter="h;hpp;hxx;hm;inl;inc;xsd"
153 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
154 <File
155 RelativePath=".\defs.h">
156 </File>
157 </Filter>
158 <Filter
159 Name="Resource Files"
160 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
161 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
162 </Filter>
163 </Files>
164 <Globals>
165 </Globals>
166 </VisualStudioProject>