-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleEncrypt.sln
49 lines (49 loc) · 3.16 KB
/
SimpleEncrypt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleEncrypt", "SimpleEncrypt\SimpleEncrypt.csproj", "{FCFA846E-68BC-41B1-B8EF-52B1066684BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gabriel.Cat.S.Binaris", "..\Gabriel.Cat.S.Binaris\Gabriel.Cat.S.Binaris.csproj", "{6476FE72-F866-4F4E-B137-73D34CFD58D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gabriel.Cat.S.Utilitats", "..\Gabriel.Cat.S.Utilitats\Gabriel.Cat.S.Utilitats\Gabriel.Cat.S.Utilitats.csproj", "{FAAD9CBE-9DA3-4206-9950-DC294B0F1640}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gabriel.Cat.S.Seguretat", "..\Gabriel.Cat.S.Seguretat\Gabriel.Cat.S.Seguretat\Gabriel.Cat.S.Seguretat.csproj", "{8CA8D119-9CBF-40BC-9B0C-25255B62A7CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gabriel.Cat.S.Wpf", "..\Gabriel.Cat.Wpf\Gabriel.Cat.S.Wpf\Gabriel.Cat.S.Wpf.csproj", "{E89E834C-6245-4884-9FA0-6E4E0C5FF0D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCFA846E-68BC-41B1-B8EF-52B1066684BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCFA846E-68BC-41B1-B8EF-52B1066684BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCFA846E-68BC-41B1-B8EF-52B1066684BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCFA846E-68BC-41B1-B8EF-52B1066684BD}.Release|Any CPU.Build.0 = Release|Any CPU
{6476FE72-F866-4F4E-B137-73D34CFD58D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6476FE72-F866-4F4E-B137-73D34CFD58D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6476FE72-F866-4F4E-B137-73D34CFD58D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6476FE72-F866-4F4E-B137-73D34CFD58D5}.Release|Any CPU.Build.0 = Release|Any CPU
{FAAD9CBE-9DA3-4206-9950-DC294B0F1640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAAD9CBE-9DA3-4206-9950-DC294B0F1640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAAD9CBE-9DA3-4206-9950-DC294B0F1640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAAD9CBE-9DA3-4206-9950-DC294B0F1640}.Release|Any CPU.Build.0 = Release|Any CPU
{8CA8D119-9CBF-40BC-9B0C-25255B62A7CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CA8D119-9CBF-40BC-9B0C-25255B62A7CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CA8D119-9CBF-40BC-9B0C-25255B62A7CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CA8D119-9CBF-40BC-9B0C-25255B62A7CC}.Release|Any CPU.Build.0 = Release|Any CPU
{E89E834C-6245-4884-9FA0-6E4E0C5FF0D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E89E834C-6245-4884-9FA0-6E4E0C5FF0D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E89E834C-6245-4884-9FA0-6E4E0C5FF0D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E89E834C-6245-4884-9FA0-6E4E0C5FF0D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2943AC81-B44E-4F99-A806-1DB2415E5438}
EndGlobalSection
EndGlobal