Index: native_client_sdk/src/project_templates/vs/project_file.sln |
diff --git a/native_client_sdk/src/project_templates/vs/project_file.sln b/native_client_sdk/src/project_templates/vs/project_file.sln |
deleted file mode 100644 |
index 05f516922263883b0b67b6d87675a91fae85fd42..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/project_templates/vs/project_file.sln |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
- |
-Microsoft Visual Studio Solution File, Format Version 10.00 |
-# Visual Studio 2008 |
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "<PROJECT_NAME>", "<PROJECT_NAME>.vcproj", "{<VS_PROJECT_UUID>}" |
-EndProject |
-Global |
- GlobalSection(SolutionConfigurationPlatforms) = preSolution |
- Debug|Win32 = Debug|Win32 |
- Release|Win32 = Release|Win32 |
- EndGlobalSection |
- GlobalSection(ProjectConfigurationPlatforms) = postSolution |
- {<VS_PROJECT_UUID>}.Debug|Win32.ActiveCfg = Debug|Win32 |
- {<VS_PROJECT_UUID>}.Debug|Win32.Build.0 = Debug|Win32 |
- {<VS_PROJECT_UUID>}.Release|Win32.ActiveCfg = Release|Win32 |
- {<VS_PROJECT_UUID>}.Release|Win32.Build.0 = Release|Win32 |
- EndGlobalSection |
- GlobalSection(SolutionProperties) = preSolution |
- HideSolutionNode = FALSE |
- EndGlobalSection |
-EndGlobal |