This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
OneClickBuild.sln
62 lines (62 loc) · 3.37 KB
/
OneClickBuild.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyLib", "MyLib\MyLib.csproj", "{E67B3514-948B-4E85-B271-C8F92039AB67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7600B2B4-C2B6-4AC9-9665-9C26B3BA3E42}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
before.OneClickBuild.sln.targets = before.OneClickBuild.sln.targets
build.bat = build.bat
empty.targets = empty.targets
GitVersion.yml = GitVersion.yml
ReadMe.md = ReadMe.md
packages\repositories.config = packages\repositories.config
solution.targets = solution.targets
SolutionInfo.cs = SolutionInfo.cs
sonar-project.properties = sonar-project.properties
build.sh = build.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyApp", "MyApp\MyApp.csproj", "{0471067F-C11C-4D60-90A0-DE0B5E2864E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneClickBuild", "OneClickBuild\OneClickBuild.csproj", "{02B527C6-BE5E-4245-8B08-6D11E5825986}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XUnitSample", "XUnitSample\XUnitSample.csproj", "{034896E5-3C04-461D-990B-4D3FDF83CAD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{994B3672-8F0B-4567-B62A-D73FCC345B24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E67B3514-948B-4E85-B271-C8F92039AB67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E67B3514-948B-4E85-B271-C8F92039AB67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E67B3514-948B-4E85-B271-C8F92039AB67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E67B3514-948B-4E85-B271-C8F92039AB67}.Release|Any CPU.Build.0 = Release|Any CPU
{0471067F-C11C-4D60-90A0-DE0B5E2864E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0471067F-C11C-4D60-90A0-DE0B5E2864E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0471067F-C11C-4D60-90A0-DE0B5E2864E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0471067F-C11C-4D60-90A0-DE0B5E2864E6}.Release|Any CPU.Build.0 = Release|Any CPU
{02B527C6-BE5E-4245-8B08-6D11E5825986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02B527C6-BE5E-4245-8B08-6D11E5825986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B527C6-BE5E-4245-8B08-6D11E5825986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B527C6-BE5E-4245-8B08-6D11E5825986}.Release|Any CPU.Build.0 = Release|Any CPU
{034896E5-3C04-461D-990B-4D3FDF83CAD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{034896E5-3C04-461D-990B-4D3FDF83CAD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{034896E5-3C04-461D-990B-4D3FDF83CAD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{034896E5-3C04-461D-990B-4D3FDF83CAD6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E67B3514-948B-4E85-B271-C8F92039AB67} = {994B3672-8F0B-4567-B62A-D73FCC345B24}
{0471067F-C11C-4D60-90A0-DE0B5E2864E6} = {994B3672-8F0B-4567-B62A-D73FCC345B24}
{034896E5-3C04-461D-990B-4D3FDF83CAD6} = {994B3672-8F0B-4567-B62A-D73FCC345B24}
EndGlobalSection
EndGlobal