Home | History | Annotate | Download | only in Java
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="Java"
      6 	ProjectGUID="{9CE2568A-3170-41C6-9F20-A0188A9EC114}"
      7 	Keyword="MakeFileProj"
      8 	>
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"
     12 		/>
     13 		<Platform
     14 			Name="x64"
     15 		/>
     16 	</Platforms>
     17 	<ToolFiles>
     18 	</ToolFiles>
     19 	<Configurations>
     20 		<Configuration
     21 			Name="Debug|Win32"
     22 			OutputDirectory="Debug"
     23 			IntermediateDirectory="Debug"
     24 			ConfigurationType="0"
     25 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     26 			>
     27 			<Tool
     28 				Name="VCNMakeTool"
     29 				BuildCommandLine="nmake /f makefile DEBUG=1"
     30 				ReBuildCommandLine="nmake /f makefile DEBUG=1"
     31 				CleanCommandLine="nmake /f makefile DEBUG=1 clean"
     32 				Output=""
     33 				PreprocessorDefinitions=""
     34 				IncludeSearchPath=""
     35 				ForcedIncludes=""
     36 				AssemblySearchPath=""
     37 				ForcedUsingAssemblies=""
     38 				CompileAsManaged=""
     39 			/>
     40 		</Configuration>
     41 		<Configuration
     42 			Name="Debug|x64"
     43 			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
     44 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
     45 			ConfigurationType="0"
     46 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     47 			>
     48 			<Tool
     49 				Name="VCNMakeTool"
     50 				BuildCommandLine="nmake /f makefile64 DEBUG=1"
     51 				ReBuildCommandLine="nmake /f makefile64 DEBUG=1"
     52 				CleanCommandLine="nmake /f makefile64 DEBUG=1 clean"
     53 				Output=""
     54 				PreprocessorDefinitions=""
     55 				IncludeSearchPath=""
     56 				ForcedIncludes=""
     57 				AssemblySearchPath=""
     58 				ForcedUsingAssemblies=""
     59 				CompileAsManaged=""
     60 			/>
     61 		</Configuration>
     62 		<Configuration
     63 			Name="Release|Win32"
     64 			OutputDirectory="Release"
     65 			IntermediateDirectory="Release"
     66 			ConfigurationType="0"
     67 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     68 			>
     69 			<Tool
     70 				Name="VCNMakeTool"
     71 				BuildCommandLine="nmake /f makefile"
     72 				ReBuildCommandLine="nmake /f makefile"
     73 				CleanCommandLine="nmake /f makefile clean"
     74 				Output=""
     75 				PreprocessorDefinitions=""
     76 				IncludeSearchPath=""
     77 				ForcedIncludes=""
     78 				AssemblySearchPath=""
     79 				ForcedUsingAssemblies=""
     80 				CompileAsManaged=""
     81 			/>
     82 		</Configuration>
     83 		<Configuration
     84 			Name="Release|x64"
     85 			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
     86 			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
     87 			ConfigurationType="0"
     88 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     89 			>
     90 			<Tool
     91 				Name="VCNMakeTool"
     92 				BuildCommandLine="nmake /f makefile64"
     93 				ReBuildCommandLine="nmake /f makefile64"
     94 				CleanCommandLine="nmake /f makefile64 clean"
     95 				Output=""
     96 				PreprocessorDefinitions=""
     97 				IncludeSearchPath=""
     98 				ForcedIncludes=""
     99 				AssemblySearchPath=""
    100 				ForcedUsingAssemblies=""
    101 				CompileAsManaged=""
    102 			/>
    103 		</Configuration>
    104 	</Configurations>
    105 	<References>
    106 	</References>
    107 	<Files>
    108 	</Files>
    109 	<Globals>
    110 	</Globals>
    111 </VisualStudioProject>
    112