refresh complessivo

This commit is contained in:
Samuele E. Locatelli
2014-03-28 12:03:37 +01:00
parent 9ffaeae87a
commit fe8fee59b6
9 changed files with 32 additions and 1 deletions
+32 -1
View File
@@ -193,6 +193,7 @@
<Content Include="Content\themes\base\minified\jquery.ui.tabs.min.css" />
<Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
<Content Include="Content\themes\base\minified\jquery.ui.tooltip.min.css" />
<Content Include="ExistingProductOffer.aspx" />
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="help\EN\index.html" />
@@ -253,6 +254,8 @@
<Content Include="Images\view_m.png" />
<Content Include="Images\view_s.png" />
<Content Include="Images\WorkInProgress.jpg" />
<Content Include="NewProductOffer.aspx" />
<Content Include="OfferArchive.aspx" />
<Content Include="packages.config" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -278,6 +281,7 @@
<Content Include="UpdateVoc.aspx" />
<Content Include="Vocabolario.aspx" />
<Content Include="WebUserControls\mod_lemmiVocab.ascx" />
<Content Include="WebUserControls\mod_OfferArchive.ascx" />
<Content Include="WebUserControls\mod_testata.ascx" />
<Content Include="JumboPage.master" />
<Content Include="FullPage.master" />
@@ -363,6 +367,13 @@
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="ExistingProductOffer.aspx.cs">
<DependentUpon>ExistingProductOffer.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ExistingProductOffer.aspx.designer.cs">
<DependentUpon>ExistingProductOffer.aspx</DependentUpon>
</Compile>
<Compile Include="FullPage.master.cs">
<DependentUpon>FullPage.master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -380,6 +391,20 @@
<Compile Include="JumboPage.master.designer.cs">
<DependentUpon>JumboPage.master</DependentUpon>
</Compile>
<Compile Include="NewProductOffer.aspx.cs">
<DependentUpon>NewProductOffer.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="NewProductOffer.aspx.designer.cs">
<DependentUpon>NewProductOffer.aspx</DependentUpon>
</Compile>
<Compile Include="OfferArchive.aspx.cs">
<DependentUpon>OfferArchive.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="OfferArchive.aspx.designer.cs">
<DependentUpon>OfferArchive.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Quote.aspx.cs">
<DependentUpon>Quote.aspx</DependentUpon>
@@ -469,6 +494,12 @@
<Compile Include="WebUserControls\mod_newQuote.ascx.designer.cs">
<DependentUpon>mod_newQuote.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_OfferArchive.ascx.cs">
<DependentUpon>mod_OfferArchive.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_OfferArchive.ascx.designer.cs">
<DependentUpon>mod_OfferArchive.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\mod_QuoteDet.ascx.cs">
<DependentUpon>mod_QuoteDet.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -544,7 +575,7 @@
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>53710</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.