Initial commit

parents
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/projectSettingsUpdater.xml
/.idea.ProfitGroup.ApiInitializer.iml
/contentModel.xml
/modules.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="@LLK-DEV" uuid="a4571221-496a-4a98-84c2-e8a3dc61e2de">
<driver-ref>sqlserver.jb</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.jetbrains.jdbc.sqlserver.SqlServerDriver</jdbc-driver>
<jdbc-url>Server=LLK-DEV</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>
\ No newline at end of file

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProfitGroup.ApiInitializer", "ProfitGroup.ApiInitializer\ProfitGroup.ApiInitializer.csproj", "{A8CC970B-A02F-48C3-A207-6CB5579F3362}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropfitGroup.GilTest", "PropfitGroup.GilTest\PropfitGroup.GilTest.csproj", "{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Debug|x64.ActiveCfg = Debug|x64
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Debug|x64.Build.0 = Debug|x64
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Release|Any CPU.Build.0 = Release|Any CPU
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Release|x64.ActiveCfg = Release|x64
{A8CC970B-A02F-48C3-A207-6CB5579F3362}.Release|x64.Build.0 = Release|x64
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Debug|x64.ActiveCfg = Debug|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Debug|x64.Build.0 = Debug|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Release|Any CPU.Build.0 = Release|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Release|x64.ActiveCfg = Release|Any CPU
{7CBD8BD9-D97A-4B68-A0C4-19112301C9B6}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<module name="NewGeneration">
<bind name="FactoryObject"
service="RnD.BusinessLayer.Interfaces.Factory.IEventAwareObjectFactory, RnD.BusinessLayer.Interfaces"
to="RnD.BusinessLayer.EF.Factory.EventAwareObjectFactory, RnD.BusinessLayer.EF" />
<bind name="TransactionalFactoryObject"
service="RnD.BusinessLayer.Interfaces.Factory.ITransactionalObjectFactory, RnD.BusinessLayer.Interfaces"
to="RnD.BusinessLayer.EF.Factory.TransactionalObjectFactory, RnD.BusinessLayer.EF" />
<bind name="CustomizationFactory"
service="RnD.ICustomizationObjectFactory, RnD.Customizations.Interfaces"
to="RnD.CustomizationObjectFactory, RnD.Customizations.API" />
<bind name="InterspecBusinessObjectFactory"
service="RnD.BusinessLayer.Interfaces.Interspec.IInterspecBusinessObjectFactory, RnD.BusinessLayer.Interfaces"
to="RnD.Interspec.EF.InterspecBusinessObjectFactory, RnD.Interspec.EF" />
<bind name="FWBBusinessObjectFactory" service="RnD.BusinessLayer.Interfaces.FWB.Factory.IFWBBusinessObjectFactory, RnD.BusinessLayer.Interfaces"
to="RnD.FormulaWorkbench.EF.Factory.FWBBusinessObjectFactory, RnD.FormulaWorkbench.EF"/>
</module>
<!--<?xml version="1.0" encoding="utf-8"?>-->
<!--<module name="NewGeneration">-->
<!-- <bind name="FactoryObject" service="RnD.ICustomizationObjectFactory, RnD.Customizations.Interfaces"-->
<!-- to="RnD.CustomizationObjectFactory, RnD.Customizations.API" />-->
<!-- <bind name="GlossarySynchronizationFacade" service="RnD.BusinessLayer.Interfaces.GlossarySync.IGlossarySynchronizer, RnD.BusinessLayer.Interfaces"-->
<!-- to="RnD.Glossary.Sync.GlossarySynchronizer, RnD.Glossary.Sync" />-->
<!-- <bind name="InterspecBusinessObjectFactory" service="RnD.BusinessLayer.Interfaces.Interspec.IInterspecBusinessObjectFactory, RnD.BusinessLayer.Interfaces"-->
<!-- to="RnD.Interspec.EF.InterspecBusinessObjectFactory, RnD.Interspec.EF" />-->
<!-- <bind name="SCCBusinessObjectFactory" service="RnD.BusinessLayer.Interfaces.SCC.ISCCBusinessObjectFactory, RnD.BusinessLayer.Interfaces"-->
<!-- to="RnD.SCC.EF.SCCBusinessObjectFactory, RnD.SCC.EF"/>-->
<!-- <bind name="FWBBusinessObjectFactory" service="RnD.BusinessLayer.Interfaces.FWB.Factory.IFWBBusinessObjectFactory, RnD.BusinessLayer.Interfaces"-->
<!-- to="RnD.FormulaWorkbench.EF.Factory.FWBBusinessObjectFactory, RnD.FormulaWorkbench.EF"/>-->
<!--</module>-->
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
// T4 code generation is enabled for model 'C:\Users\SergeyR\RiderProjects\ProfitGroup.ApiInitializer\ProfitGroup.ApiInitializer\Models\DataBaseModel.edmx'.
// To enable legacy code generation, change the value of the 'Code Generation Strategy' designer
// property to 'Legacy ObjectContext'. This property is available in the Properties Window when the model
// is open in the designer.
// If no context and entity classes have been generated, it may be because you created an empty model but
// have not yet chosen which version of Entity Framework to use. To generate a context class and entity
// classes for your model, open the model in the designer, right-click on the designer surface, and
// select 'Update Model from Database...', 'Generate Database from Model...', or 'Add Code Generation
// Item...'.
\ No newline at end of file
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment