-
Notifications
You must be signed in to change notification settings - Fork 0
/
List-for-viewing_TGBot.pyproj
81 lines (81 loc) · 3.27 KB
/
List-for-viewing_TGBot.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>65f53cb9-5fca-4f00-880f-aaaee0804188</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>main.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>List-for-viewing_TGBot</Name>
<RootNamespace>List-for-viewing_TGBot</RootNamespace>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>Global|PythonCore|3.10</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="BDworker.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="config.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="film.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="KinoPoiskAPI\examples\get_film.py" />
<Compile Include="KinoPoiskAPI\examples\search.py" />
<Compile Include="KinoPoiskAPI\examples\top500.py" />
<Compile Include="KinoPoiskAPI\kinopoisk_api.py" />
<Compile Include="Ikp.py" />
<Compile Include="main.py" />
<Compile Include="callback.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="func.py" />
<Compile Include="User.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.10" />
</ItemGroup>
<ItemGroup>
<Folder Include="KinoPoiskAPI\" />
<Folder Include="KinoPoiskAPI\.idea\" />
<Folder Include="KinoPoiskAPI\.idea\inspectionProfiles\" />
<Folder Include="KinoPoiskAPI\examples\" />
<Folder Include="static\" />
</ItemGroup>
<ItemGroup>
<Content Include="KinoPoiskAPI\.git" />
<Content Include="KinoPoiskAPI\.idea\.gitignore" />
<Content Include="KinoPoiskAPI\.idea\inspectionProfiles\profiles_settings.xml" />
<Content Include="KinoPoiskAPI\.idea\inspectionProfiles\Project_Default.xml" />
<Content Include="KinoPoiskAPI\.idea\KinoPoiskAPI.iml" />
<Content Include="KinoPoiskAPI\.idea\misc.xml" />
<Content Include="KinoPoiskAPI\.idea\modules.xml" />
<Content Include="KinoPoiskAPI\.idea\vcs.xml" />
<Content Include="KinoPoiskAPI\README.md" />
<Content Include="KinoPoiskAPI\requirements.txt" />
<Content Include="static\bersHi.webp" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>