refactoring

main
Paul Schneider 11 years ago
parent a4a1a21834
commit ea715c1617
1 changed files with 4 additions and 4 deletions

@ -171,8 +171,8 @@
<Compile Include="Helpers\Google\OAuth2.cs" /> <Compile Include="Helpers\Google\OAuth2.cs" />
<Compile Include="Helpers\Google\EntityQuery.cs" /> <Compile Include="Helpers\Google\EntityQuery.cs" />
<Compile Include="Helpers\Google\ApiClient.cs" /> <Compile Include="Helpers\Google\ApiClient.cs" />
<Compile Include="Helpers\Google\Calendar.cs" />
<Compile Include="Controllers\TemplateException.cs" /> <Compile Include="Controllers\TemplateException.cs" />
<Compile Include="Helpers\Google\CalendarApi.cs" />
<Compile Include="Formatters\ErrorHtmlFormatter.cs" /> <Compile Include="Formatters\ErrorHtmlFormatter.cs" />
<Compile Include="Formatters\RssFeedsFormatter.cs" /> <Compile Include="Formatters\RssFeedsFormatter.cs" />
</ItemGroup> </ItemGroup>
@ -630,8 +630,8 @@
<Content Include="Scripts\datepicker-en-GB.js" /> <Content Include="Scripts\datepicker-en-GB.js" />
<Content Include="Scripts\datepicker-fr.js" /> <Content Include="Scripts\datepicker-fr.js" />
<Content Include="Views\Google\GoogleErrorMessage.aspx" /> <Content Include="Views\Google\GoogleErrorMessage.aspx" />
<Content Include="Views\Home\Contact.aspx" /> <Content Include="Views\Home\AOEMail.aspx" />
<Content Include="Views\Home\AssemblyInfo.aspx" /> <Content Include="Views\Home\ReferencedAssemblies.aspx" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
@ -642,7 +642,7 @@
<Policies> <Policies>
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedFlat" ResourceNamePolicy="FileFormatDefault" /> <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedFlat" ResourceNamePolicy="FileFormatDefault" />
</Policies> </Policies>
<XspParameters Port="8080" Address="192.168.0.47" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" /> <XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" />
</Properties> </Properties>
</MonoDevelop> </MonoDevelop>
</ProjectExtensions> </ProjectExtensions>

Loading…