summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Common.vsprops
blob: 19345f585879d491ffe6d70c669eb7b17844c0a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="Common"
	OutputDirectory="$(SolutionDir)\bin\$(ProjectName)\$(ConfigurationName)"
	IntermediateDirectory="$(SolutionDir)\obj\$(ProjectName)\$(ConfigurationName)"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
		MinimalRebuild="true"
	/>
</VisualStudioPropertySheet>