|
40 | 40 | <PlatformTarget>AnyCPU</PlatformTarget> |
41 | 41 | <LangVersion>7.3</LangVersion> |
42 | 42 | <ErrorReport>prompt</ErrorReport> |
43 | | - <AssemblyName>EduHub.Data.Scoped</AssemblyName> |
| 43 | + <AssemblyName>EduHub.Data.Scoped</AssemblyName> |
44 | 44 | </PropertyGroup> |
45 | 45 | <ItemGroup> |
46 | 46 | <Reference Include="System" /> |
|
89 | 89 | <Compile Include="Entities\CRTTDataSet.cs"> |
90 | 90 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
91 | 91 | </Compile> |
92 | | - <Compile Include="Entities\KEMAIL.cs" /> |
93 | | - <Compile Include="Entities\KEMAILDataSet.cs" /> |
94 | | - <Compile Include="Entities\KFLO.cs" /> |
95 | | - <Compile Include="Entities\KFLODataSet.cs" /> |
| 92 | + <Compile Include="Entities\KEMAIL.cs"> |
| 93 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 94 | + </Compile> |
| 95 | + <Compile Include="Entities\KEMAILDataSet.cs"> |
| 96 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 97 | + </Compile> |
| 98 | + <Compile Include="Entities\KFLO.cs"> |
| 99 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 100 | + </Compile> |
| 101 | + <Compile Include="Entities\KFLODataSet.cs"> |
| 102 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 103 | + </Compile> |
96 | 104 | <Compile Include="Entities\KFUND.cs"> |
97 | 105 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
98 | 106 | </Compile> |
99 | 107 | <Compile Include="Entities\KFUNDDataSet.cs"> |
100 | 108 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
101 | 109 | </Compile> |
| 110 | + <Compile Include="Entities\KINTNF.cs"> |
| 111 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 112 | + </Compile> |
| 113 | + <Compile Include="Entities\KINTNFDataSet.cs"> |
| 114 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 115 | + </Compile> |
102 | 116 | <Compile Include="Entities\KMSG.cs"> |
103 | 117 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
104 | 118 | </Compile> |
105 | 119 | <Compile Include="Entities\KMSGDataSet.cs"> |
106 | 120 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
107 | 121 | </Compile> |
| 122 | + <Compile Include="Entities\KMYLNS.cs"> |
| 123 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 124 | + </Compile> |
| 125 | + <Compile Include="Entities\KMYLNSDataSet.cs"> |
| 126 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 127 | + </Compile> |
108 | 128 | <Compile Include="Entities\KNOTE_CR.cs"> |
109 | 129 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
110 | 130 | </Compile> |
|
1670 | 1690 | <Compile Include="Entities\STDataSet.cs"> |
1671 | 1691 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
1672 | 1692 | </Compile> |
1673 | | - <Compile Include="Entities\STFLO.cs" /> |
1674 | | - <Compile Include="Entities\STFLODataSet.cs" /> |
| 1693 | + <Compile Include="Entities\STFLO.cs"> |
| 1694 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 1695 | + </Compile> |
| 1696 | + <Compile Include="Entities\STFLODataSet.cs"> |
| 1697 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 1698 | + </Compile> |
1675 | 1699 | <Compile Include="Entities\STHelpers.cs" /> |
| 1700 | + <Compile Include="Entities\STLITNUM.cs"> |
| 1701 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 1702 | + </Compile> |
| 1703 | + <Compile Include="Entities\STLITNUMDataSet.cs"> |
| 1704 | + <DependentUpon>EntityGenerator.tt</DependentUpon> |
| 1705 | + </Compile> |
1676 | 1706 | <Compile Include="Entities\STMA.cs"> |
1677 | 1707 | <DependentUpon>EntityGenerator.tt</DependentUpon> |
1678 | 1708 | </Compile> |
|
2096 | 2126 | <ItemGroup> |
2097 | 2127 | <None Include="CASES21 Schema.xml" /> |
2098 | 2128 | </ItemGroup> |
2099 | | - <ItemGroup> |
2100 | | - <Content Include="Entities\EntityGenerator.txt"> |
2101 | | - <AutoGen>True</AutoGen> |
2102 | | - <DesignTime>True</DesignTime> |
2103 | | - <DependentUpon>EntityGenerator.tt</DependentUpon> |
2104 | | - </Content> |
2105 | | - </ItemGroup> |
2106 | 2129 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
2107 | 2130 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
2108 | 2131 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments