Subversion Repositories spk

Rev

Rev 1 | Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
Line 17... Line 17...
17
	</ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
18
	<Configurations>
19
		<Configuration
19
		<Configuration
20
			Name="Debug|Win32"
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
			IntermediateDirectory="$(ConfigurationName)"
22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\ModMerge"
23
			ConfigurationType="1"
23
			ConfigurationType="1"
24
			CharacterSet="1"
24
			CharacterSet="1"
25
			ManagedExtensions="1"
25
			ManagedExtensions="1"
26
			>
26
			>
27
			<Tool
27
			<Tool
Line 58... Line 58...
58
			<Tool
58
			<Tool
59
				Name="VCPreLinkEventTool"
59
				Name="VCPreLinkEventTool"
60
			/>
60
			/>
61
			<Tool
61
			<Tool
62
				Name="VCLinkerTool"
62
				Name="VCLinkerTool"
63
				AdditionalDependencies="../libspk/Windows/debug/spk.lib $(NoInherit)"
63
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
64
				LinkIncremental="2"
64
				LinkIncremental="2"
65
				GenerateDebugInformation="true"
65
				GenerateDebugInformation="true"
66
				AssemblyDebug="1"
66
				AssemblyDebug="1"
67
				SubSystem="2"
67
				SubSystem="2"
68
				EntryPointSymbol="main"
68
				EntryPointSymbol="main"