blob: a49d2df3a05bc3fe7ad520d42e6a48c42a983b6c (
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
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="iemlib1"
ProjectGUID="{6A44952F-0D55-44EE-9032-928368583BEC}"
SccProjectName=""
SccLocalPath=""
Keyword="MakeFileProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="NMAKE /f makefile_vc7proj"
ReBuildCommandLine="NMAKE /f makefile_vc7proj /a"
Output="iemlib1.exe"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="NMAKE /f makefile_vc7proj"
ReBuildCommandLine="NMAKE /f makefile_vc7proj /a"
Output="iemlib1.exe"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="iemlib1.bsc">
</File>
<File
RelativePath="makefile_vc7proj">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
|