diff options
Diffstat (limited to 'AirPollutionWebApi/AirPollutionWebApi.csproj')
-rw-r--r-- | AirPollutionWebApi/AirPollutionWebApi.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AirPollutionWebApi/AirPollutionWebApi.csproj b/AirPollutionWebApi/AirPollutionWebApi.csproj index a59670c..5a20af0 100644 --- a/AirPollutionWebApi/AirPollutionWebApi.csproj +++ b/AirPollutionWebApi/AirPollutionWebApi.csproj @@ -78,7 +78,6 @@ <Folder Include="Content\" />
<Folder Include="Models\" />
<Folder Include="Scripts\" />
- <Folder Include="Singletons\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\HomeController.cs" />
@@ -89,7 +88,7 @@ <Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Controllers\ReadingsController.cs" />
<Compile Include="Models\Reading.cs" />
- <Compile Include="Singletons\Singleton.cs" />
+ <Compile Include="SqlOperator.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Web.config" />
|