mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-13 17:23:11 -05:00
Switch to git submodule, add license and initial readme
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.30324.0
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27130.2027
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherService", "WeatherService.csproj", "{F46968D8-AD1D-4F8D-9DDE-499CC4FB1D32}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "..\Common\Common.csproj", "{17864D82-457D-4A0A-BC10-1D07F2B3A5D6}"
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{0F30D9F3-04A4-4DF2-948E-E797514E7FE0}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.gitignore = .gitignore
|
||||
LICENSE.md = LICENSE.md
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneWireAPI", "..\OneWireAPI\OneWireAPI.csproj", "{E89D1170-9261-4523-BB6E-A4D08EF80A36}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "OneWireAPI\Common\Common.csproj", "{17864D82-457D-4A0A-BC10-1D07F2B3A5D6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneWireAPI", "OneWireAPI\OneWireAPI.csproj", "{E89D1170-9261-4523-BB6E-A4D08EF80A36}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -42,13 +49,20 @@ Global
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Release|x64.Build.0 = Release|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E89D1170-9261-4523-BB6E-A4D08EF80A36}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {D26B2C74-6841-489E-8667-1745175F4D13}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Reference in New Issue
Block a user