You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Discord.Net.Modules.csproj 3.4 kB

10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{3091164F-66AE-4543-A63D-167C1116241D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Discord.Modules</RootNamespace>
  11. <AssemblyName>Discord.Net.Modules</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <UseMSBuildEngine>False</UseMSBuildEngine>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <LangVersion>6</LangVersion>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE;NET45</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  34. <LangVersion>6</LangVersion>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="..\Discord.Net.Modules\IModule.cs">
  41. <Link>IModule.cs</Link>
  42. </Compile>
  43. <Compile Include="..\Discord.Net.Modules\ModuleChecker.cs">
  44. <Link>ModuleChecker.cs</Link>
  45. </Compile>
  46. <Compile Include="..\Discord.Net.Modules\ModuleExtensions.cs">
  47. <Link>ModuleExtensions.cs</Link>
  48. </Compile>
  49. <Compile Include="..\Discord.Net.Modules\ModuleManager.cs">
  50. <Link>ModuleManager.cs</Link>
  51. </Compile>
  52. <Compile Include="..\Discord.Net.Modules\ModuleService.cs">
  53. <Link>ModuleService.cs</Link>
  54. </Compile>
  55. <Compile Include="..\Discord.Net.Modules\ModuleType.cs">
  56. <Link>ModuleType.cs</Link>
  57. </Compile>
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ProjectReference Include="..\Discord.Net.Commands.Net45\Discord.Net.Commands.csproj">
  62. <Project>{1b5603b4-6f8f-4289-b945-7baae523d740}</Project>
  63. <Name>Discord.Net.Commands</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\Discord.Net.Net45\Discord.Net.csproj">
  66. <Project>{8d71a857-879a-4a10-859e-5ff824ed6688}</Project>
  67. <Name>Discord.Net</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>