initial push of android app and bt server. these are used to make a remote usable via phone
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.14.36221.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "file finder test", "file finder test\file finder test.csproj", "{FC836436-0C2F-469B-8EBA-A78BC9F3B2E2}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShadowStream", "ShadowStream\ShadowStream.csproj", "{1185F325-8505-4867-B209-0108417748CD}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotVPR_SideProjecktForVpr_FreeTime", "NotVPR_SideProjecktForVpr_FreeTime\NotVPR_SideProjecktForVpr_FreeTime.csproj", "{456AD46A-AA0A-48B6-BD27-BBF45C714912}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotVPR_Remote", "NotVPR_Remote\NotVPR_Remote.csproj", "{32C071B5-E37B-4CF9-B4F2-11D0A576762A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -18,5 +25,21 @@ Global
|
||||
{1185F325-8505-4867-B209-0108417748CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1185F325-8505-4867-B209-0108417748CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1185F325-8505-4867-B209-0108417748CD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{456AD46A-AA0A-48B6-BD27-BBF45C714912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{456AD46A-AA0A-48B6-BD27-BBF45C714912}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{456AD46A-AA0A-48B6-BD27-BBF45C714912}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{456AD46A-AA0A-48B6-BD27-BBF45C714912}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {6334A06F-329F-4B84-BDDE-C0B913FC257C}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Reference in New Issue
Block a user