-
Notifications
You must be signed in to change notification settings - Fork 2
/
PostCompile.sln
47 lines (47 loc) · 2.56 KB
/
PostCompile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostCompile", "PostCompile\PostCompile.csproj", "{4CB55835-C830-4026-88C7-22FAD60DCA4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostCompile.Common", "PostCompile.Common\PostCompile.Common.csproj", "{6BCFF960-E6E5-4834-938D-6839D6C5103C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{668E49B7-465A-489A-A917-74E4ABAAA9B3}"
ProjectSection(SolutionItems) = preProject
NuGet\PostCompile.nuspec = NuGet\PostCompile.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{35BEFEF6-7B61-4EB1-A878-ADB3A8468C83}"
ProjectSection(SolutionItems) = preProject
NuGet\build\PostCompile.targets = NuGet\build\PostCompile.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostCompile.Tests", "PostCompile.Tests\PostCompile.Tests.csproj", "{A2C229EC-4658-4358-8A4E-F16A0889AC05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CB55835-C830-4026-88C7-22FAD60DCA4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CB55835-C830-4026-88C7-22FAD60DCA4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CB55835-C830-4026-88C7-22FAD60DCA4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CB55835-C830-4026-88C7-22FAD60DCA4C}.Release|Any CPU.Build.0 = Release|Any CPU
{6BCFF960-E6E5-4834-938D-6839D6C5103C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BCFF960-E6E5-4834-938D-6839D6C5103C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BCFF960-E6E5-4834-938D-6839D6C5103C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BCFF960-E6E5-4834-938D-6839D6C5103C}.Release|Any CPU.Build.0 = Release|Any CPU
{A2C229EC-4658-4358-8A4E-F16A0889AC05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2C229EC-4658-4358-8A4E-F16A0889AC05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2C229EC-4658-4358-8A4E-F16A0889AC05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2C229EC-4658-4358-8A4E-F16A0889AC05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{35BEFEF6-7B61-4EB1-A878-ADB3A8468C83} = {668E49B7-465A-489A-A917-74E4ABAAA9B3}
EndGlobalSection
EndGlobal