forked from tomwadley/resx-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdliance.ResxR.sln
46 lines (46 loc) · 2.46 KB
/
Adliance.ResxR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adliance.ResxR.Core", "src\Adliance.ResxR.Core\Adliance.ResxR.Core.csproj", "{1966207D-B364-4C60-A903-6F7826B3A899}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adliance.ResxR.Core.Tests", "test\Adliance.ResxR.Core.Tests\Adliance.ResxR.Core.Tests.csproj", "{6D22F35D-40BE-4B35-81BB-69B7DCD03D88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adliance.ResxR", "src\Adliance.ResxR\Adliance.ResxR.csproj", "{0BC4F749-742E-40ED-81F2-67E91BB91141}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D78E9CA4-0BCA-400C-B168-F0ED4A3EA02A}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
build.cmd = build.cmd
CONTRIBUTORS.md = CONTRIBUTORS.md
install.cmd = install.cmd
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1966207D-B364-4C60-A903-6F7826B3A899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1966207D-B364-4C60-A903-6F7826B3A899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1966207D-B364-4C60-A903-6F7826B3A899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1966207D-B364-4C60-A903-6F7826B3A899}.Release|Any CPU.Build.0 = Release|Any CPU
{6D22F35D-40BE-4B35-81BB-69B7DCD03D88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D22F35D-40BE-4B35-81BB-69B7DCD03D88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D22F35D-40BE-4B35-81BB-69B7DCD03D88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D22F35D-40BE-4B35-81BB-69B7DCD03D88}.Release|Any CPU.Build.0 = Release|Any CPU
{0BC4F749-742E-40ED-81F2-67E91BB91141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC4F749-742E-40ED-81F2-67E91BB91141}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BC4F749-742E-40ED-81F2-67E91BB91141}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC4F749-742E-40ED-81F2-67E91BB91141}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B88DAB2-2832-46EA-82E3-71E1BCCD5B89}
EndGlobalSection
EndGlobal