-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSBuild.CustomOutputPath.sln
34 lines (34 loc) · 1.94 KB
/
MSBuild.CustomOutputPath.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MSBuild 14.0 Reference", "MSBuild 14.0 Reference", "{A5D2D34A-0A63-4F44-ABDF-6E8F5C88C2A5}"
ProjectSection(SolutionItems) = preProject
C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Common.CurrentVersion.targets = C:\Program Files (x86)\MSBuild\14.0\Bin\Microsoft.Common.CurrentVersion.targets
C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.props = C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomOutputPath.Tasks", "CustomOutputPath.Tasks\CustomOutputPath.Tasks.csproj", "{03563CFD-FC7E-4AA1-BBAD-DDFCC6076B75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSBuild", "MSBuild\MSBuild.csproj", "{C788B740-765A-4164-B8A8-2CBE62FEACD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03563CFD-FC7E-4AA1-BBAD-DDFCC6076B75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03563CFD-FC7E-4AA1-BBAD-DDFCC6076B75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03563CFD-FC7E-4AA1-BBAD-DDFCC6076B75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03563CFD-FC7E-4AA1-BBAD-DDFCC6076B75}.Release|Any CPU.Build.0 = Release|Any CPU
{C788B740-765A-4164-B8A8-2CBE62FEACD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C788B740-765A-4164-B8A8-2CBE62FEACD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C788B740-765A-4164-B8A8-2CBE62FEACD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C788B740-765A-4164-B8A8-2CBE62FEACD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal