Subversion Repositories spk

Rev

Rev 1 | Rev 4 | 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)\spkconvert"
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 60... Line 60...
60
			<Tool
60
			<Tool
61
				Name="VCPreLinkEventTool"
61
				Name="VCPreLinkEventTool"
62
			/>
62
			/>
63
			<Tool
63
			<Tool
64
				Name="VCLinkerTool"
64
				Name="VCLinkerTool"
65
				AdditionalDependencies="../../libspk/Windows/debug/spk.lib"
65
				AdditionalDependencies="spk.lib"
66
				LinkIncremental="2"
66
				LinkIncremental="2"
67
				GenerateDebugInformation="true"
67
				GenerateDebugInformation="true"
68
				SubSystem="1"
68
				SubSystem="1"
69
				RandomizedBaseAddress="1"
69
				RandomizedBaseAddress="1"
70
				DataExecutionPrevention="0"
70
				DataExecutionPrevention="0"