remove project files
This commit is contained in:
48
MBCon.pyproj
48
MBCon.pyproj
@@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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>{32210f10-ebc2-4c61-8d61-dfc843cf5f99}</ProjectGuid>
|
||||
<ProjectHome />
|
||||
<StartupFile>default.py</StartupFile>
|
||||
<SearchPath />
|
||||
<WorkingDirectory>.</WorkingDirectory>
|
||||
<OutputPath>.</OutputPath>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
||||
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
|
||||
<ItemGroup>
|
||||
<Content Include="addon.xml" />
|
||||
<Content Include="LICENSE.txt" />
|
||||
<Content Include="icon.png" />
|
||||
<Compile Include="default.py" />
|
||||
<Compile Include="resources\lib\Functions.py" />
|
||||
<Compile Include="service.py" />
|
||||
<Content Include="resources\mb3.png" />
|
||||
<Compile Include="resources\__init__.py" />
|
||||
<Compile Include="resources\lib\ArtworkLoader.py" />
|
||||
<Compile Include="resources\lib\ClientInformation.py" />
|
||||
<Compile Include="resources\lib\DisplayItems.py" />
|
||||
<Compile Include="resources\lib\DownloadUtils.py" />
|
||||
<Compile Include="resources\lib\ItemInfo.py" />
|
||||
<Compile Include="resources\lib\MenuLoad.py" />
|
||||
<Compile Include="resources\lib\PersonInfo.py" />
|
||||
<Compile Include="resources\lib\SearchDialog.py" />
|
||||
<Compile Include="resources\lib\Utils.py" />
|
||||
<Compile Include="resources\lib\websocket.py" />
|
||||
<Compile Include="resources\lib\WebSocketClient.py" />
|
||||
<Compile Include="resources\lib\__init__.py" />
|
||||
<Content Include="resources\media\BlankPoster.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="resources" />
|
||||
<Folder Include="resources\lib" />
|
||||
<Folder Include="resources\media" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
|
||||
</Project>
|
||||
22
media.sln
22
media.sln
@@ -1,22 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.30723.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "MBCon", "MBCon.pyproj", "{32210F10-EBC2-4C61-8D61-DFC843CF5F99}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{32210F10-EBC2-4C61-8D61-DFC843CF5F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{32210F10-EBC2-4C61-8D61-DFC843CF5F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{32210F10-EBC2-4C61-8D61-DFC843CF5F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{32210F10-EBC2-4C61-8D61-DFC843CF5F99}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user