-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoAs.sln
39 lines (39 loc) · 2.17 KB
/
AutoAs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34321.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeaKona.AutoAsGenerator", "BeaKona.AutoAsGenerator\BeaKona.AutoAsGenerator.csproj", "{26A63262-E5F2-4652-8911-1AF2231F65F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeaKona.AutoAsAttributes", "BeaKona.AutoAsAttributes\BeaKona.AutoAsAttributes.csproj", "{0579C9D8-A6A4-42C4-981E-0BCC853A04E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoAsSample", "AutoAsSample\AutoAsSample.csproj", "{DBA68BE8-4627-4CFF-96FE-3688253861B4}"
ProjectSection(ProjectDependencies) = postProject
{26A63262-E5F2-4652-8911-1AF2231F65F7} = {26A63262-E5F2-4652-8911-1AF2231F65F7}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26A63262-E5F2-4652-8911-1AF2231F65F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26A63262-E5F2-4652-8911-1AF2231F65F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26A63262-E5F2-4652-8911-1AF2231F65F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26A63262-E5F2-4652-8911-1AF2231F65F7}.Release|Any CPU.Build.0 = Release|Any CPU
{0579C9D8-A6A4-42C4-981E-0BCC853A04E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0579C9D8-A6A4-42C4-981E-0BCC853A04E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0579C9D8-A6A4-42C4-981E-0BCC853A04E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0579C9D8-A6A4-42C4-981E-0BCC853A04E9}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA68BE8-4627-4CFF-96FE-3688253861B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA68BE8-4627-4CFF-96FE-3688253861B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA68BE8-4627-4CFF-96FE-3688253861B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DF42858-9E11-42F2-9681-9F55C549F816}
EndGlobalSection
EndGlobal