123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <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>IES.ExamClient</Name>
- <RootNamespace>IES.ExamClient</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>7fa6faa3-e176-4e56-b542-2e8176850924</ProjectGuid>
- <ProjectHome>.</ProjectHome>
- <StartupFile>
- </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="constants.js" />
- <Content Include="header.bmp" />
- <Content Include="logo.ico" />
- <Content Include="main.js" />
- <Content Include="menuManager.js" />
- <Content Include="serverManager.js" />
- <Content Include="sidebar.bmp" />
- <Content Include="package.json" />
- <Content Include="README.md" />
- <Content Include="updateManager.js" />
- <Content Include="utils.js" />
- </ItemGroup>
- <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
- </Project>
|