Advertisement
Dojnaz

help plz

May 4th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 8.35 KB | None | 0 0
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>
  7.     </ProductVersion>
  8.     <SchemaVersion>2.0</SchemaVersion>
  9.     <ProjectGuid>{A8A2A5DE-9174-454C-9DB3-316D86ED1D86}</ProjectGuid>
  10.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11.     <OutputType>Library</OutputType>
  12.     <AppDesignerFolder>Properties</AppDesignerFolder>
  13.     <RootNamespace>ZanoxDiscordBot2</RootNamespace>
  14.     <AssemblyName>ZanoxDiscordBot2</AssemblyName>
  15.     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16.     <UseIISExpress>true</UseIISExpress>
  17.     <Use64BitIISExpress />
  18.     <IISExpressSSLPort />
  19.     <IISExpressAnonymousAuthentication />
  20.     <IISExpressWindowsAuthentication />
  21.     <IISExpressUseClassicPipelineMode />
  22.     <UseGlobalApplicationHostFile />
  23.     <NuGetPackageImportStamp>
  24.     </NuGetPackageImportStamp>
  25.   </PropertyGroup>
  26.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27.     <DebugSymbols>true</DebugSymbols>
  28.     <DebugType>full</DebugType>
  29.     <Optimize>false</Optimize>
  30.     <OutputPath>bin\</OutputPath>
  31.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  32.     <ErrorReport>prompt</ErrorReport>
  33.     <WarningLevel>4</WarningLevel>
  34.     <NoStdLib>true</NoStdLib>
  35.   </PropertyGroup>
  36.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37.     <DebugSymbols>true</DebugSymbols>
  38.     <DebugType>pdbonly</DebugType>
  39.     <Optimize>true</Optimize>
  40.     <OutputPath>bin\</OutputPath>
  41.     <DefineConstants>TRACE</DefineConstants>
  42.     <ErrorReport>prompt</ErrorReport>
  43.     <WarningLevel>4</WarningLevel>
  44.     <NoStdLib>true</NoStdLib>
  45.   </PropertyGroup>
  46.   <ItemGroup>
  47.     <Reference Include="Discord.Net.Commands, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  48.       <HintPath>..\packages\Discord.Net.Commands.2.0.1\lib\net46\Discord.Net.Commands.dll</HintPath>
  49.     </Reference>
  50.     <Reference Include="Discord.Net.Core, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  51.       <HintPath>..\packages\Discord.Net.Core.2.0.1\lib\net46\Discord.Net.Core.dll</HintPath>
  52.     </Reference>
  53.     <Reference Include="Discord.Net.Rest, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  54.       <HintPath>..\packages\Discord.Net.Rest.2.0.1\lib\net46\Discord.Net.Rest.dll</HintPath>
  55.     </Reference>
  56.     <Reference Include="Discord.Net.Webhook, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  57.       <HintPath>..\packages\Discord.Net.Webhook.2.0.1\lib\netstandard1.3\Discord.Net.Webhook.dll</HintPath>
  58.     </Reference>
  59.     <Reference Include="Discord.Net.WebSocket, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  60.       <HintPath>..\packages\Discord.Net.WebSocket.2.0.1\lib\net46\Discord.Net.WebSocket.dll</HintPath>
  61.     </Reference>
  62.     <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  63.       <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  64.     </Reference>
  65.     <Reference Include="System.Net" />
  66.     <Reference Include="System.Net.Http" />
  67.     <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68.       <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  69.     </Reference>
  70.     <Reference Include="System.Numerics" />
  71.     <Reference Include="System.Numerics.Vectors" />
  72.     <Reference Include="System.Web" />
  73.     <Reference Include="System.Web.Abstractions" />
  74.     <Reference Include="System.Web.ApplicationServices" />
  75.     <Reference Include="System.Web.DataVisualization" />
  76.     <Reference Include="System.Web.DataVisualization.Design" />
  77.     <Reference Include="System.Web.DynamicData" />
  78.     <Reference Include="System.Web.DynamicData.Design" />
  79.     <Reference Include="System.Web.Entity" />
  80.     <Reference Include="System.Web.Entity.Design" />
  81.     <Reference Include="System.Web.Extensions" />
  82.     <Reference Include="System.Web.Extensions.Design" />
  83.     <Reference Include="System.Web.Http, Version=5.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84.       <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.5\lib\net45\System.Web.Http.dll</HintPath>
  85.     </Reference>
  86.     <Reference Include="System.Web.Mobile" />
  87.     <Reference Include="System.Web.RegularExpressions" />
  88.     <Reference Include="System.Web.Routing" />
  89.     <Reference Include="System.Web.Services" />
  90.   </ItemGroup>
  91.   <ItemGroup>
  92.     <Content Include="Global.asax" />
  93.     <Content Include="Web.config" />
  94.   </ItemGroup>
  95.   <ItemGroup>
  96.     <Compile Include="CommandHandler.cs" />
  97.     <Compile Include="App_Start\Program.cs" />
  98.     <Compile Include="App_Start\WebApiConfig.cs" />
  99.     <Compile Include="Controllers\GuildsController.cs" />
  100.     <Compile Include="Controllers\UsersController.cs" />
  101.     <Compile Include="Global.asax.cs">
  102.       <DependentUpon>Global.asax</DependentUpon>
  103.     </Compile>
  104.     <Compile Include="Models\subModels\Channels.cs" />
  105.     <Compile Include="Models\Guilds.cs" />
  106.     <Compile Include="Models\subModels\colorRGB.cs" />
  107.     <Compile Include="Models\subModels\Level.cs" />
  108.     <Compile Include="Models\subModels\MRoles.cs" />
  109.     <Compile Include="Models\subModels\Permissions.cs" />
  110.     <Compile Include="Models\subModels\Roles.cs" />
  111.     <Compile Include="Models\subModels\UserGuild.cs" />
  112.     <Compile Include="Models\Users.cs" />
  113.     <Compile Include="Modules\Carrot.cs" />
  114.     <Compile Include="Modules\Cloner.cs" />
  115.     <Compile Include="Modules\Electronics.cs" />
  116.     <Compile Include="Modules\ErrorReporting.cs" />
  117.     <Compile Include="Modules\Extensions.cs" />
  118.     <Compile Include="Models\subModels\Members.cs" />
  119.     <Compile Include="Modules\Polls.cs" />
  120.     <Compile Include="Modules\TelNet.cs" />
  121.     <Compile Include="Modules\TelNetCMD.cs" />
  122.     <Compile Include="Properties\AssemblyInfo.cs" />
  123.   </ItemGroup>
  124.   <ItemGroup>
  125.     <None Include="packages.config" />
  126.     <None Include="Web.Debug.config">
  127.       <DependentUpon>Web.config</DependentUpon>
  128.     </None>
  129.     <None Include="Web.Release.config">
  130.       <DependentUpon>Web.config</DependentUpon>
  131.     </None>
  132.   </ItemGroup>
  133.   <ItemGroup>
  134.     <Folder Include="App_Data\" />
  135.  </ItemGroup>
  136.  <PropertyGroup>
  137.    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  138.    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  139.  </PropertyGroup>
  140.  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  141.  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  142.  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  143.  <ProjectExtensions>
  144.    <VisualStudio>
  145.      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  146.        <WebProjectProperties>
  147.          <UseIIS>True</UseIIS>
  148.          <AutoAssignPort>True</AutoAssignPort>
  149.          <DevelopmentServerPort>65512</DevelopmentServerPort>
  150.          <DevelopmentServerVPath>/</DevelopmentServerVPath>
  151.          <IISUrl>http://localhost:65512/</IISUrl>
  152.          <NTLMAuthentication>False</NTLMAuthentication>
  153.          <UseCustomServer>False</UseCustomServer>
  154.          <CustomServerUrl>
  155.          </CustomServerUrl>
  156.          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  157.        </WebProjectProperties>
  158.      </FlavorProperties>
  159.    </VisualStudio>
  160.  </ProjectExtensions>
  161.  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  162.       Other similar extension points exist, see Microsoft.Common.targets.
  163.  <Target Name="BeforeBuild">
  164.  </Target>
  165.  <Target Name="AfterBuild">
  166.  </Target>
  167.  -->
  168. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement