diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/projectM/cwrapper/projectM-cwrapper.vcproj | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj b/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj index 94e848d7..6f6ef4c1 100644 --- a/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj +++ b/src/lib/projectM/cwrapper/projectM-cwrapper.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="projectM-cwrapper"
ProjectGUID="{8E653284-12F3-4A90-9D0D-4195557051F7}"
RootNamespace="projectMcwrapper"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -40,14 +41,13 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=""D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM";"D:\daten\ultrastar\libprojectM\libs\pthreads\Pre-built.2\include""
+ AdditionalIncludeDirectories=""D:\daten\projectM-2.0.1-Source""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PROJECTMCWRAPPER_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
@@ -61,11 +61,13 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="libprojectM.lib"
+ AdditionalDependencies="projectM.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories=""D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM\Debug""
+ AdditionalLibraryDirectories=""D:\daten\projectM-2.0.1-Source\build\Debug""
GenerateDebugInformation="true"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -87,9 +89,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -118,13 +117,12 @@ />
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM";"D:\daten\ultrastar\libprojectM\libs\pthreads\Pre-built.2\include""
+ AdditionalIncludeDirectories=""D:\daten\projectM-2.0.1-Source""
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PROJECTMCWRAPPER_EXPORTS"
ExceptionHandling="1"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
@@ -138,13 +136,15 @@ />
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="libprojectM.lib"
+ AdditionalDependencies="projectM.lib"
LinkIncremental="1"
- AdditionalLibraryDirectories=""D:\daten\ultrastar\libprojectM\libprojectM-1.2.0\projectM\Release""
+ AdditionalLibraryDirectories=""D:\daten\projectM-2.0.1-Source\build\Release""
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -166,9 +166,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|