Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .vs/NodeUnitTestAdapter/v14/.suo
Binary file not shown.
64 changes: 64 additions & 0 deletions Backup/NodeUnitTestAdapter.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NodeUnitTestAdapter", "NodeUnitTestAdapter\NodeUnitTestAdapter.csproj", "{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsNodeTest", "VsNodeTest\VsNodeTest.csproj", "{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B601F13-2AAB-4F35-95C0-2C6A78495DB5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://teamsystem.walgreens.com:8080/tfs/walgreensphwcollection
SccProjectUniqueName0 = NodeUnitTestAdapter\\NodeUnitTestAdapter.csproj
SccProjectName0 = NodeUnitTestAdapter
SccAuxPath0 = http://teamsystem.walgreens.com:8080/tfs/walgreensphwcollection
SccLocalPath0 = NodeUnitTestAdapter
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName1 = VsNodeTest\\VsNodeTest.csproj
SccProjectName1 = VsNodeTest
SccAuxPath1 = http://teamsystem.walgreens.com:8080/tfs/walgreensphwcollection
SccLocalPath1 = VsNodeTest
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Debug|Win32.ActiveCfg = Debug|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Any CPU.Build.0 = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}.Release|Win32.ActiveCfg = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Debug|Win32.ActiveCfg = Debug|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Any CPU.Build.0 = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}.Release|Win32.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</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>$guid1$</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};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<Compile Include="NodeUnitTest.test.js" />
<Content Include="package.json" />
<Content Include="README.md" />
</ItemGroup>

<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />

<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"use strict";

exports.setUp = function (callback) {
callback();
};

exports.tearDown = function (callback) {
callback();
};

exports.alwaysPass = function (test) {
test.ok(true, "This should always pass.");
test.done();
};
exports.alwaysPass.meta = { traits: ["Sample Test", "Sample Trait"], description: "This test should always pass." };

exports.alwaysFail = function AlwaysFail(test) {
test.ok(false, "This should always fail.");
test.done();
};
exports.alwaysFail.meta = { traits: ["Sample Test", "Sample Trait"], description: "This test should always fail." };
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<VSTemplate Version="3.0.0" Type="Project" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
<TemplateData>
<Name>Blank NodeUnit Test Application</Name>
<Description>An empty NodeUnit Test application.</Description>
<Icon Package="{4219f2a8-fbf9-4659-a222-b7580a60eebb}" ID="401" />
<ProjectType>JavaScript</ProjectType>
<TemplateID>Microsoft.JavaScript.NodeUnitTestApp</TemplateID>
<SortOrder>125</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>NodeUnitTest</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
<PromptForSaveOnCreation>true</PromptForSaveOnCreation>
<PreviewImage>nodeunit.png</PreviewImage>
</TemplateData>
<TemplateContent>
<Project File="NodeUnitTest.njsproj" ReplaceParameters="true">
<ProjectItem ReplaceParameters="true" OpenInEditor="true">NodeUnitTest.test.js</ProjectItem>
<ProjectItem ReplaceParameters="true">package.json</ProjectItem>
<ProjectItem ReplaceParameters="true">README.md</ProjectItem>
</Project>
</TemplateContent>
</VSTemplate>
6 changes: 6 additions & 0 deletions Backup/VsNodeTest/ProjectTemplates/NodeUnitTest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# $projectname$

# Sample Unit Test project for NodeUnit.

# You must install the nodeunit npm package before you can run tests.
# You can do so by running "npm install" in the project folder.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Backup/VsNodeTest/ProjectTemplates/NodeUnitTest/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "$safeprojectname$",
"version": "0.0.0",
"description": "A nodeunit test project",
"author": {
"name": "$username$",
"email": ""
},
"contributors": [],
"dependencies": {
"nodeunit": "*"
}
}
36 changes: 36 additions & 0 deletions Backup/VsNodeTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("VsNodeTest")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Joseph R. Gordon")]
[assembly: AssemblyProduct("VsNodeTest")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]



112 changes: 112 additions & 0 deletions Backup/VsNodeTest/VsNodeTest.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3FB0D4C4-4877-4EB4-8F90-BB2880D44292}</ProjectGuid>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TCHS.VsNodeTest</RootNamespace>
<AssemblyName>VsNodeTest</AssemblyName>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CopyVsixExtensionFiles>True</CopyVsixExtensionFiles>
<CopyVsixExtensionLocation>C:\VSIXTemp\</CopyVsixExtensionLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<Content Include="nodeunit.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\NodeUnitTest\package.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\NodeUnitTest\README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NodeUnitTestAdapter\NodeUnitTestAdapter.csproj">
<Project>{A6F36102-6798-4018-8A2C-D5DC6D1ED08D}</Project>
<Name>NodeUnitTestAdapter</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="ProjectTemplates\NodeUnitTest\nodeunit.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\NodeUnitTest\NodeUnitTest.njsproj">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\NodeUnitTest\NodeUnitTest.vstemplate">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ProjectTemplates\NodeUnitTest\NodeUnitTest.test.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<PropertyGroup>
<UseCodebase>true</UseCodebase>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
8 changes: 8 additions & 0 deletions Backup/VsNodeTest/VsNodeTest.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>C:\Program Files %28x86%29\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe</StartProgram>
<StartArguments>/resetaddin NodeUnitTestAdapter.Connect /rootsuffix Exp</StartArguments>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions Backup/VsNodeTest/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
</configuration>
Binary file added Backup/VsNodeTest/nodeunit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading