1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="parity"
6	ProjectGUID="{29BA975C-FEE6-4BCC-A4D3-9ACC4634BB8E}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory="Debug"
16			IntermediateDirectory="Debug"
17			ConfigurationType="1"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				AdditionalIncludeDirectories="..\..\..\..\..\PACC;..\..\..\..\..\beagle\include;..\..\..\..\..\beagle\GA\include;..\..\..\..\..\beagle\GP\include"
23				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24				MinimalRebuild="TRUE"
25				BasicRuntimeChecks="3"
26				RuntimeLibrary="1"
27				DisableLanguageExtensions="FALSE"
28				ForceConformanceInForLoopScope="TRUE"
29				RuntimeTypeInfo="TRUE"
30				UsePrecompiledHeader="2"
31				PrecompiledHeaderThrough="beagle/GP.hpp"
32				WarningLevel="2"
33				Detect64BitPortabilityProblems="TRUE"
34				DebugInformationFormat="3"
35				DisableSpecificWarnings="4146;4180;4503"/>
36			<Tool
37				Name="VCCustomBuildTool"/>
38			<Tool
39				Name="VCLinkerTool"
40				AdditionalDependencies="beagle-GP.lib beagle-GA.lib beagle.lib pacc-math.lib pacc-xml.lib pacc-util.lib"
41				OutputFile="..\..\parity\parity.exe"
42				LinkIncremental="2"
43				AdditionalLibraryDirectories="&quot;..\..\..\..\..\MSVCPP\pacc-util\Debug&quot;;&quot;..\..\..\..\..\MSVCPP\pacc-xml\Debug&quot;;&quot;..\..\..\..\..\MSVCPP\pacc-math\Debug&quot;;..\..\..\..\..\MSVCPP\beagle\Debug;&quot;..\..\..\..\..\MSVCPP\beagle-GA\Debug&quot;;&quot;..\..\..\..\..\MSVCPP\beagle-GP\Debug&quot;"
44				GenerateDebugInformation="TRUE"
45				ProgramDatabaseFile="..\..\parity\parity-debug.pdb"
46				SubSystem="1"
47				TargetMachine="1"/>
48			<Tool
49				Name="VCMIDLTool"/>
50			<Tool
51				Name="VCPostBuildEventTool"/>
52			<Tool
53				Name="VCPreBuildEventTool"/>
54			<Tool
55				Name="VCPreLinkEventTool"/>
56			<Tool
57				Name="VCResourceCompilerTool"/>
58			<Tool
59				Name="VCWebServiceProxyGeneratorTool"/>
60			<Tool
61				Name="VCXMLDataGeneratorTool"/>
62			<Tool
63				Name="VCWebDeploymentTool"/>
64			<Tool
65				Name="VCManagedWrapperGeneratorTool"/>
66			<Tool
67				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68		</Configuration>
69		<Configuration
70			Name="Release|Win32"
71			OutputDirectory="Release"
72			IntermediateDirectory="Release"
73			ConfigurationType="1"
74			CharacterSet="2">
75			<Tool
76				Name="VCCLCompilerTool"
77				Optimization="2"
78				InlineFunctionExpansion="2"
79				EnableIntrinsicFunctions="FALSE"
80				FavorSizeOrSpeed="0"
81				OmitFramePointers="FALSE"
82				AdditionalIncludeDirectories="..\..\..\..\..\PACC;..\..\..\..\..\beagle\include;..\..\..\..\..\beagle\GA\include;..\..\..\..\..\beagle\GP\include"
83				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BEAGLE_NDEBUG"
84				StringPooling="FALSE"
85				RuntimeLibrary="0"
86				EnableFunctionLevelLinking="FALSE"
87				DisableLanguageExtensions="FALSE"
88				ForceConformanceInForLoopScope="TRUE"
89				RuntimeTypeInfo="TRUE"
90				UsePrecompiledHeader="2"
91				PrecompiledHeaderThrough="beagle/GP.hpp"
92				WarningLevel="2"
93				Detect64BitPortabilityProblems="TRUE"
94				DebugInformationFormat="3"
95				DisableSpecificWarnings="4146;4180;4503"/>
96			<Tool
97				Name="VCCustomBuildTool"/>
98			<Tool
99				Name="VCLinkerTool"
100				AdditionalDependencies="beagle-GP.lib beagle-GA.lib beagle.lib pacc-math.lib pacc-xml.lib pacc-util.lib"
101				OutputFile="..\..\parity\parity.exe"
102				LinkIncremental="1"
103				AdditionalLibraryDirectories="&quot;..\..\..\..\..\MSVCPP\pacc-util\Release&quot;;&quot;..\..\..\..\..\MSVCPP\pacc-xml\Release&quot;;&quot;..\..\..\..\..\MSVCPP\pacc-math\Release&quot;;..\..\..\..\..\MSVCPP\beagle\Release;&quot;..\..\..\..\..\MSVCPP\beagle-GA\Release&quot;;&quot;..\..\..\..\..\MSVCPP\beagle-GP\Release&quot;"
104				GenerateDebugInformation="FALSE"
105				SubSystem="1"
106				OptimizeReferences="2"
107				EnableCOMDATFolding="2"
108				TargetMachine="1"/>
109			<Tool
110				Name="VCMIDLTool"/>
111			<Tool
112				Name="VCPostBuildEventTool"/>
113			<Tool
114				Name="VCPreBuildEventTool"/>
115			<Tool
116				Name="VCPreLinkEventTool"/>
117			<Tool
118				Name="VCResourceCompilerTool"/>
119			<Tool
120				Name="VCWebServiceProxyGeneratorTool"/>
121			<Tool
122				Name="VCXMLDataGeneratorTool"/>
123			<Tool
124				Name="VCWebDeploymentTool"/>
125			<Tool
126				Name="VCManagedWrapperGeneratorTool"/>
127			<Tool
128				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
129		</Configuration>
130	</Configurations>
131	<References>
132	</References>
133	<Files>
134		<Filter
135			Name="Source Files"
136			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
137			<File
138				RelativePath="..\..\parity\ParityEvalOp.cpp">
139			</File>
140			<File
141				RelativePath="..\..\parity\ParityMain.cpp">
142			</File>
143		</Filter>
144		<Filter
145			Name="Header Files"
146			Filter="h;hpp;hxx;hm;inl;inc">
147			<File
148				RelativePath="..\..\parity\ParityEvalOp.hpp">
149			</File>
150		</Filter>
151		<Filter
152			Name="Configuration Files"
153			Filter="">
154			<File
155				RelativePath="..\..\parity\parity-generational.conf">
156			</File>
157			<File
158				RelativePath="..\..\parity\parity-steadystate.conf">
159			</File>
160			<File
161				RelativePath="..\..\parity\parity.conf">
162			</File>
163		</Filter>
164		<File
165			RelativePath="..\..\COPYING">
166		</File>
167		<File
168			RelativePath="..\..\INSTALL">
169		</File>
170		<File
171			RelativePath="..\..\README">
172		</File>
173	</Files>
174	<Globals>
175	</Globals>
176</VisualStudioProject>
177