🚚 Adds default project structure
This commit is contained in:
parent
befaae16c5
commit
e6935d8f3a
0
packages/.gitkeep
Normal file
0
packages/.gitkeep
Normal file
17
samples/Directory.Build.props
Normal file
17
samples/Directory.Build.props
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<Project>
|
||||||
|
<ImportGroup
|
||||||
|
Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))) == 'true'">
|
||||||
|
<Import
|
||||||
|
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||||
|
</ImportGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<IsPackable>false</IsPackable>
|
||||||
|
<PackAsTool>false</PackAsTool>
|
||||||
|
<IsPublishable>false</IsPublishable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
11
src/Directory.Build.props
Normal file
11
src/Directory.Build.props
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<Project>
|
||||||
|
<ImportGroup
|
||||||
|
Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))) == 'true'">
|
||||||
|
<Import
|
||||||
|
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||||
|
</ImportGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Label="Package">
|
||||||
|
<PackageProjectUrl>http://localhost</PackageProjectUrl>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
16
tests/Directory.Build.props
Normal file
16
tests/Directory.Build.props
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<Project>
|
||||||
|
<ImportGroup
|
||||||
|
Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))) == 'true'">
|
||||||
|
<Import
|
||||||
|
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||||
|
</ImportGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<IsPublishable>false</IsPublishable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
0
upload/.gitkeep
Normal file
0
upload/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user