crashanalysercmd/UI/CrashServer/CrashAnalyserServerExe.csproj
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
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>{C723AA40-3F22-4E77-92FB-437C5C2F0BD8}</ProjectGuid>
     8     <ProjectGuid>{C723AA40-3F22-4E77-92FB-437C5C2F0BD8}</ProjectGuid>
     9     <OutputType>Exe</OutputType>
     9     <OutputType>Exe</OutputType>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>CrashAnalyserServerExe</RootNamespace>
    11     <RootNamespace>CrashAnalyserServerExe</RootNamespace>
    12     <AssemblyName>CrashAnalyserServerExe</AssemblyName>
    12     <AssemblyName>CrashAnalyserServerExe</AssemblyName>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    14     <FileAlignment>512</FileAlignment>
    14     <FileAlignment>512</FileAlignment>
       
    15     <StartupObject>
       
    16     </StartupObject>
    15   </PropertyGroup>
    17   </PropertyGroup>
    16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    17     <DebugSymbols>true</DebugSymbols>
    19     <DebugSymbols>true</DebugSymbols>
    18     <DebugType>full</DebugType>
    20     <DebugType>full</DebugType>
    19     <Optimize>false</Optimize>
    21     <Optimize>false</Optimize>
    65     </ProjectReference>
    67     </ProjectReference>
    66     <ProjectReference Include="..\..\Libraries\Engine\CrashItemLib\CrashItemLib.csproj">
    68     <ProjectReference Include="..\..\Libraries\Engine\CrashItemLib\CrashItemLib.csproj">
    67       <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
    69       <Project>{A5B87D2F-E351-4B03-8BD0-9C8C91EDF1CC}</Project>
    68       <Name>CrashItemLib</Name>
    70       <Name>CrashItemLib</Name>
    69     </ProjectReference>
    71     </ProjectReference>
       
    72     <ProjectReference Include="..\..\Libraries\File Formats\Engines\MobileCrashLib\MobileCrashLib.csproj">
       
    73       <Project>{00DA206A-9DA2-4B2E-A376-05CAB2881ABA}</Project>
       
    74       <Name>MobileCrashLib</Name>
       
    75     </ProjectReference>
    70   </ItemGroup>
    76   </ItemGroup>
    71   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    77   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    72   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    78   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    73        Other similar extension points exist, see Microsoft.Common.targets.
    79        Other similar extension points exist, see Microsoft.Common.targets.
    74   <Target Name="BeforeBuild">
    80   <Target Name="BeforeBuild">