-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSBuildMinGWSupport.sln
49 lines (49 loc) · 2.84 KB
/
MSBuildMinGWSupport.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Cpp_V110", "Microsoft.Cpp_V110\Microsoft.Cpp_V110.csproj", "{9C902D65-1555-4811-AE56-6D5AF5341F29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{204FFB1B-8C1A-436D-A46E-B72653EE201D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Files", "Build Files", "{EE7B2E22-52C1-47B0-BEBD-2391DEF59352}"
ProjectSection(SolutionItems) = preProject
Tools\MinGWSupport.copyproj.targets = Tools\MinGWSupport.copyproj.targets
MinGWSupport.proj = MinGWSupport.proj
Tools\MinGWSupport.props = Tools\MinGWSupport.props
Tools\MinGWSupport.targets = Tools\MinGWSupport.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tridigee.Build.MinGW.Common", "Tridigee.Build.MinGW.Common\Tridigee.Build.MinGW.Common.csproj", "{70487E8F-B575-4928-AE9D-DF0C471D48DD}"
ProjectSection(ProjectDependencies) = postProject
{9C902D65-1555-4811-AE56-6D5AF5341F29} = {9C902D65-1555-4811-AE56-6D5AF5341F29}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tridigee.Build.MinGW32", "Tridigee.Build.MinGW32\Tridigee.Build.MinGW32.csproj", "{A1215C55-6705-4598-B4BE-E1FF17910892}"
ProjectSection(ProjectDependencies) = postProject
{9C902D65-1555-4811-AE56-6D5AF5341F29} = {9C902D65-1555-4811-AE56-6D5AF5341F29}
{70487E8F-B575-4928-AE9D-DF0C471D48DD} = {70487E8F-B575-4928-AE9D-DF0C471D48DD}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C902D65-1555-4811-AE56-6D5AF5341F29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C902D65-1555-4811-AE56-6D5AF5341F29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C902D65-1555-4811-AE56-6D5AF5341F29}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9C902D65-1555-4811-AE56-6D5AF5341F29}.Release|Any CPU.Build.0 = Debug|Any CPU
{70487E8F-B575-4928-AE9D-DF0C471D48DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70487E8F-B575-4928-AE9D-DF0C471D48DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70487E8F-B575-4928-AE9D-DF0C471D48DD}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{70487E8F-B575-4928-AE9D-DF0C471D48DD}.Release|Any CPU.Build.0 = Debug|Any CPU
{A1215C55-6705-4598-B4BE-E1FF17910892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1215C55-6705-4598-B4BE-E1FF17910892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1215C55-6705-4598-B4BE-E1FF17910892}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A1215C55-6705-4598-B4BE-E1FF17910892}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal