Skip to content

Commit 67901c3

Browse files
author
Tomasz Opalach
committed
HRInternal-454 remove excessive files
1 parent 66388ee commit 67901c3

Some content is hidden

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

58 files changed

+23
-26926
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ publish/
168168
*.azurePubxml
169169
# Note: Comment the next line if you want to checkin your web deploy settings,
170170
# but database connection strings (with potential passwords) will be unencrypted
171-
*.pubxml
171+
# *.pubxml
172172
*.publishproj
173173

174174
# Microsoft Azure Web App publish settings. Comment the next line if you want to

DemoServer/DemoServer.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<Content Remove="Controllers\Demos\Basics\Demo101\metadata.json" />
1312
<Content Remove="Controllers\Demos\demos.json" />
1413
<Content Remove="tsconfig.json" />
1514
<Content Remove="tsconfig.prod.json" />
@@ -25,13 +24,11 @@
2524
</ItemGroup>
2625
<ItemGroup>
2726
<Content Include="client\favicon.ico" />
28-
<None Include="Controllers\Demos\Basics\TheSession\TheSessionController.cs" />
2927
<Content Include="DemoResources\raven_logo.png">
3028
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3129
</Content>
3230
</ItemGroup>
3331
<ItemGroup>
34-
<None Include="Controllers\Demos\Basics\TheDocumentStore\TheDocumentStoreController.cs" />
3532
<None Include="Controllers\Demos\demos.json">
3633
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3734
</None>
@@ -40,13 +37,6 @@
4037
<None Include="compilerconfig.json" />
4138
</ItemGroup>
4239

43-
<ItemGroup>
44-
<_ContentIncludedByDefault Remove="wwwroot\css\styles.min.css" />
45-
<_ContentIncludedByDefault Remove="Controllers\Demos\Queries\Demo102\metadata.json" />
46-
<_ContentIncludedByDefault Remove="Controllers\Demos\Queries\StaticIndexQuery\metadata.json" />
47-
<_ContentIncludedByDefault Remove="Controllers\Demos\Basics\IncludeDocumentsWhenLoading\metadata.json" />
48-
</ItemGroup>
49-
5040
<ItemGroup>
5141
<EmbeddedResource Include="Data\media_subset.ravendbdump" />
5242
</ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<WebPublishMethod>FileSystem</WebPublishMethod>
9+
<PublishProvider>FileSystem</PublishProvider>
10+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
11+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
12+
<SiteUrlToLaunchAfterPublish />
13+
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
14+
<ExcludeApp_Data>False</ExcludeApp_Data>
15+
<TargetFramework>netcoreapp2.1</TargetFramework>
16+
<ProjectGuid>4b6af9f7-9f0d-44f4-a5f2-7e784f0ab41e</ProjectGuid>
17+
<SelfContained>false</SelfContained>
18+
<_IsPortable>true</_IsPortable>
19+
<publishUrl>C:\work\Deployment\DemoServer</publishUrl>
20+
<DeleteExistingFiles>True</DeleteExistingFiles>
21+
</PropertyGroup>
22+
</Project>

0 commit comments

Comments
 (0)