forked from ormsolutions/NORMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.proj
17 lines (17 loc) · 941 Bytes
/
Main.proj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ProjectReference Include="ORMPackage.sln"/>
<ProjectReference Include="ExtensionExample\ExtensionExample.sln"/>
<ProjectReference Include="OIALModel\OIALModel.sln"/>
<ProjectReference Include="Oial\Oial.sln"/>
<ProjectReference Include="RelationalModel\Dil.sln"/>
<ProjectReference Include="AlternateViews\RelationalView\RelationalView.sln"/>
<ProjectReference Include="CustomProperties\CustomProperties.sln"/>
<ProjectReference Include="EntityRelationship\EntityRelationship.sln"/>
<ProjectReference Include="AlternateViews\BarkerERView\BarkerERView.sln"/>
<ProjectReference Include="Tools\ORMCustomTool\ORMCustomTool.sln"/>
<ProjectReference Include="Tools\DatabaseImport\DatabaseImport.sln"/>
</ItemGroup>
<Import Project="Default.targets"/>
</Project>