68 lines
3.3 KiB
Plaintext
68 lines
3.3 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="app.js" />
|
|
<Content Include="services.json">
|
|
<SubType>Code</SubType>
|
|
</Content>
|
|
<Content Include="ServiceVault\htv-update\update.html" />
|
|
<Content Include="ServiceVault\wtv-home\home.js" />
|
|
<Content Include="ServiceVault\htv-update\updatesuccess.txt" />
|
|
<Content Include="ServiceVault\htv-update\upd\cSetup.html" />
|
|
<Content Include="ServiceVault\htv-update\upd\Games.html" />
|
|
<Content Include="ServiceVault\htv-update\upd\tricks.html" />
|
|
<Content Include="ServiceVault\htv-update\upd\update.txt" />
|
|
<Content Include="ServiceVault\htv-update\upd\updater.html" />
|
|
<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-head-waiter\test.js" />
|
|
<Content Include="ServiceVault\wtv-home\splash.txt" />
|
|
<Content Include="ServiceVault\wtv-log\log.js" />
|
|
<Content Include="ServiceVault\wtv-log\phone-log.js" />
|
|
<Content Include="wtvsec.js">
|
|
<SubType>Code</SubType>
|
|
</Content>
|
|
<Content Include="package.json" />
|
|
<Content Include="README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="ServiceVault\" />
|
|
<Folder Include="ServiceVault\htv-update\" />
|
|
<Folder Include="ServiceVault\htv-update\upd\" />
|
|
<Folder Include="ServiceVault\wtv-1800\" />
|
|
<Folder Include="ServiceVault\wtv-head-waiter\" />
|
|
<Folder Include="ServiceVault\wtv-home\" />
|
|
<Folder Include="ServiceVault\wtv-log\" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
|
|
</Project> |