|
58 | 58 | <Compile Include="EntityFramework\Archive.cs"> |
59 | 59 | <DependentUpon>WebSeriesDB.tt</DependentUpon> |
60 | 60 | </Compile> |
61 | | - <Compile Include="EntityFramework\Auth.cs"> |
62 | | - <DependentUpon>WebSeriesDB.tt</DependentUpon> |
63 | | - </Compile> |
64 | 61 | <Compile Include="EntityFramework\Category.cs"> |
65 | 62 | <DependentUpon>WebSeriesDB.tt</DependentUpon> |
66 | 63 | </Compile> |
|
88 | 85 | <Compile Include="EntityFramework\Subscription.cs"> |
89 | 86 | <DependentUpon>WebSeriesDB.tt</DependentUpon> |
90 | 87 | </Compile> |
| 88 | + <Compile Include="EntityFramework\Token.cs"> |
| 89 | + <DependentUpon>WebSeriesDB.tt</DependentUpon> |
| 90 | + </Compile> |
91 | 91 | <Compile Include="EntityFramework\User.cs"> |
92 | 92 | <DependentUpon>WebSeriesDB.tt</DependentUpon> |
93 | 93 | </Compile> |
|
103 | 103 | <DependentUpon>WebSeriesDB.Context.tt</DependentUpon> |
104 | 104 | </Compile> |
105 | 105 | <Compile Include="EntityFramework\WebSeriesDB.cs"> |
106 | | - <AutoGen>True</AutoGen> |
107 | 106 | <DesignTime>True</DesignTime> |
| 107 | + <AutoGen>True</AutoGen> |
108 | 108 | <DependentUpon>WebSeriesDB.tt</DependentUpon> |
109 | 109 | </Compile> |
110 | 110 | <Compile Include="EntityFramework\WebSeriesDB.Designer.cs"> |
|
119 | 119 | <Compile Include="Interfaces\ISubscription.cs" /> |
120 | 120 | <Compile Include="Interfaces\IWatch.cs" /> |
121 | 121 | <Compile Include="Repo\AuthRepo.cs" /> |
| 122 | + <Compile Include="Repo\TokenRepo.cs" /> |
122 | 123 | <Compile Include="Repo\CategoryRepo.cs" /> |
123 | 124 | <Compile Include="Repo\ExpansRepo.cs" /> |
124 | 125 | <Compile Include="Repo\FeaturedVideoRepo.cs" /> |
|
0 commit comments