Skip to content

Commit

Permalink
Folded related JS files under their "parents" for display purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbell committed Feb 28, 2013
1 parent 7eda5f1 commit 4a87636
Showing 1 changed file with 36 additions and 16 deletions.
52 changes: 36 additions & 16 deletions Samples/TempHire.Breeze/TempHire/TempHire.csproj
Expand Up @@ -186,24 +186,44 @@
<None Include="_bin_deployableAssemblies\amd64\sqlceca40.dll" />
<None Include="_bin_deployableAssemblies\amd64\Microsoft.VC90.CRT\README_ENU.txt" />
<None Include="_bin_deployableAssemblies\amd64\Microsoft.VC90.CRT\msvcr90.dll" />
<None Include="scripts\jquery-1.9.0.intellisense.js" />
<Content Include="scripts\bootstrap.js" />
<Content Include="scripts\bootstrap.min.js" />
<None Include="scripts\breeze.intellisense.js" />
<Content Include="scripts\breeze.debug.js" />
<Content Include="scripts\breeze.min.js" />
<Content Include="scripts\jquery-1.9.0.js" />
<Content Include="scripts\jquery-1.9.0.min.js" />
<Content Include="scripts\knockout-2.2.1.debug.js" />
<Content Include="scripts\knockout-2.2.1.js" />
<Content Include="scripts\q.js" />
<Content Include="scripts\q.min.js" />
<Content Include="scripts\sammy-0.7.4.js" />
<Content Include="scripts\sammy-0.7.4.min.js" />
<Content Include="scripts\toastr.js" />
<Content Include="scripts\toastr.min.js" />
<Content Include="scripts\bootstrap.min.js">
<DependentUpon>bootstrap.js</DependentUpon>
</Content>
<Content Include="Scripts\breeze.debug.js" />
<Content Include="Scripts\breeze.min.js" >
<DependentUpon>breeze.debug.js</DependentUpon>
</Content>
<None Include="Scripts\breeze.intellisense.js">
<DependentUpon>breeze.debug.js</DependentUpon>
</None>
<Content Include="Scripts\jquery-1.9.0.js" />
<Content Include="Scripts\jquery-1.9.0.min.js" >
<DependentUpon>jquery-1.9.0.js</DependentUpon>
</Content>
<None Include="Scripts\jquery-1.9.0.intellisense.js" >
<DependentUpon>jquery-1.9.0.js</DependentUpon>
</None>
<Content Include="scripts\jquery-1.9.0.min.map" >
<DependentUpon>jquery-1.9.0.js</DependentUpon>
</Content>
<Content Include="Scripts\knockout-2.2.1.debug.js" />
<Content Include="Scripts\knockout-2.2.1.js" >
<DependentUpon>knockout-2.2.1.debug.js</DependentUpon>
</Content>
<Content Include="Scripts\q.js" />
<Content Include="Scripts\q.min.js" >
<DependentUpon>q.js</DependentUpon>
</Content>
<Content Include="Scripts\sammy-0.7.4.js" />
<Content Include="Scripts\sammy-0.7.4.min.js" >
<DependentUpon>sammy-0.7.4.js</DependentUpon>
</Content>
<Content Include="Scripts\toastr.js" />
<Content Include="Scripts\toastr.min.js" >
<DependentUpon>toastr.js</DependentUpon>
</Content>
<Content Include="Web.config" />
<Content Include="scripts\jquery-1.9.0.min.map" />
<None Include="_bin_deployableAssemblies\amd64\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" />
<None Include="_bin_deployableAssemblies\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" />
</ItemGroup>
Expand Down

0 comments on commit 4a87636

Please sign in to comment.