Files
archived-rpcs3-www/website.pyproj
Alexandro Sánchez Bach e470051895 Added reinitdb-compat command
* reinitdb-compat: It allows to reset the compatibility list using a CSV
file.
* Improved view for /compat/
2014-06-16 21:36:27 +02:00

138 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>website</Name>
<RootNamespace>website</RootNamespace>
<CommandLineArguments>runserver</CommandLineArguments>
<InterpreterPath />
<InterpreterArguments />
<DjangoSettingsModule>$(MSBuildProjectName).settings</DjangoSettingsModule>
<WebBrowserUrl />
<WebBrowserPort>8000</WebBrowserPort>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>e472c92c-786b-4e30-bfb1-6c5c8e1a5855</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectTypeGuids>{5F0BE9CA-D677-4A4D-8806-6076C0FAAD37};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<StartupFile>manage.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<OutputPath>.</OutputPath>
</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="manage.py" />
<Compile Include="website\blog\admin.py" />
<Compile Include="website\blog\models.py" />
<Compile Include="website\blog\tests.py" />
<Compile Include="website\blog\urls.py" />
<Compile Include="website\blog\views.py" />
<Compile Include="website\blog\__init__.py" />
<Compile Include="website\compat\admin.py" />
<Compile Include="website\compat\management\commands\reinitdb-compat.py" />
<Compile Include="website\compat\management\commands\__init__.py" />
<Compile Include="website\compat\management\__init__.py" />
<Compile Include="website\compat\models.py" />
<Compile Include="website\compat\tests.py" />
<Compile Include="website\compat\urls.py" />
<Compile Include="website\compat\views.py" />
<Compile Include="website\compat\__init__.py" />
<Compile Include="website\home\admin.py" />
<Compile Include="website\home\models.py" />
<Compile Include="website\home\tests.py" />
<Compile Include="website\home\views.py" />
<Compile Include="website\home\__init__.py" />
<Compile Include="website\constants.py" />
<Compile Include="website\__init__.py" />
<Compile Include="website\settings.py" />
<Compile Include="website\urls.py" />
<Compile Include="website\wsgi.py" />
</ItemGroup>
<ItemGroup>
<WebPiReference Include="https://www.microsoft.com/web/webpi/3.0/toolsproductlist.xml%3fDjango">
<Feed>https://www.microsoft.com/web/webpi/3.0/toolsproductlist.xml</Feed>
<ProductId>Django</ProductId>
<FriendlyName>Django 1.4</FriendlyName>
</WebPiReference>
<WebPiReference Include="https://www.microsoft.com/web/webpi/3.0/toolsproductlist.xml%3fPython27">
<Feed>https://www.microsoft.com/web/webpi/3.0/toolsproductlist.xml</Feed>
<ProductId>Python27</ProductId>
<FriendlyName>Python 2.7</FriendlyName>
</WebPiReference>
</ItemGroup>
<ItemGroup>
<Folder Include="website\" />
<Folder Include="website\blog\" />
<Folder Include="website\blog\templates\" />
<Folder Include="website\compat\" />
<Folder Include="website\compat\management\" />
<Folder Include="website\compat\management\commands\" />
<Folder Include="website\compat\templates\" />
<Folder Include="website\home\" />
<Folder Include="website\home\templates\" />
<Folder Include="website\static\" />
<Folder Include="website\static\css\" />
<Folder Include="website\static\js\" />
<Folder Include="website\templates\" />
</ItemGroup>
<ItemGroup>
<Content Include="website\blog\templates\blog_article.html" />
<Content Include="website\blog\templates\blog_index.html" />
<Content Include="website\compat\templates\classify.html" />
<Content Include="website\compat\templates\list.html" />
<Content Include="website\compat\templates\index.html" />
<Content Include="website\compat\templates\title.html" />
<Content Include="website\home\templates\contact.html" />
<Content Include="website\home\templates\home.html" />
<Content Include="website\static\css\base.css" />
<Content Include="website\templates\base.html" />
</ItemGroup>
<Import Project="$(VSToolsPath)\Python Tools\Microsoft.PythonTools.Django.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<AutoAssignPort>True</AutoAssignPort>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>