|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
| 23 | + <Use64BitIISExpress /> |
| 24 | + <UseGlobalApplicationHostFile /> |
23 | 25 | </PropertyGroup>
|
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
121 | 123 | <Compile Include="Global.asax.cs">
|
122 | 124 | <DependentUpon>Global.asax</DependentUpon>
|
123 | 125 | </Compile>
|
124 |
| - <Compile Include="Models\Northwind.Context.cs"> |
125 |
| - <AutoGen>True</AutoGen> |
126 |
| - <DesignTime>True</DesignTime> |
127 |
| - <DependentUpon>Northwind.Context.tt</DependentUpon> |
128 |
| - </Compile> |
129 |
| - <Compile Include="Models\Northwind.cs"> |
130 |
| - <AutoGen>True</AutoGen> |
131 |
| - <DesignTime>True</DesignTime> |
132 |
| - <DependentUpon>Northwind.tt</DependentUpon> |
133 |
| - </Compile> |
134 |
| - <Compile Include="Models\Northwind.Designer.cs"> |
135 |
| - <AutoGen>True</AutoGen> |
136 |
| - <DesignTime>True</DesignTime> |
137 |
| - <DependentUpon>Northwind.edmx</DependentUpon> |
138 |
| - </Compile> |
139 |
| - <Compile Include="Models\Order.cs"> |
140 |
| - <DependentUpon>Northwind.tt</DependentUpon> |
141 |
| - </Compile> |
| 126 | + <Compile Include="Models\Student.cs" /> |
142 | 127 | <Compile Include="Properties\AssemblyInfo.cs" />
|
143 | 128 | </ItemGroup>
|
144 | 129 | <ItemGroup>
|
|
149 | 134 | <Content Include="favicon.ico" />
|
150 | 135 | <Content Include="Global.asax" />
|
151 | 136 | <Content Include="Content\Site.css" />
|
152 |
| - <Content Include="Models\Northwind.Context.tt"> |
153 |
| - <Generator>TextTemplatingFileGenerator</Generator> |
154 |
| - <DependentUpon>Northwind.edmx</DependentUpon> |
155 |
| - <LastGenOutput>Northwind.Context.cs</LastGenOutput> |
156 |
| - </Content> |
157 |
| - <Content Include="Models\Northwind.tt"> |
158 |
| - <Generator>TextTemplatingFileGenerator</Generator> |
159 |
| - <DependentUpon>Northwind.edmx</DependentUpon> |
160 |
| - <LastGenOutput>Northwind.cs</LastGenOutput> |
161 |
| - </Content> |
162 | 137 | <Content Include="Scripts\kendo.modernizr.custom.js" />
|
163 | 138 | <Content Include="Scripts\_references.js" />
|
164 | 139 | <Content Include="Web.config" />
|
|
189 | 164 | <ItemGroup>
|
190 | 165 | <Content Include="packages.config" />
|
191 | 166 | </ItemGroup>
|
192 |
| - <ItemGroup> |
193 |
| - <EntityDeploy Include="Models\Northwind.edmx"> |
194 |
| - <Generator>EntityModelCodeGenerator</Generator> |
195 |
| - <LastGenOutput>Northwind.Designer.cs</LastGenOutput> |
196 |
| - </EntityDeploy> |
197 |
| - </ItemGroup> |
198 |
| - <ItemGroup> |
199 |
| - <Content Include="Models\Northwind.edmx.diagram"> |
200 |
| - <DependentUpon>Northwind.edmx</DependentUpon> |
201 |
| - </Content> |
202 |
| - </ItemGroup> |
203 | 167 | <ItemGroup>
|
204 | 168 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
205 | 169 | </ItemGroup>
|
|
0 commit comments