forked from mortenn/BrowserPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrowserPicker.sln
57 lines (57 loc) · 3.46 KB
/
BrowserPicker.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup", "dist\Setup\Setup.wixproj", "{D6E6C475-4FE6-4AC8-9E28-401B8423890F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F46B5958-C607-4E07-9C2C-F63538149287}"
ProjectSection(SolutionItems) = preProject
dist\code_signing.crt = dist\code_signing.crt
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrowserPicker", "src\BrowserPicker\BrowserPicker.csproj", "{D7695535-9C0D-4983-B8F7-09B067347E7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrowserPicker.App", "src\BrowserPicker.App\BrowserPicker.App.csproj", "{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrowserPicker.Windows", "src\BrowserPicker.Windows\BrowserPicker.Windows.csproj", "{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
SignedRelease|Any CPU = SignedRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6E6C475-4FE6-4AC8-9E28-401B8423890F}.Debug|Any CPU.ActiveCfg = Debug|x86
{D6E6C475-4FE6-4AC8-9E28-401B8423890F}.Release|Any CPU.ActiveCfg = Release|x86
{D6E6C475-4FE6-4AC8-9E28-401B8423890F}.SignedRelease|Any CPU.ActiveCfg = SignedRelease|x86
{D6E6C475-4FE6-4AC8-9E28-401B8423890F}.SignedRelease|Any CPU.Build.0 = SignedRelease|x86
{D7695535-9C0D-4983-B8F7-09B067347E7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7695535-9C0D-4983-B8F7-09B067347E7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7695535-9C0D-4983-B8F7-09B067347E7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7695535-9C0D-4983-B8F7-09B067347E7E}.Release|Any CPU.Build.0 = Release|Any CPU
{D7695535-9C0D-4983-B8F7-09B067347E7E}.SignedRelease|Any CPU.ActiveCfg = SignedRelease|Any CPU
{D7695535-9C0D-4983-B8F7-09B067347E7E}.SignedRelease|Any CPU.Build.0 = SignedRelease|Any CPU
{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}.Release|Any CPU.Build.0 = Release|Any CPU
{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}.SignedRelease|Any CPU.ActiveCfg = SignedRelease|Any CPU
{B875AE86-5212-4F7F-BB1C-2BAA1FC110BC}.SignedRelease|Any CPU.Build.0 = SignedRelease|Any CPU
{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}.Release|Any CPU.Build.0 = Release|Any CPU
{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}.SignedRelease|Any CPU.ActiveCfg = SignedRelease|Any CPU
{C3CE17EA-BAAE-4DE7-AFB2-319D50ECB2C8}.SignedRelease|Any CPU.Build.0 = SignedRelease|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA02F9A8-CC4F-4C63-A345-418FC0D10D32}
EndGlobalSection
EndGlobal