symbian-qemu-0.9.1-12/model-libraries/nvmemmory/nvmemmory.vcproj
branchnvmemory
changeset 74 eb3d0111f868
equal deleted inserted replaced
73:b6aa150091ee 74:eb3d0111f868
       
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="8.00"
       
     5 	Name="nvmemmory"
       
     6 	ProjectGUID="{F42A5A5B-9267-46F9-89C5-9D83F96A6B36}"
       
     7 	RootNamespace="nvmemmory"
       
     8 	Keyword="ManagedCProj"
       
     9 	>
       
    10 	<Platforms>
       
    11 		<Platform
       
    12 			Name="Win32"
       
    13 		/>
       
    14 	</Platforms>
       
    15 	<ToolFiles>
       
    16 	</ToolFiles>
       
    17 	<Configurations>
       
    18 		<Configuration
       
    19 			Name="Debug|Win32"
       
    20 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
       
    21 			IntermediateDirectory="$(ConfigurationName)"
       
    22 			ConfigurationType="2"
       
    23 			CharacterSet="1"
       
    24 			ManagedExtensions="1"
       
    25 			>
       
    26 			<Tool
       
    27 				Name="VCPreBuildEventTool"
       
    28 			/>
       
    29 			<Tool
       
    30 				Name="VCCustomBuildTool"
       
    31 			/>
       
    32 			<Tool
       
    33 				Name="VCXMLDataGeneratorTool"
       
    34 			/>
       
    35 			<Tool
       
    36 				Name="VCWebServiceProxyGeneratorTool"
       
    37 			/>
       
    38 			<Tool
       
    39 				Name="VCMIDLTool"
       
    40 			/>
       
    41 			<Tool
       
    42 				Name="VCCLCompilerTool"
       
    43 				Optimization="0"
       
    44 				AdditionalIncludeDirectories="C:\modelling\display\PlatsimUtil\PlatsimUtil\inc\public"
       
    45 				PreprocessorDefinitions="WIN32;_DEBUG;NVMEMORY_EXPORTS;WINDOWS_LEAN_AND_MEAN"
       
    46 				RuntimeLibrary="3"
       
    47 				UsePrecompiledHeader="0"
       
    48 				WarningLevel="3"
       
    49 				DebugInformationFormat="3"
       
    50 			/>
       
    51 			<Tool
       
    52 				Name="VCManagedResourceCompilerTool"
       
    53 			/>
       
    54 			<Tool
       
    55 				Name="VCResourceCompilerTool"
       
    56 			/>
       
    57 			<Tool
       
    58 				Name="VCPreLinkEventTool"
       
    59 			/>
       
    60 			<Tool
       
    61 				Name="VCLinkerTool"
       
    62 				AdditionalDependencies="$(NoInherit)"
       
    63 				OutputFile="$(OutDir)\$(ProjectName).dll"
       
    64 				LinkIncremental="2"
       
    65 				GenerateDebugInformation="true"
       
    66 				AssemblyDebug="1"
       
    67 				TargetMachine="1"
       
    68 			/>
       
    69 			<Tool
       
    70 				Name="VCALinkTool"
       
    71 			/>
       
    72 			<Tool
       
    73 				Name="VCManifestTool"
       
    74 			/>
       
    75 			<Tool
       
    76 				Name="VCXDCMakeTool"
       
    77 			/>
       
    78 			<Tool
       
    79 				Name="VCBscMakeTool"
       
    80 			/>
       
    81 			<Tool
       
    82 				Name="VCFxCopTool"
       
    83 			/>
       
    84 			<Tool
       
    85 				Name="VCAppVerifierTool"
       
    86 			/>
       
    87 			<Tool
       
    88 				Name="VCWebDeploymentTool"
       
    89 			/>
       
    90 			<Tool
       
    91 				Name="VCPostBuildEventTool"
       
    92 			/>
       
    93 		</Configuration>
       
    94 		<Configuration
       
    95 			Name="Release|Win32"
       
    96 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
       
    97 			IntermediateDirectory="$(ConfigurationName)"
       
    98 			ConfigurationType="2"
       
    99 			CharacterSet="1"
       
   100 			ManagedExtensions="1"
       
   101 			WholeProgramOptimization="1"
       
   102 			>
       
   103 			<Tool
       
   104 				Name="VCPreBuildEventTool"
       
   105 			/>
       
   106 			<Tool
       
   107 				Name="VCCustomBuildTool"
       
   108 			/>
       
   109 			<Tool
       
   110 				Name="VCXMLDataGeneratorTool"
       
   111 			/>
       
   112 			<Tool
       
   113 				Name="VCWebServiceProxyGeneratorTool"
       
   114 			/>
       
   115 			<Tool
       
   116 				Name="VCMIDLTool"
       
   117 			/>
       
   118 			<Tool
       
   119 				Name="VCCLCompilerTool"
       
   120 				AdditionalIncludeDirectories="$(SolutionDir)..\commoninc"
       
   121 				PreprocessorDefinitions="WIN32;NDEBUG;NVMEMORY_EXPORTS;WINDOWS_LEAN_AND_MEAN"
       
   122 				RuntimeLibrary="2"
       
   123 				UsePrecompiledHeader="0"
       
   124 				WarningLevel="3"
       
   125 				DebugInformationFormat="3"
       
   126 			/>
       
   127 			<Tool
       
   128 				Name="VCManagedResourceCompilerTool"
       
   129 			/>
       
   130 			<Tool
       
   131 				Name="VCResourceCompilerTool"
       
   132 			/>
       
   133 			<Tool
       
   134 				Name="VCPreLinkEventTool"
       
   135 			/>
       
   136 			<Tool
       
   137 				Name="VCLinkerTool"
       
   138 				AdditionalDependencies="$(NoInherit)"
       
   139 				OutputFile="$(OutDir)\$(ProjectName).dll"
       
   140 				LinkIncremental="1"
       
   141 				GenerateDebugInformation="true"
       
   142 				TargetMachine="1"
       
   143 			/>
       
   144 			<Tool
       
   145 				Name="VCALinkTool"
       
   146 			/>
       
   147 			<Tool
       
   148 				Name="VCManifestTool"
       
   149 			/>
       
   150 			<Tool
       
   151 				Name="VCXDCMakeTool"
       
   152 			/>
       
   153 			<Tool
       
   154 				Name="VCBscMakeTool"
       
   155 			/>
       
   156 			<Tool
       
   157 				Name="VCFxCopTool"
       
   158 			/>
       
   159 			<Tool
       
   160 				Name="VCAppVerifierTool"
       
   161 			/>
       
   162 			<Tool
       
   163 				Name="VCWebDeploymentTool"
       
   164 			/>
       
   165 			<Tool
       
   166 				Name="VCPostBuildEventTool"
       
   167 			/>
       
   168 		</Configuration>
       
   169 	</Configurations>
       
   170 	<References>
       
   171 		<AssemblyReference
       
   172 			RelativePath="System.dll"
       
   173 			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
       
   174 		/>
       
   175 		<AssemblyReference
       
   176 			RelativePath="System.Data.dll"
       
   177 			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
       
   178 		/>
       
   179 		<AssemblyReference
       
   180 			RelativePath="System.XML.dll"
       
   181 			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
       
   182 		/>
       
   183 	</References>
       
   184 	<Files>
       
   185 		<Filter
       
   186 			Name="Source Files"
       
   187 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
       
   188 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
       
   189 			>
       
   190 			<File
       
   191 				RelativePath=".\nvmemmory.cpp"
       
   192 				>
       
   193 			</File>
       
   194 		</Filter>
       
   195 		<Filter
       
   196 			Name="Header Files"
       
   197 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
       
   198 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
       
   199 			>
       
   200 			<File
       
   201 				RelativePath=".\nvmemmory.h"
       
   202 				>
       
   203 			</File>
       
   204 		</Filter>
       
   205 	</Files>
       
   206 	<Globals>
       
   207 	</Globals>
       
   208 </VisualStudioProject>