50 lines
2.2 KiB
XML
50 lines
2.2 KiB
XML
<?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>{1747f32f-45d5-4d27-868d-c3fe710f4d86}</ProjectGuid>
|
|
<ProjectHome />
|
|
<StartupFile>server.py</StartupFile>
|
|
<SearchPath />
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<InterpreterId />
|
|
<InterpreterVersion />
|
|
</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="app\category.py" />
|
|
<Compile Include="app\database.py" />
|
|
<Compile Include="app\template.py" />
|
|
<Compile Include="server.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="static\css\style.css" />
|
|
<Content Include="static\html\detail.html" />
|
|
<Content Include="static\html\detailChoice.html" />
|
|
<Content Include="static\html\index.html" />
|
|
<Content Include="static\html\listChoice.html" />
|
|
<Content Include="static\html\listEval.html" />
|
|
<Content Include="static\js\jquery-3.1.1.min.js" />
|
|
<Content Include="static\js\ppm.js" />
|
|
<Content Include="static\js\te.js" />
|
|
<Content Include="static\js\tm.js" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="app" />
|
|
<Folder Include="static\" />
|
|
<Folder Include="static\css" />
|
|
<Folder Include="static\html" />
|
|
<Folder Include="static\js" />
|
|
</ItemGroup>
|
|
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
|
|
</Project> |