-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeatherTag.sln
26 lines (26 loc) · 1.33 KB
/
WeatherTag.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherTag", "WeatherTag\WeatherTag.csproj", "{0D6E5463-98AA-421B-97CB-7250C6864555}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Description = A simple Windows console app for adding weather values to a set of jpg image files' EXIF 2.31 Metadata. Using the date and time a photo was taken, the app looks for the closest weather reading from a csv file containing periodic weather readings.
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D6E5463-98AA-421B-97CB-7250C6864555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D6E5463-98AA-421B-97CB-7250C6864555}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D6E5463-98AA-421B-97CB-7250C6864555}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D6E5463-98AA-421B-97CB-7250C6864555}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A25BEFF-2A14-40D7-B25F-7AFC4053C1AD}
EndGlobalSection
EndGlobal