-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMsbuildExample.sln
executable file
·31 lines (31 loc) · 1.57 KB
/
MsbuildExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsbuildExample", "MsbuildExample\MsbuildExample.csproj", "{CF2799F3-E037-4C77-A8CA-E66F323EA1D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsbuildLibrary", "MsbuildLibrary\MsbuildLibrary.csproj", "{C7BE00B6-A619-4FB9-8F19-A11793CF0F14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF2799F3-E037-4C77-A8CA-E66F323EA1D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2799F3-E037-4C77-A8CA-E66F323EA1D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2799F3-E037-4C77-A8CA-E66F323EA1D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2799F3-E037-4C77-A8CA-E66F323EA1D3}.Release|Any CPU.Build.0 = Release|Any CPU
{C7BE00B6-A619-4FB9-8F19-A11793CF0F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7BE00B6-A619-4FB9-8F19-A11793CF0F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7BE00B6-A619-4FB9-8F19-A11793CF0F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7BE00B6-A619-4FB9-8F19-A11793CF0F14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6DD2F34-F0B0-4BAC-BA4E-83CCC1E29A5A}
EndGlobalSection
EndGlobal