Skip to content

Commit 5a7c41b

Browse files
author
juanonsoftware
committed
Fix azure deploy
1 parent bb3bc91 commit 5a7c41b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+32433
-11
lines changed

Rabbit.Business.DbTest/Rabbit.Business.DbTest.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,19 @@
6464
<ItemGroup>
6565
<None Include="packages.config" />
6666
</ItemGroup>
67+
<ItemGroup>
68+
<ProjectReference Include="..\Rabbit.Business\Rabbit.Business.csproj">
69+
<Project>{f71658fc-d304-43b0-8a69-3490271632a8}</Project>
70+
<Name>Rabbit.Business</Name>
71+
</ProjectReference>
72+
</ItemGroup>
73+
<PropertyGroup>
74+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
75+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
76+
</PropertyGroup>
77+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6778
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
6880
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6981
Other similar extension points exist, see Microsoft.Common.targets.
7082
<Target Name="BeforeBuild">

Rabbit.Business/Rabbit.Business.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@
4040
<Compile Include="ISimpleRunnerService.cs" />
4141
<Compile Include="Properties\AssemblyInfo.cs" />
4242
</ItemGroup>
43+
<PropertyGroup>
44+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
45+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
46+
</PropertyGroup>
47+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4348
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
49+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
4450
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
4551
Other similar extension points exist, see Microsoft.Common.targets.
4652
<Target Name="BeforeBuild">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue 08/23/2022 10:11:26.87
1+
Tue 08/23/2022 11:22:49.15

Rabbit.SimpleInjectorDemo/Rabbit.SimpleInjectorDemo.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<None Include="app.config" />
5656
<None Include="packages.config" />
5757
</ItemGroup>
58+
<PropertyGroup>
59+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
60+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
61+
</PropertyGroup>
5862
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5963
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
6064
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -63,6 +67,8 @@
6367
</PropertyGroup>
6468
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
6569
</Target>
70+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
6672
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6773
Other similar extension points exist, see Microsoft.Common.targets.
6874
<Target Name="BeforeBuild">

Temp/Content/Site.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
body {
2+
padding-top: 50px;
3+
padding-bottom: 20px;
4+
}
5+
6+
/* Set padding to keep content from hitting the edges */
7+
.body-content {
8+
padding-left: 15px;
9+
padding-right: 15px;
10+
}
11+
12+
/* Override the default bootstrap behavior where horizontal description lists
13+
will truncate terms that are too long to fit in the left column
14+
*/
15+
.dl-horizontal dt {
16+
white-space: normal;
17+
}
18+
19+
/* Set width on the form input elements since they're 100% wide by default */
20+
input,
21+
select,
22+
textarea {
23+
max-width: 280px;
24+
}

0 commit comments

Comments
 (0)