Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.sln

Issue 10758009: Native Client Visual Studio Add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.sln
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.sln b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.sln
new file mode 100644
index 0000000000000000000000000000000000000000..4396bc6f48640b0d8ae448a761833ac4a39a3299
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn.sln
@@ -0,0 +1,35 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeClientVSAddIn", "NativeClientVSAddIn\NativeClientVSAddIn.csproj", "{16A0B3E3-6E53-430B-B388-3811E09FC7B8}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{C2657776-4A69-478D-89E9-AF81FA716FF5}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0D12608-4652-49A2-A1A7-3B469F4B9359}"
+ ProjectSection(SolutionItems) = preProject
+ Local.testsettings = Local.testsettings
+ NativeClientVSAddIn.vsmdi = NativeClientVSAddIn.vsmdi
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(TestCaseManagementSettings) = postSolution
+ CategoryFile = NativeClientVSAddIn.vsmdi
+ EndGlobalSection
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {16A0B3E3-6E53-430B-B388-3811E09FC7B8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C2657776-4A69-478D-89E9-AF81FA716FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C2657776-4A69-478D-89E9-AF81FA716FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C2657776-4A69-478D-89E9-AF81FA716FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C2657776-4A69-478D-89E9-AF81FA716FF5}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal

Powered by Google App Engine
This is Rietveld 408576698