Subversion Repositories spk

Rev

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

Rev 2 Rev 10
Line 92... Line 92...
92
			/>
92
			/>
93
		</Configuration>
93
		</Configuration>
94
		<Configuration
94
		<Configuration
95
			Name="Release|Win32"
95
			Name="Release|Win32"
96
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97
			IntermediateDirectory="$(ConfigurationName)"
97
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\AutoUpdater"
98
			ConfigurationType="1"
98
			ConfigurationType="1"
99
			CharacterSet="1"
99
			CharacterSet="1"
100
			ManagedExtensions="2"
100
			ManagedExtensions="2"
101
			WholeProgramOptimization="1"
101
			WholeProgramOptimization="1"
102
			>
102
			>
Line 117... Line 117...
117
			/>
117
			/>
118
			<Tool
118
			<Tool
119
				Name="VCCLCompilerTool"
119
				Name="VCCLCompilerTool"
120
				PreprocessorDefinitions="WIN32;NDEBUG"
120
				PreprocessorDefinitions="WIN32;NDEBUG"
121
				RuntimeLibrary="2"
121
				RuntimeLibrary="2"
122
				UsePrecompiledHeader="2"
122
				UsePrecompiledHeader="0"
123
				WarningLevel="3"
123
				WarningLevel="3"
124
				DebugInformationFormat="3"
124
				DebugInformationFormat="3"
125
			/>
125
			/>
126
			<Tool
126
			<Tool
127
				Name="VCManagedResourceCompilerTool"
127
				Name="VCManagedResourceCompilerTool"
Line 133... Line 133...
133
				Name="VCPreLinkEventTool"
133
				Name="VCPreLinkEventTool"
134
			/>
134
			/>
135
			<Tool
135
			<Tool
136
				Name="VCLinkerTool"
136
				Name="VCLinkerTool"
137
				AdditionalDependencies="$(NoInherit)"
137
				AdditionalDependencies="$(NoInherit)"
-
 
138
				OutputFile="$(SolutionDir)\exe\$(ProjectName).exe"
138
				LinkIncremental="1"
139
				LinkIncremental="1"
139
				GenerateDebugInformation="true"
140
				GenerateDebugInformation="true"
140
				SubSystem="2"
141
				SubSystem="2"
141
				EntryPointSymbol="main"
142
				EntryPointSymbol="main"
142
				RandomizedBaseAddress="1"
143
				RandomizedBaseAddress="1"