Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 9 additions & 20 deletions .azuredevops/Pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,32 +157,21 @@ stages:
displayName: "Dotnet Publish RepoM"
inputs:
command: publish
# arguments: "--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)/${{ variables.SystemTestsArtifactName }}/bin/Release/publish --no-build --self-contained true"
arguments: "--configuration $(buildConfiguration) --output _output/Win/Assemblies"
projects: "**/RepoM.App.csproj"
publishWebProjects: false
modifyOutputPath: false
zipAfterPublish: false

- task: DotNetCoreCLI@2
displayName: "Dotnet Publish grr tool"
inputs:
command: publish
arguments: "--configuration $(buildConfiguration) --output _output/Win/Assemblies --self-contained true --runtime win-x64"
projects: "**/Grr.App.csproj"
publishWebProjects: false
modifyOutputPath: false
zipAfterPublish: false

- task: DotNetCoreCLI@2
displayName: "Dotnet Publish grrui tool"
inputs:
command: publish
arguments: "--configuration $(buildConfiguration) --output _output/Win/Assemblies --self-contained true --runtime win-x64"
projects: "**/GrrUi.App.csproj"
publishWebProjects: false
modifyOutputPath: false
zipAfterPublish: false
# - task: DotNetCoreCLI@2
# displayName: "Dotnet Publish grr tool"
# inputs:
# command: publish
# arguments: "--configuration $(buildConfiguration) --output _output/Win/Assemblies --self-contained true --runtime win-x64"
# projects: "**/Grr.App.csproj"
# publishWebProjects: false
# modifyOutputPath: false
# zipAfterPublish: false

- task: DeleteFiles@1
displayName: 'Remove unneeded files'
Expand Down
41 changes: 8 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
# RepoM ~~RepoZ~~
# RepoM

RepoZ is a zero-conf git repository hub with Windows Explorer- & CLI-enhancements. It uses the git repositories on your machine to create an efficient navigation widget and makes sure you'll never lose track of your work along the way.
RepoM is a minimal-conf git repository hub with Windows Explorer enhancements. It uses the git repositories on your machine to create an efficient navigation widget and makes sure you'll never lose track of your work along the way.

It's populating itself as you work with git. It does not get in the way and does not require any user attention to work.

RepoZ will not compete with your favourite git clients, so keep them. It's not about working within a repository: It's a new way to use all of your repositories to make your daily work easier.
Repo< will not compete with your favourite git clients, so keep them. It's not about working within a repository: It's a new way to use all of your repositories to make your daily work easier.

📦 [Check the Releases page](https://github.com/coenm/RepoM/releases) to **download** the latest version and see **what's new**!

~~🍫 Available on [chocolatey](https://chocolatey.org/packages/repoz) as well, just use `choco install repoz`.~~

## The Hub
The hub provides a quick overview of your repositories including their current branch and a short status information. Additionally, it offers some shortcuts like revealing a repository in the Windows Explorer or macOS Finder, opening a command line tool in a given repository and checking out git branches.

RepoZ is available for Windows and macOS.
The hub provides a quick overview of your repositories including their current branch and a short status information. Additionally, it offers some shortcuts like revealing a repository in the Windows Explorer, opening a command line tool in a given repository and checking out git branches.

![Screenshot](https://raw.githubusercontent.com/awaescher/RepoZ/master/_doc/RepoZ-ReadMe-UI-Both.png)


> **"Well ok, that's a neat summary ..."** you might say **"... but how does this help?"**.

If you are working on different git repositories throughout the day, you might find yourself wasting time by permanently switching over from one repository to another. If you are like me, you tend to keep all those windows open to be reused later, ending up on a window list which has to be looped through all the time.
Expand All @@ -26,37 +22,16 @@ With RepoZ, you can instantly jump into a given repository with a file browser o

![Navigation](https://raw.githubusercontent.com/awaescher/RepoZ/master/_doc/QuickNavigation.gif)

For Windows, use the hotkeys <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>R</kbd> to show RepoZ. On Mac it's <kbd>Command</kbd>+<kbd>Alt</kbd>+<kbd>R</kbd><sup>*</sup>.
For Windows, use the hotkeys <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>R</kbd> to show RepoM.

To open a file browser, simply press <kbd>Return</kbd> on the keyboard once you selected a repository. To open a command prompt instead, hold <kbd>Ctrl</kbd> on Windows or <kbd>Command</kbd> on macOS while pressing <kbd>Return</kbd>. These modifier keys will also work with mouse navigation.

<sup>*</sup> On Mac you need to give RepoZ access to the [keyboard events in the system privacy settings](http://mizage.com/help/accessibility.html). Once you have done this, you might need to restart the app.

## Command Line Sidekick
RepoZ is a UI-centered tool but comes with a sidekick app called **grr** to empower the command line hackers.
With **grr**, the information from RepoZ can be brought to any command line tool.

It supports ...
- listing all repositories found in RepoZ including their branch and status information
- filtering for repository [names, branches or paths](https://github.com/awaescher/RepoZ/issues/68#issuecomment-478764341) (to list or jump) by RegEx patterns, like `grr [M.*]`
- jumping directly to a repository path by adding the `cd` command, like `grr cd MyRepo`
- opening a file browser in a repository from anywhere in your command prompt with `grr open MyRepo`
- list files in a repository following a pattern with `grr list MyRepo *.sln` (add `-r` for recursive search)
- open files in a repository directly with `grr open MyRepo *.sln` (add `-e` for elevated mode, "as Admin")

See it in action in a ([styled](https://github.com/awaescher/PoshX)) powershell console:

![Screenshot](https://raw.githubusercontent.com/awaescher/RepoZ/master/_doc/grr-5fps-compressed.gif)

#### Don't forget to have a look at `grr help` once you get your hands on.

## Enhanced Windows Explorer Titles

As an extra goodie for Windows users, RepoZ automatically detects open File Explorer windows and adds a status appendix to their title if they are in context of a git repository.

![Screenshot](https://raw.githubusercontent.com/awaescher/RepoZ/master/_doc/RepoZ-ReadMe-Explorer.png)

## Dependencies ⚠︎
Some user [reported crashes at program start](https://github.com/awaescher/RepoZ/issues/83). Please make sure to install the [.NET Framework Runtime v4.7.2](http://go.microsoft.com/fwlink/?LinkId=863262) if you experience similar issues.

## Credits
The **grr** app icon was made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>

RepoM is a fork of the amazing RepoZ, which was created by [Screenshot](https://github.com/awaescher/RepoZ).
111 changes: 0 additions & 111 deletions RepoM.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.App", "src\RepoM.App\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Specs", "tests\Specs\Specs.csproj", "{C91C3255-637F-45D4-93C0-6A26B4E99FC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrrUi.App", "src\GrrUi.App\GrrUi.App.csproj", "{350BAB52-335E-4D14-B46A-9A6CF0786519}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Ipc", "src\RepoM.Ipc\RepoM.Ipc.csproj", "{B38E49E8-4691-4D3B-982E-41F8E8B527E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grr.App", "src\Grr.App\Grr.App.csproj", "{D5772395-C27C-4BB5-86DA-42DF7388A19B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Api", "src\RepoM.Api\RepoM.Api.csproj", "{699FA61D-A44D-4710-A6DD-52016DAC51D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Plugin.LuceneSearch", "src\RepoM.Plugin.LuceneSearch\RepoM.Plugin.LuceneSearch.csproj", "{409FE957-77C4-40E9-80F2-EBE26676645E}"
Expand All @@ -25,8 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Plugin.WindowsExplore
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{D6E372DC-10D3-4997-9DFC-568B4666635A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Plugin.IpcService", "src\RepoM.Plugin.IpcService\RepoM.Plugin.IpcService.csproj", "{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Plugin.EverythingFileSearch", "src\RepoM.Plugin.EverythingFileSearch\RepoM.Plugin.EverythingFileSearch.csproj", "{C85EAF73-3491-4C67-9047-B677CC999184}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Plugin.SonarCloud", "src\RepoM.Plugin.SonarCloud\RepoM.Plugin.SonarCloud.csproj", "{F780A2C4-0DAD-4DAA-AF2E-7B35683535EB}"
Expand All @@ -39,8 +31,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Plugin.AzureDevOps.Te
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Api.Tests", "tests\RepoM.Api.Tests\RepoM.Api.Tests.csproj", "{A798CB57-4743-4486-BF0E-93F7563A542B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Ipc.Tests", "tests\RepoM.Ipc.Tests\RepoM.Ipc.Tests.csproj", "{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoM.Core.Plugin", "src\RepoM.Core.Plugin\RepoM.Core.Plugin.csproj", "{E38D9928-A0A6-4978-BD7E-C7F2E2B6BC9B}"
EndProject
Global
Expand Down Expand Up @@ -117,66 +107,6 @@ Global
{C91C3255-637F-45D4-93C0-6A26B4E99FC1}.Release|x64.Build.0 = Release|Any CPU
{C91C3255-637F-45D4-93C0-6A26B4E99FC1}.Release|x86.ActiveCfg = Release|Any CPU
{C91C3255-637F-45D4-93C0-6A26B4E99FC1}.Release|x86.Build.0 = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|Any CPU.Build.0 = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|ARM.ActiveCfg = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|ARM.Build.0 = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|ARM64.Build.0 = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|x64.ActiveCfg = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|x64.Build.0 = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|x86.ActiveCfg = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Debug|x86.Build.0 = Debug|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|Any CPU.ActiveCfg = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|Any CPU.Build.0 = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|ARM.ActiveCfg = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|ARM.Build.0 = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|ARM64.ActiveCfg = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|ARM64.Build.0 = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|x64.ActiveCfg = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|x64.Build.0 = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|x86.ActiveCfg = Release|Any CPU
{350BAB52-335E-4D14-B46A-9A6CF0786519}.Release|x86.Build.0 = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|ARM.Build.0 = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|ARM64.Build.0 = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|x64.ActiveCfg = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|x64.Build.0 = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|x86.ActiveCfg = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Debug|x86.Build.0 = Debug|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|Any CPU.Build.0 = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|ARM.ActiveCfg = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|ARM.Build.0 = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|ARM64.ActiveCfg = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|ARM64.Build.0 = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|x64.ActiveCfg = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|x64.Build.0 = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|x86.ActiveCfg = Release|Any CPU
{B38E49E8-4691-4D3B-982E-41F8E8B527E3}.Release|x86.Build.0 = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|ARM.Build.0 = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|ARM64.Build.0 = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|x64.ActiveCfg = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|x64.Build.0 = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|x86.ActiveCfg = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Debug|x86.Build.0 = Debug|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|Any CPU.Build.0 = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|ARM.ActiveCfg = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|ARM.Build.0 = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|ARM64.ActiveCfg = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|ARM64.Build.0 = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|x64.ActiveCfg = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|x64.Build.0 = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|x86.ActiveCfg = Release|Any CPU
{D5772395-C27C-4BB5-86DA-42DF7388A19B}.Release|x86.Build.0 = Release|Any CPU
{699FA61D-A44D-4710-A6DD-52016DAC51D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{699FA61D-A44D-4710-A6DD-52016DAC51D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{699FA61D-A44D-4710-A6DD-52016DAC51D7}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -257,26 +187,6 @@ Global
{6214312F-61F1-4F4C-A9E2-3383987DE266}.Release|x64.Build.0 = Release|Any CPU
{6214312F-61F1-4F4C-A9E2-3383987DE266}.Release|x86.ActiveCfg = Release|Any CPU
{6214312F-61F1-4F4C-A9E2-3383987DE266}.Release|x86.Build.0 = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|ARM.ActiveCfg = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|ARM.Build.0 = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|ARM64.Build.0 = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|x64.ActiveCfg = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|x64.Build.0 = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|x86.ActiveCfg = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Debug|x86.Build.0 = Debug|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|Any CPU.Build.0 = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|ARM.ActiveCfg = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|ARM.Build.0 = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|ARM64.ActiveCfg = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|ARM64.Build.0 = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|x64.ActiveCfg = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|x64.Build.0 = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|x86.ActiveCfg = Release|Any CPU
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE}.Release|x86.Build.0 = Release|Any CPU
{C85EAF73-3491-4C67-9047-B677CC999184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C85EAF73-3491-4C67-9047-B677CC999184}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C85EAF73-3491-4C67-9047-B677CC999184}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -397,26 +307,6 @@ Global
{A798CB57-4743-4486-BF0E-93F7563A542B}.Release|x64.Build.0 = Release|Any CPU
{A798CB57-4743-4486-BF0E-93F7563A542B}.Release|x86.ActiveCfg = Release|Any CPU
{A798CB57-4743-4486-BF0E-93F7563A542B}.Release|x86.Build.0 = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|ARM.ActiveCfg = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|ARM.Build.0 = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|ARM64.Build.0 = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|x64.ActiveCfg = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|x64.Build.0 = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|x86.ActiveCfg = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Debug|x86.Build.0 = Debug|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|Any CPU.Build.0 = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|ARM.ActiveCfg = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|ARM.Build.0 = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|ARM64.ActiveCfg = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|ARM64.Build.0 = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|x64.ActiveCfg = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|x64.Build.0 = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|x86.ActiveCfg = Release|Any CPU
{82F7BFA8-E679-4CD7-BC46-DB53C9C226D2}.Release|x86.Build.0 = Release|Any CPU
{E38D9928-A0A6-4978-BD7E-C7F2E2B6BC9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E38D9928-A0A6-4978-BD7E-C7F2E2B6BC9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E38D9928-A0A6-4978-BD7E-C7F2E2B6BC9B}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -445,7 +335,6 @@ Global
{409FE957-77C4-40E9-80F2-EBE26676645E} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
{48ED60BB-E01F-4395-978E-D25C11C25E52} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
{6214312F-61F1-4F4C-A9E2-3383987DE266} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
{01F564A1-BA9F-4BC4-A3AF-D9CDE4B654DE} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
{C85EAF73-3491-4C67-9047-B677CC999184} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
{F780A2C4-0DAD-4DAA-AF2E-7B35683535EB} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
{74B95BAF-0DB4-42C8-92EA-A364E8080809} = {D6E372DC-10D3-4997-9DFC-568B4666635A}
Expand Down
Loading