[json-glib] Update VS2010 project files



commit 49ecbb4e2449ad55623fb46a0072fd1fbaf837e1
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jun 20 00:04:30 2011 +0800

    Update VS2010 project files
    
    -Reflect on the change of filenames of test sources, and updated dist
     stuff accordingly.
    -Clean up projects a little bit.

 build/win32/vs10/Makefile.am                       |   36 ++++++++++----------
 .../vs10/{array-test.vcxproj => array.vcxproj}     |    5 +--
 ...-test.vcxproj.filters => array.vcxproj.filters} |    2 +-
 build/win32/vs10/boxed.vcxproj                     |    1 -
 build/win32/vs10/builder-test.vcxproj.filters      |   14 --------
 .../vs10/{builder-test.vcxproj => builder.vcxproj} |    5 +--
 ...est.vcxproj.filters => builder.vcxproj.filters} |    2 +-
 build/win32/vs10/generator-test.vcxproj.filters    |   14 --------
 .../{generator-test.vcxproj => generator.vcxproj}  |    5 +--
 ...t.vcxproj.filters => generator.vcxproj.filters} |    2 +-
 build/win32/vs10/gvariant-test.vcxproj.filters     |   14 --------
 .../{gvariant-test.vcxproj => gvariant.vcxproj}    |    4 +-
 ...st.vcxproj.filters => gvariant.vcxproj.filters} |    2 +-
 build/win32/vs10/install.vcxproj                   |    1 -
 build/win32/vs10/json-glib.props                   |    1 -
 build/win32/vs10/json-glib.sln                     |   18 +++++-----
 build/win32/vs10/json-glib.vcxprojin               |    1 -
 .../win32/vs10/{node-test.vcxproj => node.vcxproj} |    5 +--
 ...e-test.vcxproj.filters => node.vcxproj.filters} |    2 +-
 .../vs10/{object-test.vcxproj => object.vcxproj}   |    5 +--
 ...test.vcxproj.filters => object.vcxproj.filters} |    2 +-
 .../vs10/{parser-test.vcxproj => parser.vcxproj}   |    5 +--
 ...test.vcxproj.filters => parser.vcxproj.filters} |    2 +-
 .../win32/vs10/{path-test.vcxproj => path.vcxproj} |    4 +-
 ...e-test.vcxproj.filters => path.vcxproj.filters} |    2 +-
 build/win32/vs10/reader-test.vcxproj.filters       |   14 --------
 .../vs10/{reader-test.vcxproj => reader.vcxproj}   |    5 +--
 ...test.vcxproj.filters => reader.vcxproj.filters} |    2 +-
 build/win32/vs10/serialize-complex.vcxproj         |    1 -
 build/win32/vs10/serialize-full.vcxproj            |    1 -
 build/win32/vs10/serialize-simple.vcxproj          |    1 -
 31 files changed, 54 insertions(+), 124 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 564a604..d4bb721 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -1,16 +1,16 @@
 NULL =
 
 EXTRA_DIST =	\
-	array-test.vcxproj		\
-	array-test.vcxproj.filters	\
+	array.vcxproj		\
+	array.vcxproj.filters	\
 	boxed.vcxproj	\
 	boxed.vcxproj.filters	\
-	builder-test.vcxproj		\
-	builder-test.vcxproj.filters	\
-	generator-test.vcxproj		\
-	generator-test.vcxproj.filters	\
-	gvariant-test.vcxproj		\
-	gvariant-test.vcxproj.filters	\
+	builder.vcxproj		\
+	builder.vcxproj.filters	\
+	generator.vcxproj		\
+	generator.vcxproj.filters	\
+	gvariant.vcxproj		\
+	gvariant.vcxproj.filters	\
 	install.vcxproj			\
 	json-glib.sln			\
 	json-glib.vcxproj		\
@@ -18,16 +18,16 @@ EXTRA_DIST =	\
 	json-glib.vcxproj.filters	\
 	json-glib.vcxproj.filtersin	\
 	json-glib.props			\
-	node-test.vcxproj		\
-	node-test.vcxproj.filters	\
-	object-test.vcxproj		\
-	object-test.vcxproj.filters	\
-	parser-test.vcxproj		\
-	parser-test.vcxproj.filters	\
-	path-test.vcxproj		\
-	path-test.vcxproj.filters	\
-	reader-test.vcxproj		\
-	reader-test.vcxproj.filters	\
+	node.vcxproj		\
+	node.vcxproj.filters	\
+	object.vcxproj		\
+	object.vcxproj.filters	\
+	parser.vcxproj		\
+	parser.vcxproj.filters	\
+	path.vcxproj		\
+	path.vcxproj.filters	\
+	reader.vcxproj		\
+	reader.vcxproj.filters	\
 	serialize-complex.vcxproj	\
 	serialize-complex.vcxproj.filters	\
 	serialize-full.vcxproj	\
diff --git a/build/win32/vs10/array-test.vcxproj b/build/win32/vs10/array.vcxproj
similarity index 97%
rename from build/win32/vs10/array-test.vcxproj
rename to build/win32/vs10/array.vcxproj
index 02ad5bd..ece6d8a 100644
--- a/build/win32/vs10/array-test.vcxproj
+++ b/build/win32/vs10/array.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{9B2921C9-577F-418D-8341-6D79771DDCEC}</ProjectGuid>
-    <RootNamespace>arraytest</RootNamespace>
+    <RootNamespace>array</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -158,7 +157,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\array-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\array.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/node-test.vcxproj.filters b/build/win32/vs10/array.vcxproj.filters
similarity index 85%
copy from build/win32/vs10/node-test.vcxproj.filters
copy to build/win32/vs10/array.vcxproj.filters
index ffdd1eb..e4b82bf 100644
--- a/build/win32/vs10/node-test.vcxproj.filters
+++ b/build/win32/vs10/array.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\node-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\array.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/boxed.vcxproj b/build/win32/vs10/boxed.vcxproj
index 32f29ac..88b0988 100644
--- a/build/win32/vs10/boxed.vcxproj
+++ b/build/win32/vs10/boxed.vcxproj
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
diff --git a/build/win32/vs10/builder-test.vcxproj b/build/win32/vs10/builder.vcxproj
similarity index 97%
rename from build/win32/vs10/builder-test.vcxproj
rename to build/win32/vs10/builder.vcxproj
index 40faa68..db84ed0 100644
--- a/build/win32/vs10/builder-test.vcxproj
+++ b/build/win32/vs10/builder.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{B7D32B02-3481-4A6E-8E0F-B43887F348A8}</ProjectGuid>
-    <RootNamespace>buildertest</RootNamespace>
+    <RootNamespace>builder</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -158,7 +157,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\builder-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\builder.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/path-test.vcxproj.filters b/build/win32/vs10/builder.vcxproj.filters
similarity index 85%
rename from build/win32/vs10/path-test.vcxproj.filters
rename to build/win32/vs10/builder.vcxproj.filters
index 24d932e..2446c0a 100644
--- a/build/win32/vs10/path-test.vcxproj.filters
+++ b/build/win32/vs10/builder.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\path-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\builder.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/generator-test.vcxproj b/build/win32/vs10/generator.vcxproj
similarity index 97%
rename from build/win32/vs10/generator-test.vcxproj
rename to build/win32/vs10/generator.vcxproj
index 79103a5..131406c 100644
--- a/build/win32/vs10/generator-test.vcxproj
+++ b/build/win32/vs10/generator.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{E84F9D53-C9F7-4D7D-B8D0-AFE8BE3E7B7D}</ProjectGuid>
-    <RootNamespace>generatortest</RootNamespace>
+    <RootNamespace>generator</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -158,7 +157,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\generator-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\generator.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/array-test.vcxproj.filters b/build/win32/vs10/generator.vcxproj.filters
similarity index 85%
rename from build/win32/vs10/array-test.vcxproj.filters
rename to build/win32/vs10/generator.vcxproj.filters
index 21d4d53..5e8776b 100644
--- a/build/win32/vs10/array-test.vcxproj.filters
+++ b/build/win32/vs10/generator.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\array-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\generator.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/gvariant-test.vcxproj b/build/win32/vs10/gvariant.vcxproj
similarity index 98%
rename from build/win32/vs10/gvariant-test.vcxproj
rename to build/win32/vs10/gvariant.vcxproj
index 868f76c..4d5d729 100644
--- a/build/win32/vs10/gvariant-test.vcxproj
+++ b/build/win32/vs10/gvariant.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{AA52A332-735D-4177-8CA6-842018E60DED}</ProjectGuid>
-    <RootNamespace>gvarianttest</RootNamespace>
+    <RootNamespace>gvariant</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -145,7 +145,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\gvariant-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\gvariant.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/parser-test.vcxproj.filters b/build/win32/vs10/gvariant.vcxproj.filters
similarity index 85%
rename from build/win32/vs10/parser-test.vcxproj.filters
rename to build/win32/vs10/gvariant.vcxproj.filters
index aaab9aa..f20dd6e 100644
--- a/build/win32/vs10/parser-test.vcxproj.filters
+++ b/build/win32/vs10/gvariant.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\parser-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\gvariant.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj
index 06e1e41..8f450ed 100644
--- a/build/win32/vs10/install.vcxproj
+++ b/build/win32/vs10/install.vcxproj
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(GlibEtcInstallRoot)\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(GlibEtcInstallRoot)\</OutDir>
diff --git a/build/win32/vs10/json-glib.props b/build/win32/vs10/json-glib.props
index de4e67b..1b77017 100644
--- a/build/win32/vs10/json-glib.props
+++ b/build/win32/vs10/json-glib.props
@@ -67,7 +67,6 @@ copy ..\..\..\json-glib\json-types.h $(CopyDir)\include\json-glib-$(JsonGlibVers
     <JsonGlibDllSuffix>$(JsonGlibSeparateVS10DllSuffix)</JsonGlibDllSuffix>
   </PropertyGroup>
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <_PropertySheetDisplayName>jsonglibprops</_PropertySheetDisplayName>
     <OutDir>$(SolutionDir)$(Configuration)\$(PlatformName)\bin\</OutDir>
     <IntDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\</IntDir>
diff --git a/build/win32/vs10/json-glib.sln b/build/win32/vs10/json-glib.sln
index a4deb59..e6cf8f8 100644
--- a/build/win32/vs10/json-glib.sln
+++ b/build/win32/vs10/json-glib.sln
@@ -1,23 +1,23 @@
 ï
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C++ Express 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "array-test", "array-test.vcxproj", "{9B2921C9-577F-418D-8341-6D79771DDCEC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "array", "array.vcxproj", "{9B2921C9-577F-418D-8341-6D79771DDCEC}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "builder-test", "builder-test.vcxproj", "{B7D32B02-3481-4A6E-8E0F-B43887F348A8}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "builder", "builder.vcxproj", "{B7D32B02-3481-4A6E-8E0F-B43887F348A8}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generator-test", "generator-test.vcxproj", "{E84F9D53-C9F7-4D7D-B8D0-AFE8BE3E7B7D}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generator", "generator.vcxproj", "{E84F9D53-C9F7-4D7D-B8D0-AFE8BE3E7B7D}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gvariant-test", "gvariant-test.vcxproj", "{AA52A332-735D-4177-8CA6-842018E60DED}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gvariant", "gvariant.vcxproj", "{AA52A332-735D-4177-8CA6-842018E60DED}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "node-test", "node-test.vcxproj", "{04658465-64F9-4F06-B7A7-D40F6EDF26E3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "node", "node.vcxproj", "{04658465-64F9-4F06-B7A7-D40F6EDF26E3}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "object-test", "object-test.vcxproj", "{83A444A0-D80E-40E0-90CF-5876E1AA97DB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "object", "object.vcxproj", "{83A444A0-D80E-40E0-90CF-5876E1AA97DB}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "path-test", "path-test.vcxproj", "{FF640D73-9BCD-4B75-B63F-75175A3C9F67}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "path", "path.vcxproj", "{FF640D73-9BCD-4B75-B63F-75175A3C9F67}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parser-test", "parser-test.vcxproj", "{BDF81D39-F7E1-4B34-80E5-4B979E10629F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parser", "parser.vcxproj", "{BDF81D39-F7E1-4B34-80E5-4B979E10629F}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reader-test", "reader-test.vcxproj", "{99FC597F-539A-49BB-9B9A-6C1EF802A17B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reader", "reader.vcxproj", "{99FC597F-539A-49BB-9B9A-6C1EF802A17B}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "serialize-complex", "serialize-complex.vcxproj", "{C3FCC23B-54CC-4447-B9A7-CE095EA60B16}"
 EndProject
diff --git a/build/win32/vs10/json-glib.vcxprojin b/build/win32/vs10/json-glib.vcxprojin
index 06a2460..c100314 100644
--- a/build/win32/vs10/json-glib.vcxprojin
+++ b/build/win32/vs10/json-glib.vcxprojin
@@ -62,7 +62,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
diff --git a/build/win32/vs10/node-test.vcxproj b/build/win32/vs10/node.vcxproj
similarity index 97%
rename from build/win32/vs10/node-test.vcxproj
rename to build/win32/vs10/node.vcxproj
index 6044d00..9cda8ff 100644
--- a/build/win32/vs10/node-test.vcxproj
+++ b/build/win32/vs10/node.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{04658465-64F9-4F06-B7A7-D40F6EDF26E3}</ProjectGuid>
-    <RootNamespace>nodetest</RootNamespace>
+    <RootNamespace>node</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -158,7 +157,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\node-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\node.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/node-test.vcxproj.filters b/build/win32/vs10/node.vcxproj.filters
similarity index 85%
copy from build/win32/vs10/node-test.vcxproj.filters
copy to build/win32/vs10/node.vcxproj.filters
index ffdd1eb..7fde665 100644
--- a/build/win32/vs10/node-test.vcxproj.filters
+++ b/build/win32/vs10/node.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\node-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\node.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/object-test.vcxproj b/build/win32/vs10/object.vcxproj
similarity index 97%
rename from build/win32/vs10/object-test.vcxproj
rename to build/win32/vs10/object.vcxproj
index d9b454b..e69ddf8 100644
--- a/build/win32/vs10/object-test.vcxproj
+++ b/build/win32/vs10/object.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{83A444A0-D80E-40E0-90CF-5876E1AA97DB}</ProjectGuid>
-    <RootNamespace>objecttest</RootNamespace>
+    <RootNamespace>object</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -158,7 +157,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\object-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\object.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/object-test.vcxproj.filters b/build/win32/vs10/object.vcxproj.filters
similarity index 82%
rename from build/win32/vs10/object-test.vcxproj.filters
rename to build/win32/vs10/object.vcxproj.filters
index 78d0e01..b4ccc4d 100644
--- a/build/win32/vs10/object-test.vcxproj.filters
+++ b/build/win32/vs10/object.vcxproj.filters
@@ -6,7 +6,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\object-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\object.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/parser-test.vcxproj b/build/win32/vs10/parser.vcxproj
similarity index 97%
rename from build/win32/vs10/parser-test.vcxproj
rename to build/win32/vs10/parser.vcxproj
index 008d40a..690947d 100644
--- a/build/win32/vs10/parser-test.vcxproj
+++ b/build/win32/vs10/parser.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{BDF81D39-F7E1-4B34-80E5-4B979E10629F}</ProjectGuid>
-    <RootNamespace>parsertest</RootNamespace>
+    <RootNamespace>parser</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -158,7 +157,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\parser-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\parser.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/node-test.vcxproj.filters b/build/win32/vs10/parser.vcxproj.filters
similarity index 85%
copy from build/win32/vs10/node-test.vcxproj.filters
copy to build/win32/vs10/parser.vcxproj.filters
index ffdd1eb..e0c8df6 100644
--- a/build/win32/vs10/node-test.vcxproj.filters
+++ b/build/win32/vs10/parser.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\node-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\parser.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/path-test.vcxproj b/build/win32/vs10/path.vcxproj
similarity index 98%
rename from build/win32/vs10/path-test.vcxproj
rename to build/win32/vs10/path.vcxproj
index f411010..592d064 100644
--- a/build/win32/vs10/path-test.vcxproj
+++ b/build/win32/vs10/path.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{FF640D73-9BCD-4B75-B63F-75175A3C9F67}</ProjectGuid>
-    <RootNamespace>pathtest</RootNamespace>
+    <RootNamespace>path</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -145,7 +145,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\path-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\path.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/node-test.vcxproj.filters b/build/win32/vs10/path.vcxproj.filters
similarity index 85%
copy from build/win32/vs10/node-test.vcxproj.filters
copy to build/win32/vs10/path.vcxproj.filters
index ffdd1eb..a669b22 100644
--- a/build/win32/vs10/node-test.vcxproj.filters
+++ b/build/win32/vs10/path.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\node-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\path.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/reader-test.vcxproj b/build/win32/vs10/reader.vcxproj
similarity index 97%
rename from build/win32/vs10/reader-test.vcxproj
rename to build/win32/vs10/reader.vcxproj
index 4e431ab..6a25766 100644
--- a/build/win32/vs10/reader-test.vcxproj
+++ b/build/win32/vs10/reader.vcxproj
@@ -20,7 +20,7 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{99FC597F-539A-49BB-9B9A-6C1EF802A17B}</ProjectGuid>
-    <RootNamespace>readertest</RootNamespace>
+    <RootNamespace>reader</RootNamespace>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -159,7 +158,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\reader-test.c" />
+    <ClCompile Include="..\..\..\json-glib\tests\reader.c" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="json-glib.vcxproj">
diff --git a/build/win32/vs10/node-test.vcxproj.filters b/build/win32/vs10/reader.vcxproj.filters
similarity index 85%
rename from build/win32/vs10/node-test.vcxproj.filters
rename to build/win32/vs10/reader.vcxproj.filters
index ffdd1eb..6d8fac7 100644
--- a/build/win32/vs10/node-test.vcxproj.filters
+++ b/build/win32/vs10/reader.vcxproj.filters
@@ -7,7 +7,7 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\json-glib\tests\node-test.c">
+    <ClCompile Include="..\..\..\json-glib\tests\reader.c">
       <Filter>Sources</Filter>
     </ClCompile>
   </ItemGroup>
diff --git a/build/win32/vs10/serialize-complex.vcxproj b/build/win32/vs10/serialize-complex.vcxproj
index 7f31973..ac18493 100644
--- a/build/win32/vs10/serialize-complex.vcxproj
+++ b/build/win32/vs10/serialize-complex.vcxproj
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
diff --git a/build/win32/vs10/serialize-full.vcxproj b/build/win32/vs10/serialize-full.vcxproj
index 4b3ee1f..5dc8a8b 100644
--- a/build/win32/vs10/serialize-full.vcxproj
+++ b/build/win32/vs10/serialize-full.vcxproj
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
diff --git a/build/win32/vs10/serialize-simple.vcxproj b/build/win32/vs10/serialize-simple.vcxproj
index 1a2b903..13a7c37 100644
--- a/build/win32/vs10/serialize-simple.vcxproj
+++ b/build/win32/vs10/serialize-simple.vcxproj
@@ -63,7 +63,6 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\bin\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(Platform)\obj\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]