OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> | 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> |
3 <ItemGroup> | 3 <ItemGroup> |
4 <Filter Include=".."> | 4 <Filter Include=".."> |
5 <UniqueIdentifier>{739DB09A-CC57-A953-A6CF-F64FA08E4FA7}</UniqueIdentifier
> | 5 <UniqueIdentifier>{739DB09A-CC57-A953-A6CF-F64FA08E4FA7}</UniqueIdentifier
> |
6 </Filter> | 6 </Filter> |
7 <Filter Include="..\test"> | 7 <Filter Include="..\test"> |
8 <UniqueIdentifier>{5763B17F-46DA-9ED7-179F-9C9F273B791C}</UniqueIdentifier
> | 8 <UniqueIdentifier>{5763B17F-46DA-9ED7-179F-9C9F273B791C}</UniqueIdentifier
> |
9 </Filter> | 9 </Filter> |
10 </ItemGroup> | 10 </ItemGroup> |
(...skipping 27 matching lines...) Expand all Loading... |
38 <ClCompile Include="..\test\FileSystemJsObject.cpp"> | 38 <ClCompile Include="..\test\FileSystemJsObject.cpp"> |
39 <Filter>..\test</Filter> | 39 <Filter>..\test</Filter> |
40 </ClCompile> | 40 </ClCompile> |
41 <ClCompile Include="..\test\JsValue.cpp"> | 41 <ClCompile Include="..\test\JsValue.cpp"> |
42 <Filter>..\test</Filter> | 42 <Filter>..\test</Filter> |
43 </ClCompile> | 43 </ClCompile> |
44 <ClCompile Include="..\test\FilterEngine.cpp"> | 44 <ClCompile Include="..\test\FilterEngine.cpp"> |
45 <Filter>..\test</Filter> | 45 <Filter>..\test</Filter> |
46 </ClCompile> | 46 </ClCompile> |
47 </ItemGroup> | 47 </ItemGroup> |
| 48 <ItemGroup> |
| 49 <Text Include="..\test\BaseJsTest.h"> |
| 50 <Filter>..\test</Filter> |
| 51 </Text> |
| 52 </ItemGroup> |
48 </Project> | 53 </Project> |
OLD | NEW |