-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEmbeddedResourceProperty.sln
53 lines (53 loc) · 3.19 KB
/
EmbeddedResourceProperty.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedResourcePropertyExample", "EmbeddedResourcePropertyExample\EmbeddedResourcePropertyExample.csproj", "{0CA5D352-B689-44D2-A8C2-61FD522FE84D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedResourcePropertyGenerator", "EmbeddedResourcePropertyGenerator\EmbeddedResourcePropertyGenerator.csproj", "{E236FDDB-F896-4BFD-AD97-54E6600902E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmbeddedResourcePropertyGenerator.Tests", "EmbeddedResourcePropertyGenerator.Tests\EmbeddedResourcePropertyGenerator.Tests.csproj", "{5B687AED-BC94-489C-87EF-46E9C859BA74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{916AEDA2-766A-47A8-BA0D-31DBA403E706}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
releasenotes.props = releasenotes.props
version.props = version.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmbeddedResourcePropertyGenerator.Attributes", "EmbeddedResourcePropertyGenerator.Attributes\EmbeddedResourcePropertyGenerator.Attributes.csproj", "{73A7F255-8275-41A3-8A2A-E70FE85DD0B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CA5D352-B689-44D2-A8C2-61FD522FE84D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CA5D352-B689-44D2-A8C2-61FD522FE84D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CA5D352-B689-44D2-A8C2-61FD522FE84D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CA5D352-B689-44D2-A8C2-61FD522FE84D}.Release|Any CPU.Build.0 = Release|Any CPU
{E236FDDB-F896-4BFD-AD97-54E6600902E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E236FDDB-F896-4BFD-AD97-54E6600902E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E236FDDB-F896-4BFD-AD97-54E6600902E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E236FDDB-F896-4BFD-AD97-54E6600902E1}.Release|Any CPU.Build.0 = Release|Any CPU
{5B687AED-BC94-489C-87EF-46E9C859BA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B687AED-BC94-489C-87EF-46E9C859BA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B687AED-BC94-489C-87EF-46E9C859BA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B687AED-BC94-489C-87EF-46E9C859BA74}.Release|Any CPU.Build.0 = Release|Any CPU
{73A7F255-8275-41A3-8A2A-E70FE85DD0B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A7F255-8275-41A3-8A2A-E70FE85DD0B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A7F255-8275-41A3-8A2A-E70FE85DD0B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A7F255-8275-41A3-8A2A-E70FE85DD0B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D61F622-E912-46F9-8E45-A72ECADD0382}
EndGlobalSection
EndGlobal