- Add .NET 8 backend with Clean Architecture - Add React + Vite + TypeScript frontend - Implement authentication with JWT - Implement Azure Blob Storage client - Implement OCR integration - Implement supplier matching service - Implement voucher generation - Implement Fortnox provider - Add unit and integration tests - Add Docker Compose configuration
18 lines
824 B
Plaintext
18 lines
824 B
Plaintext
is_global = true
|
|
build_property.TargetFramework = net8.0
|
|
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
|
build_property.TargetFrameworkVersion = v8.0
|
|
build_property.TargetPlatformMinVersion =
|
|
build_property.UsingMicrosoftNETSdkWeb =
|
|
build_property.ProjectTypeGuids =
|
|
build_property.InvariantGlobalization =
|
|
build_property.PlatformNeutralAssembly =
|
|
build_property.EnforceExtendedAnalyzerRules =
|
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
build_property.RootNamespace = InvoiceMaster.UnitTests
|
|
build_property.ProjectDir = C:\Users\yaoji\git\ColaCoder\accounting-system\backend\tests\InvoiceMaster.UnitTests\
|
|
build_property.EnableComHosting =
|
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
build_property.EffectiveAnalysisLevelStyle = 8.0
|
|
build_property.EnableCodeStyleSeverity =
|