-
Notifications
You must be signed in to change notification settings - Fork 0
/
FindViewByIdGenerator.sln
48 lines (48 loc) · 2.54 KB
/
FindViewByIdGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{8933E972-76A3-4DB6-90DA-734C87C3E8A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FindViewById.Library", "FindViewById.Library\FindViewById.Library.csproj", "{6222B9AB-8A4A-43B9-83C0-8444E398ED40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FindViewById.CodeGen", "FindViewById.CodeGen\FindViewById.CodeGen.csproj", "{15501D4D-CC01-4561-849F-6EDF06C91A0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1BAACDD-C33E-435A-8A9F-4FB0CAA1B1E8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
pack.bat = pack.bat
pack.sh = pack.sh
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8933E972-76A3-4DB6-90DA-734C87C3E8A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8933E972-76A3-4DB6-90DA-734C87C3E8A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8933E972-76A3-4DB6-90DA-734C87C3E8A3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8933E972-76A3-4DB6-90DA-734C87C3E8A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8933E972-76A3-4DB6-90DA-734C87C3E8A3}.Release|Any CPU.Build.0 = Release|Any CPU
{8933E972-76A3-4DB6-90DA-734C87C3E8A3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6222B9AB-8A4A-43B9-83C0-8444E398ED40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6222B9AB-8A4A-43B9-83C0-8444E398ED40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6222B9AB-8A4A-43B9-83C0-8444E398ED40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6222B9AB-8A4A-43B9-83C0-8444E398ED40}.Release|Any CPU.Build.0 = Release|Any CPU
{15501D4D-CC01-4561-849F-6EDF06C91A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15501D4D-CC01-4561-849F-6EDF06C91A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15501D4D-CC01-4561-849F-6EDF06C91A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15501D4D-CC01-4561-849F-6EDF06C91A0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05270B65-7D81-41A5-92F3-E5D80DCE8A8A}
EndGlobalSection
EndGlobal