- Async support - Added RMF content-type - Better file extension detection - Clarify installation instructions - Update README.md - Remove encryption keys from wtv-home:/home - Decode URI for support for files with urlencoded elements - Fixed MSTV Sim compatiblity - Fix a typo - Add nobind feature to configure external services - Add url accessor to wtv-home:/home for non-internal builds - Add wtv-tricks:/access?url= - Very initial HTTP Proxy work (won't work yet)
86 lines
4.5 KiB
Plaintext
86 lines
4.5 KiB
Plaintext
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<Name>hacktv_updsrv</Name>
|
|
<RootNamespace>hacktv_updsrv</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>31b77d0c-f03d-43a7-bf7f-fad7174728bf</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>app.js</StartupFile>
|
|
<StartWebBrowser>False</StartWebBrowser>
|
|
<SearchPath>
|
|
</SearchPath>
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
|
|
<StartWebBrowser>false</StartWebBrowser>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include=".gitignore" />
|
|
<Content Include="app.js" />
|
|
<Content Include="services.json">
|
|
<SubType>Code</SubType>
|
|
</Content>
|
|
<Content Include="ServiceVault\wtv-flashrom\get-lc2-page.js" />
|
|
<Content Include="ServiceVault\wtv-flashrom\lc2-download-failed.html" />
|
|
<Content Include="ServiceVault\wtv-flashrom\lc2-download-failed.js" />
|
|
<Content Include="ServiceVault\wtv-flashrom\willie.async.js" />
|
|
<Content Include="ServiceVault\wtv-star\images\HackTVLogo.gif" />
|
|
<Content Include="ServiceVault\wtv-star\images\HackTVLogoJewel.gif" />
|
|
<Content Include="ServiceVault\wtv-star\images\WebTVLogoJewel.gif" />
|
|
<Content Include="ServiceVault\wtv-tricks\blastcache.js" />
|
|
<Content Include="ServiceVault\wtv-tricks\go-offline.js" />
|
|
<Content Include="ServiceVault\wtv-update\content\diskmaps\htvupdate.txt" />
|
|
<Content Include="ServiceVault\wtv-update\content\htvupdate\Games\cSetup.html" />
|
|
<Content Include="ServiceVault\wtv-update\content\htvupdate\Games\Games.html" />
|
|
<Content Include="ServiceVault\wtv-update\content\htvupdate\MattMan\Tricks\tricks.html" />
|
|
<Content Include="ServiceVault\wtv-update\sync.js">
|
|
<SubType>Code</SubType>
|
|
</Content>
|
|
<Content Include="ServiceVault\wtv-update\update.html" />
|
|
<Content Include="ServiceVault\wtv-home\home.js" />
|
|
<Content Include="ServiceVault\wtv-update\updatesuccess.txt" />
|
|
<Content Include="ServiceVault\wtv-1800\finish-prereg.js" />
|
|
<Content Include="ServiceVault\wtv-1800\preregister.js" />
|
|
<Content Include="ServiceVault\wtv-head-waiter\finalize-security.js" />
|
|
<Content Include="ServiceVault\wtv-head-waiter\login-stage-two.js" />
|
|
<Content Include="ServiceVault\wtv-head-waiter\login.js" />
|
|
<Content Include="ServiceVault\wtv-home\splash.txt" />
|
|
<Content Include="ServiceVault\wtv-log\log.js" />
|
|
<Content Include="wtvsec.js">
|
|
<SubType>Code</SubType>
|
|
</Content>
|
|
<Content Include="package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="ServiceVault\" />
|
|
<Folder Include="ServiceVault\wtv-flashrom\" />
|
|
<Folder Include="ServiceVault\wtv-star\" />
|
|
<Folder Include="ServiceVault\wtv-star\images\" />
|
|
<Folder Include="ServiceVault\wtv-tricks\" />
|
|
<Folder Include="ServiceVault\wtv-update\" />
|
|
<Folder Include="ServiceVault\wtv-1800\" />
|
|
<Folder Include="ServiceVault\wtv-head-waiter\" />
|
|
<Folder Include="ServiceVault\wtv-home\" />
|
|
<Folder Include="ServiceVault\wtv-log\" />
|
|
<Folder Include="ServiceVault\wtv-update\content\" />
|
|
<Folder Include="ServiceVault\wtv-update\content\diskmaps\" />
|
|
<Folder Include="ServiceVault\wtv-update\content\htvupdate\" />
|
|
<Folder Include="ServiceVault\wtv-update\content\htvupdate\Games\" />
|
|
<Folder Include="ServiceVault\wtv-update\content\htvupdate\MattMan\" />
|
|
<Folder Include="ServiceVault\wtv-update\content\htvupdate\MattMan\Tricks\" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
|
|
</Project> |