|
128 | 128 | <ItemGroup>
|
129 | 129 | <Compile Include="CaseInsensitiveODataUriResolver.cs" />
|
130 | 130 | <Compile Include="ImplicitApiVersionParameter.cs" />
|
131 |
| - <Compile Include="Models\ApiVersions.cs" /> |
| 131 | + <Compile Include="Configuration\ApiVersions.cs" /> |
132 | 132 | <Compile Include="Configuration\OrderModelConfiguration.cs" />
|
133 | 133 | <Compile Include="Configuration\PersonModelConfiguration.cs" />
|
134 | 134 | <Compile Include="Properties\AssemblyInfo.cs" />
|
135 | 135 | <Compile Include="Startup.cs" />
|
136 |
| - <Compile Include="V1\OrdersController.cs" /> |
137 |
| - <Compile Include="V1\PeopleController.cs" /> |
138 |
| - <Compile Include="V2\OrdersController.cs" /> |
139 |
| - <Compile Include="V2\PeopleController.cs" /> |
140 |
| - <Compile Include="V3\OrdersController.cs" /> |
141 |
| - <Compile Include="V3\PeopleController.cs" /> |
142 |
| - <Compile Include="Models\Order.cs" /> |
143 |
| - <Compile Include="Models\Person.cs" /> |
| 136 | + <Compile Include="V1\Models\Order.cs" /> |
| 137 | + <Compile Include="V1\Models\Person.cs" /> |
| 138 | + <Compile Include="V1\Controllers\OrdersController.cs" /> |
| 139 | + <Compile Include="V1\Controllers\PeopleController.cs" /> |
| 140 | + <Compile Include="V2\Models\Order.cs" /> |
| 141 | + <Compile Include="V2\Models\Person.cs" /> |
| 142 | + <Compile Include="V2\Controllers\OrdersController.cs" /> |
| 143 | + <Compile Include="V2\Controllers\PeopleController.cs" /> |
| 144 | + <Compile Include="V3\Models\Order.cs" /> |
| 145 | + <Compile Include="V3\Models\Person.cs" /> |
| 146 | + <Compile Include="V3\Controllers\OrdersController.cs" /> |
| 147 | + <Compile Include="V3\Controllers\PeopleController.cs" /> |
144 | 148 | </ItemGroup>
|
145 | 149 | <ItemGroup>
|
146 | 150 | <ProjectReference Include="..\..\..\src\Microsoft.AspNet.OData.Versioning.ApiExplorer\Microsoft.AspNet.OData.Versioning.ApiExplorer.csproj">
|
|
160 | 164 | <Name>Microsoft.AspNet.WebApi.Versioning</Name>
|
161 | 165 | </ProjectReference>
|
162 | 166 | </ItemGroup>
|
| 167 | + <ItemGroup /> |
163 | 168 | <PropertyGroup>
|
164 | 169 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
165 | 170 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
0 commit comments