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)\ModDiff"
23
			ConfigurationType="1"
23
			ConfigurationType="1"
24
			CharacterSet="1"
24
			CharacterSet="1"
25
			>
25
			>
26
			<Tool
26
			<Tool
27
				Name="VCPreBuildEventTool"
27
				Name="VCPreBuildEventTool"
Line 59... Line 59...
59
			<Tool
59
			<Tool
60
				Name="VCPreLinkEventTool"
60
				Name="VCPreLinkEventTool"
61
			/>
61
			/>
62
			<Tool
62
			<Tool
63
				Name="VCLinkerTool"
63
				Name="VCLinkerTool"
64
				AdditionalDependencies="../../libspk/Windows/debug/spk.lib"
64
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib"
65
				LinkIncremental="2"
65
				LinkIncremental="2"
66
				GenerateDebugInformation="true"
66
				GenerateDebugInformation="true"
67
				SubSystem="1"
67
				SubSystem="1"
68
				TargetMachine="1"
68
				TargetMachine="1"
69
			/>
69
			/>