|
|
@ -46,13 +46,20 @@ |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<Compile Include="designs\Classic.cs" /> |
|
|
|
|
|
|
|
<Compile Include="designs\IDesign.cs" /> |
|
|
|
|
|
|
|
<Compile Include="designs\Lite.cs" /> |
|
|
|
<Compile Include="Extensions.cs" /> |
|
|
|
<Compile Include="Extensions.cs" /> |
|
|
|
<Compile Include="HandlersFactory.cs" /> |
|
|
|
<Compile Include="HandlersFactory.cs" /> |
|
|
|
|
|
|
|
<Compile Include="handlers\AbstractGetHandler.cs" /> |
|
|
|
<Compile Include="handlers\DebugHandler.cs" /> |
|
|
|
<Compile Include="handlers\DebugHandler.cs" /> |
|
|
|
|
|
|
|
<Compile Include="handlers\RootHandler.cs" /> |
|
|
|
<Compile Include="handlers\WrongUrlHandler.cs" /> |
|
|
|
<Compile Include="handlers\WrongUrlHandler.cs" /> |
|
|
|
<Compile Include="ISpecificHandler.cs" /> |
|
|
|
<Compile Include="ISpecificHandler.cs" /> |
|
|
|
<Compile Include="MainHandler.cs" /> |
|
|
|
<Compile Include="MainHandler.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TemplateEngine.cs" /> |
|
|
|
|
|
|
|
<Compile Include="WebContext.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<WCFMetadata Include="Service References\" /> |
|
|
|
<WCFMetadata Include="Service References\" /> |
|
|
|