crashanalysercmd/Libraries/File Formats/Plugins/CrashInfoFilePlugin/CrashInfoFilePlugin.csproj
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
child 3 045ade241ef5
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3   <PropertyGroup>
     3   <PropertyGroup>
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     6     <ProductVersion>9.0.30729</ProductVersion>
     6     <ProductVersion>9.0.21022</ProductVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     8     <ProjectGuid>{38D6EA43-2CA2-4637-9487-B3D5B5938558}</ProjectGuid>
     8     <ProjectGuid>{38D6EA43-2CA2-4637-9487-B3D5B5938558}</ProjectGuid>
     9     <OutputType>Library</OutputType>
     9     <OutputType>Library</OutputType>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>CrashInfoFilePlugin</RootNamespace>
    11     <RootNamespace>CrashInfoFilePlugin</RootNamespace>
    44     <Compile Include="FileFormat\CCrashInfoCodeSegData.cs" />
    44     <Compile Include="FileFormat\CCrashInfoCodeSegData.cs" />
    45     <Compile Include="FileFormat\CCrashInfoDataBlock.cs" />
    45     <Compile Include="FileFormat\CCrashInfoDataBlock.cs" />
    46     <Compile Include="FileFormat\CCrashInfoFileDocument.cs" />
    46     <Compile Include="FileFormat\CCrashInfoFileDocument.cs" />
    47     <Compile Include="FileFormat\CCrashInfoFileUtilities.cs" />
    47     <Compile Include="FileFormat\CCrashInfoFileUtilities.cs" />
    48     <Compile Include="FileFormat\CCrashInfoRegisterStorage.cs" />
    48     <Compile Include="FileFormat\CCrashInfoRegisterStorage.cs" />
    49     <Compile Include="FileFormat\CCrashInfoHashBuilder.cs" />
       
    50     <Compile Include="FileFormat\CrashInfoConsts.cs" />
    49     <Compile Include="FileFormat\CrashInfoConsts.cs" />
    51     <Compile Include="LibResources.Designer.cs">
    50     <Compile Include="LibResources.Designer.cs">
    52       <AutoGen>True</AutoGen>
    51       <AutoGen>True</AutoGen>
    53       <DesignTime>True</DesignTime>
    52       <DesignTime>True</DesignTime>
    54       <DependentUpon>LibResources.resx</DependentUpon>
    53       <DependentUpon>LibResources.resx</DependentUpon>
    63     </ProjectReference>
    62     </ProjectReference>
    64     <ProjectReference Include="..\..\..\Engine\CrashItemLib\CrashItemLib.csproj">
    63     <ProjectReference Include="..\..\..\Engine\CrashItemLib\CrashItemLib.csproj">
    65       <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
    64       <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
    66       <Name>CrashItemLib</Name>
    65       <Name>CrashItemLib</Name>
    67     </ProjectReference>
    66     </ProjectReference>
       
    67     <ProjectReference Include="..\..\..\Engine\ErrorLibrary\ErrorLibraryLib.csproj">
       
    68       <Project>{C4F270B5-5B50-4270-9CDC-1616D9645365}</Project>
       
    69       <Name>ErrorLibraryLib</Name>
       
    70     </ProjectReference>
       
    71     <ProjectReference Include="..\..\Engines\MobileCrashLib\MobileCrashLib.csproj">
       
    72       <Project>{00DA206A-9DA2-4B2E-A376-05CAB2881ABA}</Project>
       
    73       <Name>MobileCrashLib</Name>
       
    74     </ProjectReference>
    68   </ItemGroup>
    75   </ItemGroup>
    69   <ItemGroup>
    76   <ItemGroup>
    70     <EmbeddedResource Include="LibResources.resx">
    77     <EmbeddedResource Include="LibResources.resx">
    71       <Generator>ResXFileCodeGenerator</Generator>
    78       <Generator>ResXFileCodeGenerator</Generator>
    72       <LastGenOutput>LibResources.Designer.cs</LastGenOutput>
    79       <LastGenOutput>LibResources.Designer.cs</LastGenOutput>
       
    80       <SubType>Designer</SubType>
    73     </EmbeddedResource>
    81     </EmbeddedResource>
    74   </ItemGroup>
    82   </ItemGroup>
    75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    83   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    84   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    77        Other similar extension points exist, see Microsoft.Common.targets.
    85        Other similar extension points exist, see Microsoft.Common.targets.