-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInvoiceParserAI Solution.sln
More file actions
37 lines (37 loc) · 2.11 KB
/
InvoiceParserAI Solution.sln
File metadata and controls
37 lines (37 loc) · 2.11 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36301.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceParserAI.Desktop", "InvoiceParserAI.Desktop\InvoiceParserAI.Desktop.csproj", "{4F0B2427-C941-50CC-43BA-0136B031B459}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceParserAI.Core", "InvoiceParserAI.Core\InvoiceParserAI.Core.csproj", "{F4CBEFBE-9DAE-9A1B-349B-1C01BF1F06A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceParserAI.Web", "InvoiceParserAI.WebApp\InvoiceParserAI.Web.csproj", "{2961209E-50D8-8E9A-AAC6-E9C6801A28D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F0B2427-C941-50CC-43BA-0136B031B459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F0B2427-C941-50CC-43BA-0136B031B459}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F0B2427-C941-50CC-43BA-0136B031B459}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F0B2427-C941-50CC-43BA-0136B031B459}.Release|Any CPU.Build.0 = Release|Any CPU
{F4CBEFBE-9DAE-9A1B-349B-1C01BF1F06A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4CBEFBE-9DAE-9A1B-349B-1C01BF1F06A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4CBEFBE-9DAE-9A1B-349B-1C01BF1F06A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4CBEFBE-9DAE-9A1B-349B-1C01BF1F06A1}.Release|Any CPU.Build.0 = Release|Any CPU
{2961209E-50D8-8E9A-AAC6-E9C6801A28D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2961209E-50D8-8E9A-AAC6-E9C6801A28D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2961209E-50D8-8E9A-AAC6-E9C6801A28D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2961209E-50D8-8E9A-AAC6-E9C6801A28D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {507A7C3C-589E-483D-93F3-7C56F24F5F48}
EndGlobalSection
EndGlobal