goat3dgfx

diff goat3dgfx.vcproj @ 2:7bd5ebec3b6f

fixed visual studio project files, removed the dll crap
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 16 Nov 2013 13:26:53 +0200
parents 51685f8fe859
children 18879c956eb1
line diff
     1.1 --- a/goat3dgfx.vcproj	Sat Nov 16 08:52:30 2013 +0200
     1.2 +++ b/goat3dgfx.vcproj	Sat Nov 16 13:26:53 2013 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  			Name="Debug|Win32"
     1.5  			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
     1.6  			IntermediateDirectory="$(ConfigurationName)"
     1.7 -			ConfigurationType="2"
     1.8 +			ConfigurationType="4"
     1.9  			CharacterSet="1"
    1.10  			>
    1.11  			<Tool
    1.12 @@ -48,6 +48,7 @@
    1.13  				UsePrecompiledHeader="0"
    1.14  				WarningLevel="3"
    1.15  				DebugInformationFormat="4"
    1.16 +				DisableSpecificWarnings="4244;4996;4305"
    1.17  			/>
    1.18  			<Tool
    1.19  				Name="VCManagedResourceCompilerTool"
    1.20 @@ -59,19 +60,12 @@
    1.21  				Name="VCPreLinkEventTool"
    1.22  			/>
    1.23  			<Tool
    1.24 -				Name="VCLinkerTool"
    1.25 -				LinkIncremental="2"
    1.26 -				GenerateDebugInformation="true"
    1.27 -				SubSystem="2"
    1.28 -				TargetMachine="1"
    1.29 +				Name="VCLibrarianTool"
    1.30  			/>
    1.31  			<Tool
    1.32  				Name="VCALinkTool"
    1.33  			/>
    1.34  			<Tool
    1.35 -				Name="VCManifestTool"
    1.36 -			/>
    1.37 -			<Tool
    1.38  				Name="VCXDCMakeTool"
    1.39  			/>
    1.40  			<Tool
    1.41 @@ -81,9 +75,6 @@
    1.42  				Name="VCFxCopTool"
    1.43  			/>
    1.44  			<Tool
    1.45 -				Name="VCAppVerifierTool"
    1.46 -			/>
    1.47 -			<Tool
    1.48  				Name="VCPostBuildEventTool"
    1.49  			/>
    1.50  		</Configuration>
    1.51 @@ -91,7 +82,8 @@
    1.52  			Name="Release|Win32"
    1.53  			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.54  			IntermediateDirectory="$(ConfigurationName)"
    1.55 -			ConfigurationType="2"
    1.56 +			ConfigurationType="4"
    1.57 +			InheritedPropertySheets=".\goat3dgfx.vsprops"
    1.58  			CharacterSet="1"
    1.59  			WholeProgramOptimization="1"
    1.60  			>
    1.61 @@ -120,6 +112,7 @@
    1.62  				UsePrecompiledHeader="0"
    1.63  				WarningLevel="3"
    1.64  				DebugInformationFormat="3"
    1.65 +				DisableSpecificWarnings="4244;4996;4305"
    1.66  			/>
    1.67  			<Tool
    1.68  				Name="VCManagedResourceCompilerTool"
    1.69 @@ -131,21 +124,12 @@
    1.70  				Name="VCPreLinkEventTool"
    1.71  			/>
    1.72  			<Tool
    1.73 -				Name="VCLinkerTool"
    1.74 -				LinkIncremental="1"
    1.75 -				GenerateDebugInformation="true"
    1.76 -				SubSystem="2"
    1.77 -				OptimizeReferences="2"
    1.78 -				EnableCOMDATFolding="2"
    1.79 -				TargetMachine="1"
    1.80 +				Name="VCLibrarianTool"
    1.81  			/>
    1.82  			<Tool
    1.83  				Name="VCALinkTool"
    1.84  			/>
    1.85  			<Tool
    1.86 -				Name="VCManifestTool"
    1.87 -			/>
    1.88 -			<Tool
    1.89  				Name="VCXDCMakeTool"
    1.90  			/>
    1.91  			<Tool
    1.92 @@ -155,9 +139,6 @@
    1.93  				Name="VCFxCopTool"
    1.94  			/>
    1.95  			<Tool
    1.96 -				Name="VCAppVerifierTool"
    1.97 -			/>
    1.98 -			<Tool
    1.99  				Name="VCPostBuildEventTool"
   1.100  			/>
   1.101  		</Configuration>