This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
forked from Pavitheran/FBMessageScraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FBMessageScraper.pyproj
42 lines (42 loc) · 1.97 KB
/
FBMessageScraper.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{e29cac38-5cd1-428c-a16c-1a976813279c}</ProjectGuid>
<ProjectHome />
<StartupFile>image_dumper.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{8de2c3f8-d435-48b6-8011-770f78a8469c}</InterpreterId>
<InterpreterVersion>3.5</InterpreterVersion>
<CommandLineArguments>my_config.json</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="dumper.py" />
<Compile Include="get_stats.py" />
<Compile Include="image_dumper.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="message_adapter.py" />
<Compile Include="raw_formatter.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="text_printer.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{8de2c3f8-d435-48b6-8011-770f78a8469c}\3.5" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>