-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBFY.Fatura.sln
31 lines (31 loc) · 1.57 KB
/
BFY.Fatura.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
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BFY.Fatura", "BFY.Fatura\BFY.Fatura.csproj", "{8AD2B43E-50EA-474F-94F2-364243040165}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BFY.Fatura.Test", "BFY.Fatura.Test\BFY.Fatura.Test.csproj", "{B64FC2C1-E725-42D0-8F07-287FE04D7718}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AD2B43E-50EA-474F-94F2-364243040165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AD2B43E-50EA-474F-94F2-364243040165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AD2B43E-50EA-474F-94F2-364243040165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AD2B43E-50EA-474F-94F2-364243040165}.Release|Any CPU.Build.0 = Release|Any CPU
{B64FC2C1-E725-42D0-8F07-287FE04D7718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B64FC2C1-E725-42D0-8F07-287FE04D7718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B64FC2C1-E725-42D0-8F07-287FE04D7718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B64FC2C1-E725-42D0-8F07-287FE04D7718}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A52B501-E666-438B-B3D0-59D059B714E9}
EndGlobalSection
EndGlobal