Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Moving projects into src folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
techyian committed Apr 19, 2017
1 parent 8d19286 commit abb99c9
Show file tree
Hide file tree
Showing 67 changed files with 168 additions and 168 deletions.
16 changes: 8 additions & 8 deletions MMALSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharp", "MMALSharp\MMALSharp.csproj", "{5B03E4B4-13AA-4EC8-8FD3-9DAA176EAA70}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharp", "src\MMALSharp\MMALSharp.csproj", "{5B03E4B4-13AA-4EC8-8FD3-9DAA176EAA70}"
ProjectSection(ProjectDependencies) = postProject
{D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8} = {D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8}
{8F2E7EDB-4533-4FC5-A8AA-17F11302CC84} = {8F2E7EDB-4533-4FC5-A8AA-17F11302CC84}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpExample", "MMALSharpExample\MMALSharpExample.csproj", "{665C0F20-844A-44A8-9EF4-F359A607CAE6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpExample", "src\MMALSharpExample\MMALSharpExample.csproj", "{665C0F20-844A-44A8-9EF4-F359A607CAE6}"
ProjectSection(ProjectDependencies) = postProject
{D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8} = {D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharp.FFmpeg", "MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj", "{8F2E7EDB-4533-4FC5-A8AA-17F11302CC84}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharp.FFmpeg", "src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj", "{8F2E7EDB-4533-4FC5-A8AA-17F11302CC84}"
ProjectSection(ProjectDependencies) = postProject
{D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8} = {D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharp.Common", "MMALSharp.Common\MMALSharp.Common.csproj", "{D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharp.Common", "src\MMALSharp.Common\MMALSharp.Common.csproj", "{D8CA0BC9-CA3B-4EC1-9898-542A6F5346F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCore", "MMALSharpCore\MMALSharpCore.csproj", "{B8094B2C-C9D5-4199-9F6B-EDF53B6E4EB1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCore", "src\MMALSharpCore\MMALSharpCore.csproj", "{B8094B2C-C9D5-4199-9F6B-EDF53B6E4EB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCore.Common", "MMALSharpCore.Common\MMALSharpCore.Common.csproj", "{1BEA2C56-7E29-497F-B3EE-BE3E2668D9B5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCore.Common", "src\MMALSharpCore.Common\MMALSharpCore.Common.csproj", "{1BEA2C56-7E29-497F-B3EE-BE3E2668D9B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCore.FFmpeg", "MMALSharpCore.FFmpeg\MMALSharpCore.FFmpeg.csproj", "{61E7D451-C4FB-411A-8FC5-DA6A82B2989A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCore.FFmpeg", "src\MMALSharpCore.FFmpeg\MMALSharpCore.FFmpeg.csproj", "{61E7D451-C4FB-411A-8FC5-DA6A82B2989A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCoreExample", "MMALSharpCoreExample\MMALSharpCoreExample.csproj", "{E153A34F-4912-48C4-8247-6B50A792359D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MMALSharpCoreExample", "src\MMALSharpCoreExample\MMALSharpCoreExample.csproj", "{E153A34F-4912-48C4-8247-6B50A792359D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ packages\netframework\FAKE\tools\FAKE.exe "%PWD%" MMALSharpCommonDebugApp
packages\netframework\FAKE\tools\FAKE.exe "%PWD%" MMALSharpFFmpegReleaseApp
packages\netframework\FAKE\tools\FAKE.exe "%PWD%" MMALSharpFFmpegDebugApp

.paket\paket.exe pack output build templatefile MMALSharp\paket.template
.paket\paket.exe pack output build templatefile src\MMALSharp\paket.template
24 changes: 12 additions & 12 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,52 @@ open Fake

// Properties

let mmalSharpCommonReleasedir = "./MMALSharp.Common/bin/Release"
let mmalSharpCommonDebugdir = "./MMALSharp.Common/bin/Release"
let mmalSharpCommonReleasedir = "./src/MMALSharp.Common/bin/Release"
let mmalSharpCommonDebugdir = "./src/MMALSharp.Common/bin/Release"

let mmalSharpReleaseDir = "./MMALSharp/bin/Release"
let mmalSharpDebugDir = "./MMALSharp/bin/Debug"
let mmalSharpReleaseDir = "./src/MMALSharp/bin/Release"
let mmalSharpDebugDir = "./src/MMALSharp/bin/Debug"

let mmalSharpFFmpegReleasedir = "./MMALSharp.FFmpeg/bin/Release"
let mmalSharpFFmpegDebugdir = "./MMALSharp.FFmpeg/bin/Release"
let mmalSharpFFmpegReleasedir = "./src/MMALSharp.FFmpeg/bin/Release"
let mmalSharpFFmpegDebugdir = "./src/MMALSharp.FFmpeg/bin/Release"

// Targets
Target "Clean" (fun _ ->
CleanDirs [mmalSharpCommonReleasedir; mmalSharpCommonDebugdir; mmalSharpReleaseDir; mmalSharpDebugDir; mmalSharpFFmpegReleasedir; mmalSharpFFmpegDebugdir]
)

Target "MMALSharpCommonReleaseApp" (fun _ ->
!! "MMALSharp.Common/*.csproj"
!! "src/MMALSharp.Common/*.csproj"
|> MSBuildRelease mmalSharpCommonReleasedir "Build"
|> Log "AppBuild-Output: "
)

Target "MMALSharpCommonDebugApp" (fun _ ->
!! "MMALSharp.Common/*.csproj"
!! "src/MMALSharp.Common/*.csproj"
|> MSBuildDebug mmalSharpCommonDebugdir "Build"
|> Log "AppBuild-Output: "
)

Target "MMALSharpReleaseApp" (fun _ ->
!! "MMALSharp/*.csproj"
!! "src/MMALSharp/*.csproj"
|> MSBuildRelease mmalSharpReleaseDir "Build"
|> Log "AppBuild-Output: "
)

Target "MMALSharpDebugApp" (fun _ ->
!! "MMALSharp/*.csproj"
!! "src/MMALSharp/*.csproj"
|> MSBuildDebug mmalSharpDebugDir "Build"
|> Log "AppBuild-Output: "
)

Target "MMALSharpFFmpegReleaseApp" (fun _ ->
!! "MMALSharp.FFmpeg/*.csproj"
!! "src/MMALSharp.FFmpeg/*.csproj"
|> MSBuildRelease mmalSharpFFmpegReleasedir "Build"
|> Log "AppBuild-Output: "
)

Target "MMALSharpFFmpegDebugApp" (fun _ ->
!! "MMALSharp.FFmpeg/*.csproj"
!! "src/MMALSharp.FFmpeg/*.csproj"
|> MSBuildDebug mmalSharpFFmpegDebugdir "Build"
|> Log "AppBuild-Output: "
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit abb99c9

Please sign in to comment.