Skip to content

Commit

Permalink
Folder restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
PaymonK committed Nov 16, 2018
1 parent da428fd commit 051f3bf
Show file tree
Hide file tree
Showing 314 changed files with 298 additions and 1,287 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\@Assemblies\</OutputPath>
<DocumentationFile>..\@Assemblies\netstandard2.0\Mvc.RemovalCandidates.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Mvc.RemovalCandidates.xml</DocumentationFile>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ GCop.json
GCopLog.txt
/GCopReport.json
/GCopReport.json
@Assemblies
bin
/Olive.MvcJs
nuget.exe
/Utils/MSharp.Build/Properties/launchSettings.json
48 changes: 24 additions & 24 deletions BuildAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ERRORLEVEL 1 (goto error)
dotnet build Olive.Audit
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Encryption
dotnet build Olive.Encryption
if ERRORLEVEL 1 (goto error)

dotnet build Olive.Entities.Data
Expand All @@ -27,73 +27,73 @@ if ERRORLEVEL 1 (goto error)
dotnet build Olive.Entities.Data.SqlServer
if ERRORLEVEL 1 (goto error)

dotnet build Entities\Olive.Entities.Cache.Redis
dotnet build Olive.Entities.Cache.Redis
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Aws
dotnet build Olive.Aws
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Blob.Aws
dotnet build Olive.Blob.Aws
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Compression
dotnet build Olive.Compression
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Csv
dotnet build Olive.Csv
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Drawing
dotnet build Olive.Drawing
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.Excel
dotnet build Olive.Excel
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.GeoLocation
dotnet build Olive.GeoLocation
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.PDF
dotnet build Olive.PDF
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.PushNotification
dotnet build Olive.PushNotification
if ERRORLEVEL 1 (goto error)

dotnet build Services\Olive.SMS
dotnet build Olive.SMS
if ERRORLEVEL 1 (goto error)

dotnet build Integration\Olive.ApiClient
dotnet build Olive.ApiClient
if ERRORLEVEL 1 (goto error)

dotnet build Integration\Olive.Microservices
dotnet build Olive.Microservices
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Web
dotnet build Olive.Web
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Security
dotnet build Olive.Security
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Mvc
dotnet build Olive.Mvc
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Mvc.Testing
dotnet build Olive.Mvc.Testing
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Email
dotnet build Olive.Email
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Security.Impersonation
dotnet build Olive.Security.Impersonation
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Mvc.IpFilter
dotnet build Olive.Mvc.IpFilter
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Mvc.Security.Auth0
dotnet build Olive.Mvc.Security.Auth0
if ERRORLEVEL 1 (goto error)

dotnet build Integration\Olive.ApiProxyGenerator
dotnet build Olive.ApiProxyGenerator
if ERRORLEVEL 1 (goto error)

dotnet build Mvc\Olive.Hangfire
dotnet build Olive.Hangfire
if ERRORLEVEL 1 (goto error)

exit /b 0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netstandard2.0\Olive.ApiClient.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.ApiClient.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
10 changes: 5 additions & 5 deletions Olive.Audit.DatabaseLogger/Olive.Audit.DatabaseLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\@Assemblies</OutputPath>
<DocumentationFile>..\@Assemblies\netstandard2.0\Olive.Audit.DatabaseLogger.xml</DocumentationFile>
<OutputPath>..\bin</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.Audit.DatabaseLogger.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;NU1701</NoWarn>
</PropertyGroup>

Expand All @@ -27,13 +27,13 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Audit">
<HintPath>..\@Assemblies\netstandard2.0\Olive.Audit.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Audit.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities">
<HintPath>..\@Assemblies\netstandard2.0\Olive.Entities.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions Olive.Audit/Olive.Audit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\@Assemblies</OutputPath>
<DocumentationFile>..\@Assemblies\netstandard2.0\Olive.Audit.xml</DocumentationFile>
<OutputPath>..\bin</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.Audit.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;NU1701</NoWarn>
</PropertyGroup>

Expand All @@ -27,10 +27,10 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities">
<HintPath>..\@Assemblies\netstandard2.0\Olive.Entities.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions Olive.Aws.Ses/Olive.Aws.Ses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\@Assemblies</OutputPath>
<DocumentationFile>..\@Assemblies\netcoreapp2.1\Olive.Aws.Ses.xml</DocumentationFile>
<OutputPath>..\bin</OutputPath>
<DocumentationFile>..\bin\netcoreapp2.1\Olive.Aws.Ses.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
Expand All @@ -26,13 +26,13 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Olive">
<HintPath>..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Aws">
<HintPath>..\@Assemblies\netstandard2.0\Olive.Aws.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Aws.dll</HintPath>
</Reference>
<Reference Include="Olive.Email">
<HintPath>..\@Assemblies\netcoreapp2.1\Olive.Email.dll</HintPath>
<HintPath>..\bin\netcoreapp2.1\Olive.Email.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netstandard2.0\Olive.Aws.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.Aws.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,7 +32,7 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netstandard2.0\Olive.BlobAws.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.BlobAws.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -28,16 +28,16 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Aws">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.Aws.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Aws.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.Entities.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities.Data">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.Entities.Data.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.Data.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netstandard2.0\Olive.Compression.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.Compression.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
</PropertyGroup>

Expand All @@ -29,7 +29,7 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netstandard2.0\Olive.Csv.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.Csv.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
</PropertyGroup>

Expand All @@ -29,10 +29,10 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.Entities.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netstandard2.0\Olive.Drawing.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netstandard2.0\Olive.Drawing.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
</PropertyGroup>

Expand All @@ -30,10 +30,10 @@

<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.Entities.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\@Assemblies\</OutputPath>
<DocumentationFile>..\..\@Assemblies\netcoreapp2.1\Olive.Email.xml</DocumentationFile>
<OutputPath>..\bin\</OutputPath>
<DocumentationFile>..\bin\netcoreapp2.1\Olive.Email.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;1573;NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
Expand All @@ -28,13 +28,13 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Olive">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.dll</HintPath>
</Reference>
<Reference Include="Olive.Entities">
<HintPath>..\..\@Assemblies\netstandard2.0\Olive.Entities.dll</HintPath>
<HintPath>..\bin\netstandard2.0\Olive.Entities.dll</HintPath>
</Reference>
<Reference Include="Olive.Web">
<HintPath>..\..\@Assemblies\netcoreapp2.1\Olive.Web.dll</HintPath>
<HintPath>..\bin\netcoreapp2.1\Olive.Web.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 051f3bf

Please sign in to comment.