1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.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 >{908C9B7F-5C1D-4EA4-8E31-25A53AFFDA5C}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ModuleTemplate</RootNamespace >
11+ <AssemblyName >ModuleTemplate</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
34+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
35+ <Private >True</Private >
36+ </Reference >
37+ <Reference Include =" System" />
38+ <Reference Include =" System.Core" />
39+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" System.Runtime.Serialization" />
44+ <Reference Include =" System.Xml.Linq" />
45+ <Reference Include =" System.Data.DataSetExtensions" />
46+ <Reference Include =" Microsoft.CSharp" />
47+ <Reference Include =" System.Data" />
48+ <Reference Include =" System.Net.Http" />
49+ <Reference Include =" System.Xml" />
50+ <Reference Include =" Telegram.Bot, Version=11.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
51+ <HintPath >..\packages\Telegram.Bot.11.1.0-beta-3\lib\net45\Telegram.Bot.dll</HintPath >
52+ <Private >True</Private >
53+ </Reference >
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Compile Include =" ModuleName.cs" />
57+ <Compile Include =" Properties\AssemblyInfo.cs" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <ProjectReference Include =" ..\DB\DB.csproj" >
61+ <Project >{c266bbac-788e-4012-87f4-7b8302af14cb}</Project >
62+ <Name >DB</Name >
63+ </ProjectReference >
64+ <ProjectReference Include =" ..\Logger\Logger.csproj" >
65+ <Project >{5b72e456-42bc-4834-bb15-65bbe0b76101}</Project >
66+ <Name >Logger</Name >
67+ </ProjectReference >
68+ <ProjectReference Include =" ..\ModuleFramework\ModuleFramework.csproj" >
69+ <Project >{936a8668-df10-4add-8790-4e7c46ea81d5}</Project >
70+ <Name >ModuleFramework</Name >
71+ </ProjectReference >
72+ </ItemGroup >
73+ <ItemGroup >
74+ <None Include =" app.config" />
75+ <None Include =" packages.config" />
76+ </ItemGroup >
77+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79+ Other similar extension points exist, see Microsoft.Common.targets.
80+ <Target Name="BeforeBuild">
81+ </Target>
82+ <Target Name="AfterBuild">
83+ </Target>
84+ -->
85+ </Project >
0 commit comments