1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/iMONDisplayApiSample/DisplayTest/DisplayTest.vcproj Sun Apr 14 22:40:46 2013 +0200
1.3 @@ -0,0 +1,272 @@
1.4 +<?xml version="1.0" encoding="ks_c_5601-1987"?>
1.5 +<VisualStudioProject
1.6 + ProjectType="Visual C++"
1.7 + Version="9.00"
1.8 + Name="DisplayTest"
1.9 + ProjectGUID="{FE6179B9-6E3E-4157-BE52-C4A6B202306F}"
1.10 + RootNamespace="DisplayTest"
1.11 + Keyword="MFCProj"
1.12 + TargetFrameworkVersion="131072"
1.13 + >
1.14 + <Platforms>
1.15 + <Platform
1.16 + Name="Win32"
1.17 + />
1.18 + </Platforms>
1.19 + <ToolFiles>
1.20 + </ToolFiles>
1.21 + <Configurations>
1.22 + <Configuration
1.23 + Name="Debug|Win32"
1.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)"
1.25 + IntermediateDirectory="$(ConfigurationName)"
1.26 + ConfigurationType="1"
1.27 + UseOfMFC="1"
1.28 + CharacterSet="1"
1.29 + >
1.30 + <Tool
1.31 + Name="VCPreBuildEventTool"
1.32 + />
1.33 + <Tool
1.34 + Name="VCCustomBuildTool"
1.35 + />
1.36 + <Tool
1.37 + Name="VCXMLDataGeneratorTool"
1.38 + />
1.39 + <Tool
1.40 + Name="VCWebServiceProxyGeneratorTool"
1.41 + />
1.42 + <Tool
1.43 + Name="VCMIDLTool"
1.44 + PreprocessorDefinitions="_DEBUG"
1.45 + MkTypLibCompatible="false"
1.46 + ValidateParameters="false"
1.47 + />
1.48 + <Tool
1.49 + Name="VCCLCompilerTool"
1.50 + Optimization="0"
1.51 + PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
1.52 + MinimalRebuild="true"
1.53 + BasicRuntimeChecks="3"
1.54 + RuntimeLibrary="1"
1.55 + UsePrecompiledHeader="2"
1.56 + WarningLevel="3"
1.57 + Detect64BitPortabilityProblems="true"
1.58 + DebugInformationFormat="4"
1.59 + />
1.60 + <Tool
1.61 + Name="VCManagedResourceCompilerTool"
1.62 + />
1.63 + <Tool
1.64 + Name="VCResourceCompilerTool"
1.65 + PreprocessorDefinitions="_DEBUG"
1.66 + Culture="1033"
1.67 + AdditionalIncludeDirectories="$(IntDir)"
1.68 + />
1.69 + <Tool
1.70 + Name="VCPreLinkEventTool"
1.71 + />
1.72 + <Tool
1.73 + Name="VCLinkerTool"
1.74 + LinkIncremental="2"
1.75 + GenerateDebugInformation="true"
1.76 + SubSystem="2"
1.77 + RandomizedBaseAddress="1"
1.78 + DataExecutionPrevention="0"
1.79 + TargetMachine="1"
1.80 + />
1.81 + <Tool
1.82 + Name="VCALinkTool"
1.83 + />
1.84 + <Tool
1.85 + Name="VCManifestTool"
1.86 + />
1.87 + <Tool
1.88 + Name="VCXDCMakeTool"
1.89 + />
1.90 + <Tool
1.91 + Name="VCBscMakeTool"
1.92 + />
1.93 + <Tool
1.94 + Name="VCFxCopTool"
1.95 + />
1.96 + <Tool
1.97 + Name="VCAppVerifierTool"
1.98 + />
1.99 + <Tool
1.100 + Name="VCPostBuildEventTool"
1.101 + />
1.102 + </Configuration>
1.103 + <Configuration
1.104 + Name="Release|Win32"
1.105 + OutputDirectory="$(SolutionDir)$(ConfigurationName)"
1.106 + IntermediateDirectory="$(ConfigurationName)"
1.107 + ConfigurationType="1"
1.108 + UseOfMFC="1"
1.109 + CharacterSet="1"
1.110 + WholeProgramOptimization="1"
1.111 + >
1.112 + <Tool
1.113 + Name="VCPreBuildEventTool"
1.114 + />
1.115 + <Tool
1.116 + Name="VCCustomBuildTool"
1.117 + />
1.118 + <Tool
1.119 + Name="VCXMLDataGeneratorTool"
1.120 + />
1.121 + <Tool
1.122 + Name="VCWebServiceProxyGeneratorTool"
1.123 + />
1.124 + <Tool
1.125 + Name="VCMIDLTool"
1.126 + PreprocessorDefinitions="NDEBUG"
1.127 + MkTypLibCompatible="false"
1.128 + ValidateParameters="false"
1.129 + />
1.130 + <Tool
1.131 + Name="VCCLCompilerTool"
1.132 + PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
1.133 + MinimalRebuild="false"
1.134 + RuntimeLibrary="0"
1.135 + UsePrecompiledHeader="2"
1.136 + WarningLevel="3"
1.137 + Detect64BitPortabilityProblems="true"
1.138 + DebugInformationFormat="3"
1.139 + />
1.140 + <Tool
1.141 + Name="VCManagedResourceCompilerTool"
1.142 + />
1.143 + <Tool
1.144 + Name="VCResourceCompilerTool"
1.145 + PreprocessorDefinitions="NDEBUG"
1.146 + Culture="1033"
1.147 + AdditionalIncludeDirectories="$(IntDir)"
1.148 + />
1.149 + <Tool
1.150 + Name="VCPreLinkEventTool"
1.151 + />
1.152 + <Tool
1.153 + Name="VCLinkerTool"
1.154 + LinkIncremental="1"
1.155 + IgnoreDefaultLibraryNames="msvcr80.lib"
1.156 + GenerateDebugInformation="true"
1.157 + SubSystem="2"
1.158 + OptimizeReferences="2"
1.159 + EnableCOMDATFolding="2"
1.160 + RandomizedBaseAddress="1"
1.161 + DataExecutionPrevention="0"
1.162 + TargetMachine="1"
1.163 + />
1.164 + <Tool
1.165 + Name="VCALinkTool"
1.166 + />
1.167 + <Tool
1.168 + Name="VCManifestTool"
1.169 + />
1.170 + <Tool
1.171 + Name="VCXDCMakeTool"
1.172 + />
1.173 + <Tool
1.174 + Name="VCBscMakeTool"
1.175 + />
1.176 + <Tool
1.177 + Name="VCFxCopTool"
1.178 + />
1.179 + <Tool
1.180 + Name="VCAppVerifierTool"
1.181 + />
1.182 + <Tool
1.183 + Name="VCPostBuildEventTool"
1.184 + />
1.185 + </Configuration>
1.186 + </Configurations>
1.187 + <References>
1.188 + </References>
1.189 + <Files>
1.190 + <Filter
1.191 + Name="¼Ò½º ÆÄÀÏ"
1.192 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.193 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1.194 + >
1.195 + <File
1.196 + RelativePath=".\DisplayTest.cpp"
1.197 + >
1.198 + </File>
1.199 + <File
1.200 + RelativePath=".\DisplayTestDlg.cpp"
1.201 + >
1.202 + </File>
1.203 + <File
1.204 + RelativePath=".\stdafx.cpp"
1.205 + >
1.206 + <FileConfiguration
1.207 + Name="Debug|Win32"
1.208 + >
1.209 + <Tool
1.210 + Name="VCCLCompilerTool"
1.211 + UsePrecompiledHeader="1"
1.212 + />
1.213 + </FileConfiguration>
1.214 + <FileConfiguration
1.215 + Name="Release|Win32"
1.216 + >
1.217 + <Tool
1.218 + Name="VCCLCompilerTool"
1.219 + UsePrecompiledHeader="1"
1.220 + />
1.221 + </FileConfiguration>
1.222 + </File>
1.223 + </Filter>
1.224 + <Filter
1.225 + Name="Çì´õ ÆÄÀÏ"
1.226 + Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.227 + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1.228 + >
1.229 + <File
1.230 + RelativePath=".\DisplayTest.h"
1.231 + >
1.232 + </File>
1.233 + <File
1.234 + RelativePath=".\DisplayTestDlg.h"
1.235 + >
1.236 + </File>
1.237 + <File
1.238 + RelativePath=".\Resource.h"
1.239 + >
1.240 + </File>
1.241 + <File
1.242 + RelativePath=".\stdafx.h"
1.243 + >
1.244 + </File>
1.245 + </Filter>
1.246 + <Filter
1.247 + Name="¸®¼Ò½º ÆÄÀÏ"
1.248 + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1.249 + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1.250 + >
1.251 + <File
1.252 + RelativePath=".\res\DisplayTest.ico"
1.253 + >
1.254 + </File>
1.255 + <File
1.256 + RelativePath=".\DisplayTest.rc"
1.257 + >
1.258 + </File>
1.259 + <File
1.260 + RelativePath=".\res\DisplayTest.rc2"
1.261 + >
1.262 + </File>
1.263 + </Filter>
1.264 + <File
1.265 + RelativePath=".\ReadMe.txt"
1.266 + >
1.267 + </File>
1.268 + </Files>
1.269 + <Globals>
1.270 + <Global
1.271 + Name="RESOURCE_FILE"
1.272 + Value="DisplayTest.rc"
1.273 + />
1.274 + </Globals>
1.275 +</VisualStudioProject>