Search.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{41DD62EB-2257-45C3-94C8-E7EE079BAA41}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>OpenVIII.Search</RootNamespace>
  10. <AssemblyName>Search</AssemblyName>
  11. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  17. <DebugSymbols>true</DebugSymbols>
  18. <OutputPath>..\bin\</OutputPath>
  19. <DefineConstants>DEBUG;TRACE</DefineConstants>
  20. <DebugType>full</DebugType>
  21. <PlatformTarget>x64</PlatformTarget>
  22. <ErrorReport>prompt</ErrorReport>
  23. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  24. <Prefer32Bit>true</Prefer32Bit>
  25. <LangVersion>latest</LangVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  28. <OutputPath>..\bin\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <Optimize>true</Optimize>
  31. <DebugType>pdbonly</DebugType>
  32. <PlatformTarget>x64</PlatformTarget>
  33. <ErrorReport>prompt</ErrorReport>
  34. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  35. <Prefer32Bit>true</Prefer32Bit>
  36. <LangVersion>latest</LangVersion>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x86</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. <LangVersion>latest</LangVersion>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <OutputPath>bin\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. <Prefer32Bit>true</Prefer32Bit>
  58. <LangVersion>latest</LangVersion>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL" />
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Search.cs" />
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="App.config" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\Core\Core.csproj">
  81. <Project>{a5408515-75b8-4eea-8e9f-2c9cd7b56e59}</Project>
  82. <Name>Core</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\Encoding\Encoding.csproj">
  85. <Project>{a9b33bf4-9b03-4e3d-bf6a-181521046ee8}</Project>
  86. <Name>Encoding</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. </Project>