Initial commit: Add ShadowStream media application with file scanning and classification
This commit is contained in:
22
VPR_ShadowStream.sln
Normal file
22
VPR_ShadowStream.sln
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
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
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{FC836436-0C2F-469B-8EBA-A78BC9F3B2E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FC836436-0C2F-469B-8EBA-A78BC9F3B2E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FC836436-0C2F-469B-8EBA-A78BC9F3B2E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FC836436-0C2F-469B-8EBA-A78BC9F3B2E2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1185F325-8505-4867-B209-0108417748CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{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
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user