crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianXmlInputLib/SymbianXmlInputLib.csproj
changeset 0 818e61de6cd1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianXmlInputLib/SymbianXmlInputLib.csproj	Thu Feb 11 15:50:58 2010 +0200
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>9.0.30729</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{56ECA873-7D1D-45E7-A583-A5388D753321}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>SymbianXmlInputLib</RootNamespace>
+    <AssemblyName>SymbianXmlInputLib</AssemblyName>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Elements\Base\SXILElement.cs" />
+    <Compile Include="Elements\Types\Category\SXILElementCategory.cs" />
+    <Compile Include="Elements\Types\Command\SXILElementCommand.cs" />
+    <Compile Include="Elements\Types\Extension\SXILElementExtension.cs" />
+    <Compile Include="Elements\Types\FileSystem\SXILElementDirectory.cs" />
+    <Compile Include="Elements\Types\FileSystem\SXILElementFile.cs" />
+    <Compile Include="Elements\Types\FileSystem\SXILElementFileSystem.cs" />
+    <Compile Include="Parser\SXILDocument.cs" />
+    <Compile Include="Parser\Nodes\SXILParserNodeExtension.cs" />
+    <Compile Include="Parser\Nodes\SXILParserNodeCommand.cs" />
+    <Compile Include="Parser\Nodes\SXILParserNodeCategory.cs" />
+    <Compile Include="Parser\Nodes\SXILParserNodeFileSystem.cs" />
+    <Compile Include="Parser\Nodes\SXILParserNode.cs" />
+    <Compile Include="Parser\Nodes\SXILParserNodeCollection.cs" />
+    <Compile Include="Parser\SXILParser.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\SymbianTree\SymbianTree.csproj">
+      <Project>{2BE440C1-E5F6-4F5D-B533-0F745CAA65A8}</Project>
+      <Name>SymbianTree</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\SymbianUtils\SymbianUtils.csproj">
+      <Project>{F6F4CE69-E73A-4917-97ED-B114DE90C92E}</Project>
+      <Name>SymbianUtils</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file