This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
XliffTasks.sln
68 lines (68 loc) · 3.2 KB
/
XliffTasks.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
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27128.1
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{98146936-8B66-495D-B99F-AE2E7BFA426F}"
ProjectSection(SolutionItems) = preProject
build\build.ps1 = build\build.ps1
build\build.sh = build\build.sh
build\cibuild.cmd = build\cibuild.cmd
build\cibuild.sh = build\cibuild.sh
build\NuGet.props = build\NuGet.props
build\SignToolData.json = build\SignToolData.json
build\Toolset.proj = build\Toolset.proj
build\Versions.props = build\Versions.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B133F078-1582-4361-B64D-EA69A227D941}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.sh = build.sh
Directory.Build.props = Directory.Build.props
LICENSE.TXT = LICENSE.TXT
netci.groovy = netci.groovy
README.md = README.md
restore.cmd = restore.cmd
restore.sh = restore.sh
test.cmd = test.cmd
test.sh = test.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6BFF6507-DEAA-4197-A71D-248BBA3AFD1A}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.XliffTasks", "src\Microsoft.DotNet.XliffTasks\Microsoft.DotNet.XliffTasks.csproj", "{FD587030-E29D-498C-AFC2-7610D8833B06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.XliffTasks.Tests", "src\Microsoft.DotNet.XliffTasks.Tests\Microsoft.DotNet.XliffTasks.Tests.csproj", "{4805F195-D026-4D2D-B7C5-17BC389FCD23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD587030-E29D-498C-AFC2-7610D8833B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD587030-E29D-498C-AFC2-7610D8833B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD587030-E29D-498C-AFC2-7610D8833B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD587030-E29D-498C-AFC2-7610D8833B06}.Release|Any CPU.Build.0 = Release|Any CPU
{4805F195-D026-4D2D-B7C5-17BC389FCD23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4805F195-D026-4D2D-B7C5-17BC389FCD23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4805F195-D026-4D2D-B7C5-17BC389FCD23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4805F195-D026-4D2D-B7C5-17BC389FCD23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD587030-E29D-498C-AFC2-7610D8833B06} = {6BFF6507-DEAA-4197-A71D-248BBA3AFD1A}
{4805F195-D026-4D2D-B7C5-17BC389FCD23} = {6BFF6507-DEAA-4197-A71D-248BBA3AFD1A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {600C36BA-F566-47AE-A9FF-286046BA003C}
EndGlobalSection
EndGlobal