forked from khellang/ResourceHelperGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResourceHelperGenerator.sln
More file actions
38 lines (38 loc) · 2.05 KB
/
ResourceHelperGenerator.sln
File metadata and controls
38 lines (38 loc) · 2.05 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceHelperGenerator", "src\ResourceHelperGenerator\ResourceHelperGenerator.csproj", "{66CF4FA8-D5A1-4CDC-A8AB-41F733EC3412}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceHelperGenerator.TestProject", "src\ResourceHelperGenerator.TestProject\ResourceHelperGenerator.TestProject.csproj", "{57BF2FDA-1F54-4C79-829D-AA2A3A9549C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "targets", "targets", "{CCE6C8D7-946D-446C-97B7-0BA754DCCAF9}"
ProjectSection(SolutionItems) = preProject
targets\ResourceHelperGenerator.targets = targets\ResourceHelperGenerator.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{7625E0B1-95AE-4FFA-B43D-3C023F583B23}"
ProjectSection(SolutionItems) = preProject
ResourceHelperGenerator.nuspec = ResourceHelperGenerator.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66CF4FA8-D5A1-4CDC-A8AB-41F733EC3412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66CF4FA8-D5A1-4CDC-A8AB-41F733EC3412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66CF4FA8-D5A1-4CDC-A8AB-41F733EC3412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66CF4FA8-D5A1-4CDC-A8AB-41F733EC3412}.Release|Any CPU.Build.0 = Release|Any CPU
{57BF2FDA-1F54-4C79-829D-AA2A3A9549C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57BF2FDA-1F54-4C79-829D-AA2A3A9549C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57BF2FDA-1F54-4C79-829D-AA2A3A9549C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57BF2FDA-1F54-4C79-829D-AA2A3A9549C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal