IES.ExamClient.njsproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  2. <PropertyGroup>
  3. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
  4. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  5. <Name>IES.ExamClient</Name>
  6. <RootNamespace>IES.ExamClient</RootNamespace>
  7. </PropertyGroup>
  8. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectGuid>7fa6faa3-e176-4e56-b542-2e8176850924</ProjectGuid>
  13. <ProjectHome>.</ProjectHome>
  14. <StartupFile>
  15. </StartupFile>
  16. <StartWebBrowser>False</StartWebBrowser>
  17. <SearchPath>
  18. </SearchPath>
  19. <WorkingDirectory>.</WorkingDirectory>
  20. <OutputPath>.</OutputPath>
  21. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  22. <ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
  23. <StartWebBrowser>false</StartWebBrowser>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Content Include="constants.js" />
  33. <Content Include="header.bmp" />
  34. <Content Include="logo.ico" />
  35. <Content Include="main.js" />
  36. <Content Include="menuManager.js" />
  37. <Content Include="serverManager.js" />
  38. <Content Include="sidebar.bmp" />
  39. <Content Include="package.json" />
  40. <Content Include="README.md" />
  41. <Content Include="updateManager.js" />
  42. <Content Include="utils.js" />
  43. </ItemGroup>
  44. <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
  45. </Project>