forked from encse/adventofcode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (16 loc) · 1.03 KB
/
Directory.Build.props
File metadata and controls
17 lines (16 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup>
<DefineConstants>LIBRARY</DefineConstants>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Lib/SourceCodePro-Regular.woff2" Condition="Exists('Lib/SourceCodePro-Regular.woff2')" />
<EmbeddedResource Include="adventofcode.csproj" Condition="Exists('adventofcode.csproj')" />
<EmbeddedResource Include=".gitattributes" Condition="Exists('.gitattributes')" />
<EmbeddedResource Include=".gitignore" Condition="Exists('.gitignore')" />
<EmbeddedResource Include=".vscode/extensions.json" Condition="Exists('.vscode')" />
<EmbeddedResource Include=".vscode/launch.json" Condition="Exists('.vscode')" />
<EmbeddedResource Include=".vscode/settings.json" Condition="Exists('.vscode')" />
<EmbeddedResource Include=".content/tasks.json" Condition="Exists('.content')" LogicalName="adventofcode..vscode.tasks.json" />
<EmbeddedResource Include="AdventOfCode.sln" Condition="Exists('AdventOfCode.sln')" />
</ItemGroup>
</Project>