diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-15 17:21:18 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-08-15 17:21:18 -0400 |
commit | f8f79c20ef8deeb7085894da09134e4663e61f4d (patch) | |
tree | 529d0d69220a378b5cca55f4160e40a35967fa43 /indra/tools/vstool/VSTool.sln | |
parent | ab4a681034c0ca9fcadc9ac0f4fa3ca542d3422f (diff) | |
parent | b0c434fadfb7085fa93d13b3f61f29d48c610834 (diff) |
merge
Diffstat (limited to 'indra/tools/vstool/VSTool.sln')
-rwxr-xr-x | indra/tools/vstool/VSTool.sln | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/tools/vstool/VSTool.sln b/indra/tools/vstool/VSTool.sln new file mode 100755 index 0000000000..21e3d75971 --- /dev/null +++ b/indra/tools/vstool/VSTool.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSTool", "VSTool.csproj", "{96943E2D-1373-4617-A117-D0F997A94919}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {96943E2D-1373-4617-A117-D0F997A94919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {96943E2D-1373-4617-A117-D0F997A94919}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {96943E2D-1373-4617-A117-D0F997A94919}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {96943E2D-1373-4617-A117-D0F997A94919}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|