Skip to content

Commit

Permalink
updating project files with new stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Oct 23, 2012
1 parent 6b529f8 commit c1d021d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/iisnode/iisnode.vcxproj
Expand Up @@ -348,7 +348,12 @@ copy /y $(ProjectDir)\..\config\* $(ProjectDir)\..\..\build\$(Configuration)\$(P
<None Include="..\..\test\performance\www\default\server.js" />
<None Include="..\..\test\performance\www\default\wcat.ubr" />
<None Include="..\..\test\performance\www\default\web.config" />
<None Include="..\config\iisnode_dev_x64.xml" />
<None Include="..\..\test\stress\130_websocket_chat\index.html" />
<None Include="..\..\test\stress\130_websocket_chat\server.js" />
<None Include="..\..\test\stress\130_websocket_chat\web.config" />
<None Include="..\config\iisnode_dev_x64.xml">
<SubType>Designer</SubType>
</None>
<None Include="..\config\iisnode_dev_x86_on_x64.xml" />
<None Include="..\config\iisnode_dev_x86_on_x86.xml" />
<None Include="..\config\iisnode_express_schema.xml" />
Expand Down
15 changes: 15 additions & 0 deletions src/iisnode/iisnode.vcxproj.filters
Expand Up @@ -156,6 +156,12 @@
<Filter Include="Tests\functional\www\132_debug_header">
<UniqueIdentifier>{c186f452-9528-4731-97e6-f9a3d797bb10}</UniqueIdentifier>
</Filter>
<Filter Include="Tests\stress">
<UniqueIdentifier>{e5dade76-fb92-4baa-a16b-41d7df056829}</UniqueIdentifier>
</Filter>
<Filter Include="Tests\stress\132_websoket_chat">
<UniqueIdentifier>{2081befc-0e1b-498c-b3ca-056e0c37305b}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.cpp">
Expand Down Expand Up @@ -708,6 +714,15 @@
<None Include="..\..\test\functional\tests\132_debug_header.js">
<Filter>Tests\functional\tests</Filter>
</None>
<None Include="..\..\test\stress\130_websocket_chat\server.js">
<Filter>Tests\stress\132_websoket_chat</Filter>
</None>
<None Include="..\..\test\stress\130_websocket_chat\web.config">
<Filter>Tests\stress\132_websoket_chat</Filter>
</None>
<None Include="..\..\test\stress\130_websocket_chat\index.html">
<Filter>Tests\stress\132_websoket_chat</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="iisnode.rc" />
Expand Down

0 comments on commit c1d021d

Please sign in to comment.