Skip to content

Commit

Permalink
Globalized typings
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS-1 committed Dec 11, 2016
1 parent 5dae52c commit 52893e8
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions VCR.NET/VCR.NET.sln
Expand Up @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Local.testsettings = Local.testsettings
package.json = package.json
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
typings.json = typings.json
VCR.NET.vsmdi = VCR.NET.vsmdi
EndProjectSection
EndProject
Expand Down
5 changes: 3 additions & 2 deletions VCR.NET/WebClient41/WebClient41.csproj
Expand Up @@ -192,6 +192,9 @@
<Content Include="FAQ\streamoptions.png" />
<Content Include="FAQ\streamprotection.png" />
<Content Include="gulpfile.js" />
<TypeScriptCompile Include="..\typings\index.d.ts">
<Link>src\index.d.ts</Link>
</TypeScriptCompile>
<TypeScriptCompile Include="scripts\jmslib.ts" />
<Content Include="packages.config">
<SubType>Designer</SubType>
Expand Down Expand Up @@ -275,7 +278,6 @@
<None Include="content\jmslib.scss" />
<TypeScriptCompile Include="src\main.tsx" />
<TypeScriptCompile Include="src\viewModels\main.ts" />
<TypeScriptCompile Include="typings\index.d.ts" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand All @@ -284,7 +286,6 @@
<TypeScriptCompile Include="scripts\vcrserver.ts" />
<Content Include="scripts\jquery-3.1.1.slim.min.map" />
<Content Include="scripts\jquery-3.1.1.min.map" />
<Content Include="typings.json" />
<None Include="Web.config">
<SubType>Designer</SubType>
</None>
Expand Down
5 changes: 0 additions & 5 deletions VCR.NET/WebClient41/default.html
Expand Up @@ -24,11 +24,6 @@
</head>

<body>

<div>
[tbd]
</div>

</body>

</html>
1 change: 1 addition & 0 deletions VCR.NET/WebClient41/typings.json → VCR.NET/typings.json
@@ -1,4 +1,5 @@
{
"name": "vcrnet",
"dependencies": {},
"globalDependencies": {
"jquery": "registry:dt/jquery#1.10.0+20160929162922",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 52893e8

Please sign in to comment.