aboutsummaryrefslogtreecommitdiff
path: root/build/w32-vs2003/iemnet.vcproj
blob: 15e044d26c00d2879a9e36e9990f8868415d4b27 (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
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="iemnet"
	ProjectGUID="{6B55773B-3FF5-4F09-B538-2A7007DEC4DB}"
	RootNamespace="iemnet"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="."
			IntermediateDirectory=".\obj"
			ConfigurationType="2"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="4"
				AdditionalIncludeDirectories="..\..\..\pd\src;&quot;$(ProgramFiles)\pd\src&quot;"
				PreprocessorDefinitions="__WIN32__;_WIN32"
				RuntimeLibrary="0"
				StructMemberAlignment="5"
				UsePrecompiledHeader="0"
				PrecompiledHeaderFile=".\obj/$(ProjectName).pch"
				AssemblerListingLocation=".\obj/"
				ObjectFile=".\obj/"
				ProgramDataBaseFileName=".\obj/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="wsock32.lib libc.lib oldnames.lib pd.lib pthreadVC.lib"
				OutputFile="$(ProjectName).dll"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				AdditionalLibraryDirectories="..\..\..\pd\bin;&quot;$(ProgramFiles)\pd\bin&quot;"
				IgnoreAllDefaultLibraries="TRUE"
				ProgramDatabaseFile="./$(ProjectName).pdb"
				ImportLibrary="./$(ProjectName).lib"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName="./zexy.tlb"
				HeaderFileName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				Culture="3079"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="objectclasses"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
			<File
				RelativePath="..\..\tcpclient.c">
			</File>
			<File
				RelativePath="..\..\tcpserver.c">
			</File>
		</Filter>
		<Filter
			Name="lib"
			Filter="">
			<File
				RelativePath="..\..\iemnet.c">
			</File>
			<File
				RelativePath="..\..\iemnet.h">
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>