forked from kodorvan/stcs
add files project
This commit is contained in:
59
BibytBot_API.pyproj
Normal file
59
BibytBot_API.pyproj
Normal file
@@ -0,0 +1,59 @@
|
||||
<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>bc1d7460-d8ca-4977-a249-0f6d6cc2375a</ProjectGuid>
|
||||
<ProjectHome>.</ProjectHome>
|
||||
<StartupFile>BibytBot_API.py</StartupFile>
|
||||
<SearchPath>
|
||||
</SearchPath>
|
||||
<WorkingDirectory>.</WorkingDirectory>
|
||||
<OutputPath>.</OutputPath>
|
||||
<Name>BibytBot_API</Name>
|
||||
<RootNamespace>BibytBot_API</RootNamespace>
|
||||
</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="app\telegram\functions\additional_settings\settings.py" />
|
||||
<Compile Include="app\telegram\functions\condition_settings\settings.py" />
|
||||
<Compile Include="app\telegram\functions\functions.py" />
|
||||
<Compile Include="app\telegram\database\models.py" />
|
||||
<Compile Include="app\telegram\database\requests.py" />
|
||||
<Compile Include="app\telegram\functions\main_settings\settings.py" />
|
||||
<Compile Include="app\telegram\functions\risk_management_settings\settings.py" />
|
||||
<Compile Include="app\telegram\handlers\handlers.py" />
|
||||
<Compile Include="app\telegram\Keyboards\inline_keyboards.py" />
|
||||
<Compile Include="app\telegram\Keyboards\reply_keyboards.py" />
|
||||
<Compile Include="app\telegram\logs.py" />
|
||||
<Compile Include="BibytBot_API.py" />
|
||||
<Compile Include="config.py" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="app\" />
|
||||
<Folder Include="app\telegram\database\" />
|
||||
<Folder Include="app\telegram\functions\condition_settings\" />
|
||||
<Folder Include="app\telegram\functions\additional_settings\" />
|
||||
<Folder Include="app\telegram\functions\risk_management_settings\" />
|
||||
<Folder Include="app\telegram\handlers\" />
|
||||
<Folder Include="app\telegram\Keyboards\" />
|
||||
<Folder Include="app\telegram\functions\main_settings\" />
|
||||
<Folder Include="app\telegram\functions\" />
|
||||
<Folder Include="app\telegram\" />
|
||||
</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>
|
Reference in New Issue
Block a user