mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
added progen templates for WEC2013/VS2013
This commit is contained in:
parent
30bb18f394
commit
1f39c4a6d8
@ -19,13 +19,19 @@ progen.postprocess.upgrade2008to2012.deleteOriginalFile = true
|
|||||||
progen.postprocess.upgrade2008to2012.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
progen.postprocess.upgrade2008to2012.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
||||||
progen.postprocess.upgrade2008to2012.fix2012ProjectFile = true
|
progen.postprocess.upgrade2008to2012.fix2012ProjectFile = true
|
||||||
|
|
||||||
progen.postprocess.upgrade2008toWEC2013.tool = ${system.env.VS110COMNTOOLS}\\..\\IDE\\DevEnv.exe
|
progen.postprocess.upgrade2008to2012WEC2013.tool = ${system.env.VS110COMNTOOLS}\\..\\IDE\\DevEnv.exe
|
||||||
progen.postprocess.upgrade2008toWEC2013.args = %;/Upgrade
|
progen.postprocess.upgrade2008to2012WEC2013.args = %;/Upgrade
|
||||||
progen.postprocess.upgrade2008toWEC2013.deleteOriginalFile = true
|
progen.postprocess.upgrade2008to2012WEC2013.deleteOriginalFile = true
|
||||||
progen.postprocess.upgrade2008toWEC2013.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
progen.postprocess.upgrade2008to2012WEC2013.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
||||||
progen.postprocess.upgrade2008toWEC2013.fixWEC2013ProjectFile = true
|
progen.postprocess.upgrade2008to2012WEC2013.fixWEC2013ProjectFile = true
|
||||||
|
|
||||||
progen.postprocess.upgrade2008to2013.tool = ${system.env.VS110COMNTOOLS}\\..\\IDE\\DevEnv.exe
|
progen.postprocess.upgrade2008to2013WEC2013.tool = ${system.env.VS120COMNTOOLS}\\..\\IDE\\DevEnv.exe
|
||||||
|
progen.postprocess.upgrade2008to2013WEC2013.args = %;/Upgrade
|
||||||
|
progen.postprocess.upgrade2008to2013WEC2013.deleteOriginalFile = true
|
||||||
|
progen.postprocess.upgrade2008to2013WEC2013.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
||||||
|
progen.postprocess.upgrade2008to2013WEC2013.fixWEC2013ProjectFile = true
|
||||||
|
|
||||||
|
progen.postprocess.upgrade2008to2013.tool = ${system.env.VS120COMNTOOLS}\\..\\IDE\\DevEnv.exe
|
||||||
progen.postprocess.upgrade2008to2013.args = %;/Upgrade
|
progen.postprocess.upgrade2008to2013.args = %;/Upgrade
|
||||||
progen.postprocess.upgrade2008to2013.deleteOriginalFile = true
|
progen.postprocess.upgrade2008to2013.deleteOriginalFile = true
|
||||||
progen.postprocess.upgrade2008to2013.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
progen.postprocess.upgrade2008to2013.deleteFiles = Backup;_UpgradeReport_Files;UpgradeLog.XML;UpgradeLog.htm
|
||||||
|
@ -5,7 +5,7 @@ project.targetSuffix.debug_static_md = d
|
|||||||
project.targetSuffix.release_static_md =
|
project.targetSuffix.release_static_md =
|
||||||
project.targetSuffix.debug_static_mt = d
|
project.targetSuffix.debug_static_mt = d
|
||||||
project.targetSuffix.release_static_mt =
|
project.targetSuffix.release_static_mt =
|
||||||
project.postprocess = upgrade2008toWEC2013
|
project.postprocess = upgrade2008to2012WEC2013
|
||||||
project.finalSuffix = _WEC2013_vs110.vcxproj
|
project.finalSuffix = _WEC2013_vs110.vcxproj
|
||||||
project.platform = SDK_AM335X_SK_WEC2013_V300
|
project.platform = SDK_AM335X_SK_WEC2013_V300
|
||||||
project.targetArchitecture = ARMV7
|
project.targetArchitecture = ARMV7
|
||||||
|
@ -5,7 +5,7 @@ project.targetSuffix.debug_static_md = mdd
|
|||||||
project.targetSuffix.release_static_md = md
|
project.targetSuffix.release_static_md = md
|
||||||
project.targetSuffix.debug_static_mt = mtd
|
project.targetSuffix.debug_static_mt = mtd
|
||||||
project.targetSuffix.release_static_mt = mt
|
project.targetSuffix.release_static_mt = mt
|
||||||
project.postprocess = upgrade2008toWEC2013
|
project.postprocess = upgrade2008to2012WEC2013
|
||||||
project.finalSuffix = _WEC2013_vs110.vcxproj
|
project.finalSuffix = _WEC2013_vs110.vcxproj
|
||||||
project.platform = SDK_AM335X_SK_WEC2013_V300
|
project.platform = SDK_AM335X_SK_WEC2013_V300
|
||||||
project.targetArchitecture = ARMV7
|
project.targetArchitecture = ARMV7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
project.suffix = _WEC2013_vs110.vcproj
|
project.suffix = _WEC2013_vs110.vcproj
|
||||||
project.targetSuffix.debug_shared = d
|
project.targetSuffix.debug_shared = d
|
||||||
project.targetSuffix.release_shared =
|
project.targetSuffix.release_shared =
|
||||||
project.postprocess = upgrade2008toWEC2013
|
project.postprocess = upgrade2008to2012WEC2013
|
||||||
project.finalSuffix = _WEC2013_vs110.vcxproj
|
project.finalSuffix = _WEC2013_vs110.vcxproj
|
||||||
project.platform = SDK_AM335X_SK_WEC2013_V300
|
project.platform = SDK_AM335X_SK_WEC2013_V300
|
||||||
project.targetArchitecture = ARMV7
|
project.targetArchitecture = ARMV7
|
||||||
|
@ -5,7 +5,7 @@ project.targetSuffix.debug_static_md = d
|
|||||||
project.targetSuffix.release_static_md =
|
project.targetSuffix.release_static_md =
|
||||||
project.targetSuffix.debug_static_mt = d
|
project.targetSuffix.debug_static_mt = d
|
||||||
project.targetSuffix.release_static_mt =
|
project.targetSuffix.release_static_mt =
|
||||||
project.postprocess = upgrade2008toWEC2013
|
project.postprocess = upgrade2008to2012WEC2013
|
||||||
project.finalSuffix = _WEC2013_vs110.vcxproj
|
project.finalSuffix = _WEC2013_vs110.vcxproj
|
||||||
project.platform = SDK_AM335X_SK_WEC2013_V300
|
project.platform = SDK_AM335X_SK_WEC2013_V300
|
||||||
project.targetArchitecture = ARMV7
|
project.targetArchitecture = ARMV7
|
||||||
|
@ -0,0 +1,86 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_shared|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\shared"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\shared\${project.target}d.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="bin\$(PlatformName)\shared\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="mainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,86 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_static_md|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_md"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_md\${project.target}d.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="bin\$(PlatformName)\static_md\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="mainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,86 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_static_mt|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_mt"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_mt\${project.target}d.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="bin\$(PlatformName)\static_mt\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="mainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
12
ProGen/templates/vs120/WinCE/executable/project.properties
Normal file
12
ProGen/templates/vs120/WinCE/executable/project.properties
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
project.suffix = _WEC2013_vs120.vcproj
|
||||||
|
project.targetSuffix.debug_shared = d
|
||||||
|
project.targetSuffix.release_shared =
|
||||||
|
project.targetSuffix.debug_static_md = d
|
||||||
|
project.targetSuffix.release_static_md =
|
||||||
|
project.targetSuffix.debug_static_mt = d
|
||||||
|
project.targetSuffix.release_static_mt =
|
||||||
|
project.postprocess = upgrade2008to2013WEC2013
|
||||||
|
project.finalSuffix = _WEC2013_vs120.vcxproj
|
||||||
|
project.platform = SDK_AM335X_SK_WEC2013_V310
|
||||||
|
project.targetArchitecture = ARMV7
|
||||||
|
project.targetPlatform = WINDOWS_CE
|
23
ProGen/templates/vs120/WinCE/executable/project.template
Normal file
23
ProGen/templates/vs120/WinCE/executable/project.template
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="9.00"
|
||||||
|
Name="${project.name}"
|
||||||
|
ProjectGUID="{${project.guid}}"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="${project.platform}"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
@ -0,0 +1,87 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_shared|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\shared"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\shared\${project.target}.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="mainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,90 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_static_md|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_md"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
InlineFunctionExpansion="0"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories="${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_md\${project.target}.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="mainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,90 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_static_mt|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_mt"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
InlineFunctionExpansion="0"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories="${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_mt\${project.target}.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName);${configuration.linker.libraries}"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="mainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
90
ProGen/templates/vs120/WinCE/library/debug_shared.template
Normal file
90
ProGen/templates/vs120/WinCE/library/debug_shared.template
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_shared|${project.platform}"
|
||||||
|
OutputDirectory="${project.pocobase}\bin\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions=""
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
||||||
|
OutputFile="${project.pocobase}\bin\$(PlatformName)\${project.target}d.dll"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateManifest="true"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="${project.pocobase}\bin\$(PlatformName)\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="0"
|
||||||
|
EnableCOMDATFolding="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
ImportLibrary="${project.pocobase}\lib\$(PlatformName)\${project.target}d.lib"
|
||||||
|
TargetMachine="0"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,77 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_static_md|${project.platform}"
|
||||||
|
OutputDirectory="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="4"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
ProgramDataBaseFileName="${project.pocobase}\lib\$(PlatformName)\${project.target}mdd.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
OutputFile="${project.pocobase}\lib\$(PlatformName)\${project.target}mdd.lib"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,77 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_static_mt|${project.platform}"
|
||||||
|
OutputDirectory="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="4"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
ProgramDataBaseFileName="${project.pocobase}\lib\$(PlatformName)\${project.target}mtd.pdb"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
OutputFile="${project.pocobase}\lib\$(PlatformName)\${project.target}mtd.lib"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
12
ProGen/templates/vs120/WinCE/library/project.properties
Normal file
12
ProGen/templates/vs120/WinCE/library/project.properties
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
project.suffix = _WEC2013_vs120.vcproj
|
||||||
|
project.targetSuffix.debug_shared = d
|
||||||
|
project.targetSuffix.release_shared =
|
||||||
|
project.targetSuffix.debug_static_md = mdd
|
||||||
|
project.targetSuffix.release_static_md = md
|
||||||
|
project.targetSuffix.debug_static_mt = mtd
|
||||||
|
project.targetSuffix.release_static_mt = mt
|
||||||
|
project.postprocess = upgrade2008to2013WEC2013
|
||||||
|
project.finalSuffix = _WEC2013_vs120.vcxproj
|
||||||
|
project.platform = SDK_AM335X_SK_WEC2013_V310
|
||||||
|
project.targetArchitecture = ARMV7
|
||||||
|
project.targetPlatform = WINDOWS_CE
|
23
ProGen/templates/vs120/WinCE/library/project.template
Normal file
23
ProGen/templates/vs120/WinCE/library/project.template
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="9.00"
|
||||||
|
Name="${project.name}"
|
||||||
|
ProjectGUID="{${project.guid}}"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="${project.platform}"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
91
ProGen/templates/vs120/WinCE/library/release_shared.template
Normal file
91
ProGen/templates/vs120/WinCE/library/release_shared.template
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_shared|${project.platform}"
|
||||||
|
OutputDirectory="${project.pocobase}\bin\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
PreprocessorDefinitions=""
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
||||||
|
OutputFile="${project.pocobase}\bin\$(PlatformName)\${project.target}.dll"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateManifest="true"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="0"
|
||||||
|
EnableCOMDATFolding="0"
|
||||||
|
ImportLibrary="${project.pocobase}\lib\$(PlatformName)\${project.target}.lib"
|
||||||
|
TargetMachine="0"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,78 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_static_md|${project.platform}"
|
||||||
|
OutputDirectory="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="4"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
OutputFile="${project.pocobase}\lib\$(PlatformName)\${project.target}md.lib"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,78 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_static_mt|${project.platform}"
|
||||||
|
OutputDirectory="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="4"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;POCO_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLibrarianTool"
|
||||||
|
OutputFile="${project.pocobase}\lib\$(PlatformName)\${project.target}mt.lib"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
88
ProGen/templates/vs120/WinCE/plugin/debug_shared.template
Normal file
88
ProGen/templates/vs120/WinCE/plugin/debug_shared.template
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_shared|${project.platform}"
|
||||||
|
OutputDirectory="${project.outdir}\bin\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
||||||
|
OutputFile="${project.outdir}\bin\$(PlatformName)\${project.target}d.dll"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.outdir}\lib\$(PlatformName)"
|
||||||
|
GenerateManifest="true"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="${project.outdir}\bin\$(PlatformName)\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
StackReserveSize="65536"
|
||||||
|
StackCommitSize="4096"
|
||||||
|
OptimizeReferences="0"
|
||||||
|
EnableCOMDATFolding="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
8
ProGen/templates/vs120/WinCE/plugin/project.properties
Normal file
8
ProGen/templates/vs120/WinCE/plugin/project.properties
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
project.suffix = _WEC2013_vs120.vcproj
|
||||||
|
project.targetSuffix.debug_shared = d
|
||||||
|
project.targetSuffix.release_shared =
|
||||||
|
project.postprocess = upgrade2008to2013WEC2013
|
||||||
|
project.finalSuffix = _WEC2013_vs120.vcxproj
|
||||||
|
project.platform = SDK_AM335X_SK_WEC2013_V310
|
||||||
|
project.targetArchitecture = ARMV7
|
||||||
|
project.targetPlatform = WINDOWS_CE
|
26
ProGen/templates/vs120/WinCE/plugin/project.template
Normal file
26
ProGen/templates/vs120/WinCE/plugin/project.template
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="9.00"
|
||||||
|
Name="${project.name}"
|
||||||
|
ProjectGUID="{${project.guid}}"
|
||||||
|
RootNamespace="${project.name}"
|
||||||
|
Keyword="Win32Proj"
|
||||||
|
TargetFrameworkVersion="0"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="${project.platform}"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
87
ProGen/templates/vs120/WinCE/plugin/release_shared.template
Normal file
87
ProGen/templates/vs120/WinCE/plugin/release_shared.template
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_shared|${project.platform}"
|
||||||
|
OutputDirectory="${project.outdir}\bin\$(PlatformName)"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories=".\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="${configuration.linker.dependencies}"
|
||||||
|
OutputFile="${project.outdir}\bin\$(PlatformName)\${project.target}.dll"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateManifest="true"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="0"
|
||||||
|
EnableCOMDATFolding="0"
|
||||||
|
TargetMachine="0"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
93
ProGen/templates/vs120/WinCE/testsuite/debug_shared.template
Normal file
93
ProGen/templates/vs120/WinCE/testsuite/debug_shared.template
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_shared|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\shared"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="CppUnitd.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\shared\${project.target}d.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="bin\$(PlatformName)\shared\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="wmainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,93 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_static_md|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_md"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;POCO_STATIC;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="3"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="CppUnitmdd.lib iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_md\${project.target}d.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="bin\$(PlatformName)\static_md\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="wmainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,93 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="debug_static_mt|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_mt"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="0"
|
||||||
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="_DEBUG;POCO_STATIC;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
BufferSecurityCheck="true"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="CppUnitmtd.lib iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_mt\${project.target}d.exe"
|
||||||
|
LinkIncremental="2"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
|
ProgramDatabaseFile="bin\$(PlatformName)\static_mt\${project.target}d.pdb"
|
||||||
|
SubSystem="0"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="wmainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
13
ProGen/templates/vs120/WinCE/testsuite/project.properties
Normal file
13
ProGen/templates/vs120/WinCE/testsuite/project.properties
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
project.suffix = _WEC2013_vs120.vcproj
|
||||||
|
project.targetSuffix.debug_shared = d
|
||||||
|
project.targetSuffix.release_shared =
|
||||||
|
project.targetSuffix.debug_static_md = d
|
||||||
|
project.targetSuffix.release_static_md =
|
||||||
|
project.targetSuffix.debug_static_mt = d
|
||||||
|
project.targetSuffix.release_static_mt =
|
||||||
|
project.postprocess = upgrade2008to2013WEC2013
|
||||||
|
project.finalSuffix = _WEC2013_vs120.vcxproj
|
||||||
|
project.platform = SDK_AM335X_SK_WEC2013_V310
|
||||||
|
project.targetArchitecture = ARMV7
|
||||||
|
project.targetPlatform = WINDOWS_CE
|
||||||
|
project.replaceSourceFiles = .\\src\\WinDriver.cpp > .\\src\\WinCEDriver.cpp
|
23
ProGen/templates/vs120/WinCE/testsuite/project.template
Normal file
23
ProGen/templates/vs120/WinCE/testsuite/project.template
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="9.00"
|
||||||
|
Name="${project.name}"
|
||||||
|
ProjectGUID="{${project.guid}}"
|
||||||
|
>
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="${project.platform}"
|
||||||
|
/>
|
||||||
|
</Platforms>
|
||||||
|
<ToolFiles>
|
||||||
|
</ToolFiles>
|
||||||
|
<Configurations>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
@ -0,0 +1,94 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_shared|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\shared"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;$(ProjectName)_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="CppUnit.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\shared\${project.target}.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="wmainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,97 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_static_md|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_md"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
InlineFunctionExpansion="0"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;POCO_STATIC;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="2"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="CppUnitmd.lib iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_md\${project.target}.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="wmainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
@ -0,0 +1,97 @@
|
|||||||
|
<Configuration
|
||||||
|
Name="release_static_mt|${project.platform}"
|
||||||
|
OutputDirectory="bin\$(PlatformName)\static_mt"
|
||||||
|
IntermediateDirectory="obj\$(PlatformName)\$(ConfigurationName)"
|
||||||
|
ConfigurationType="1"
|
||||||
|
CharacterSet="1"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"
|
||||||
|
TargetEnvironment="1"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ExecutionBucket="7"
|
||||||
|
Optimization="4"
|
||||||
|
InlineFunctionExpansion="0"
|
||||||
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="1"
|
||||||
|
AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${configuration.compiler.includes}"
|
||||||
|
PreprocessorDefinitions="NDEBUG;POCO_STATIC;_CRT_SECURE_NO_WARNINGS;${configuration.compiler.defines}"
|
||||||
|
StringPooling="true"
|
||||||
|
MinimalRebuild="false"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
BufferSecurityCheck="false"
|
||||||
|
RuntimeTypeInfo="true"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
DebugInformationFormat="3"
|
||||||
|
CompileAs="0"
|
||||||
|
DisableSpecificWarnings="${configuration.compiler.disableWarnings}"
|
||||||
|
CompileForArchitecture="2"
|
||||||
|
InterworkCalls="false"
|
||||||
|
AdditionalOptions="${configuration.compiler.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="CppUnitmt.lib iphlpapi.lib ${configuration.linker.dependencies}"
|
||||||
|
OutputFile="bin\$(PlatformName)\static_mt\${project.target}.exe"
|
||||||
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="${project.pocobase}\lib\$(PlatformName)"
|
||||||
|
GenerateDebugInformation="false"
|
||||||
|
ProgramDatabaseFile=""
|
||||||
|
SubSystem="0"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
TargetMachine="0"
|
||||||
|
EntryPointSymbol="wmainCRTStartup"
|
||||||
|
AdditionalOptions="${configuration.linker.additionalOptions}"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCALinkTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXDCMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCBscMakeTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCFxCopTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCodeSignTool"
|
||||||
|
/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"
|
||||||
|
/>
|
||||||
|
<DeploymentTool
|
||||||
|
ForceDirty="-1"
|
||||||
|
RemoteDirectory=""
|
||||||
|
RegisterOutput="0"
|
||||||
|
AdditionalFiles=""
|
||||||
|
/>
|
||||||
|
<DebuggerTool
|
||||||
|
/>
|
||||||
|
</Configuration>
|
Loading…
Reference in New Issue
Block a user