-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInsight.Localizer.sln
31 lines (31 loc) · 1.71 KB
/
Insight.Localizer.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Insight.Localizer", "src\Insight.Localizer\Insight.Localizer.csproj", "{192A4E10-2498-409B-A537-F27150C31C1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Insight.Localizer.Tests", "tests\Insight.Localizer.Tests\Insight.Localizer.Tests.csproj", "{C8EDC5BA-AA36-44C6-A4D5-E45695EF5867}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{7C43D58B-6E27-40AC-B59E-D9FE1AB66DB3}"
ProjectSection(SolutionItems) = preProject
publish-nuget.sh = publish-nuget.sh
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
.gitignore = .gitignore
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
{192A4E10-2498-409B-A537-F27150C31C1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{192A4E10-2498-409B-A537-F27150C31C1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{192A4E10-2498-409B-A537-F27150C31C1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{192A4E10-2498-409B-A537-F27150C31C1C}.Release|Any CPU.Build.0 = Release|Any CPU
{C8EDC5BA-AA36-44C6-A4D5-E45695EF5867}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8EDC5BA-AA36-44C6-A4D5-E45695EF5867}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8EDC5BA-AA36-44C6-A4D5-E45695EF5867}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8EDC5BA-AA36-44C6-A4D5-E45695EF5867}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal