Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaneerde committed Sep 22, 2015
1 parent 2969441 commit 3e7afaf
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 0 deletions.
22 changes: 22 additions & 0 deletions meters/meters.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "meters", "meters\meters.vcxproj", "{9ECCBE30-F73C-4C96-8AA9-CE42E88E4A62}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9ECCBE30-F73C-4C96-8AA9-CE42E88E4A62}.Debug|Win32.ActiveCfg = Debug|Win32
{9ECCBE30-F73C-4C96-8AA9-CE42E88E4A62}.Debug|Win32.Build.0 = Debug|Win32
{9ECCBE30-F73C-4C96-8AA9-CE42E88E4A62}.Release|Win32.ActiveCfg = Release|Win32
{9ECCBE30-F73C-4C96-8AA9-CE42E88E4A62}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 3e7afaf

Please sign in to comment.