-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.Build.props
24 lines (24 loc) · 1.02 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<!-- <PropertyGroup>-->
<!-- <BaseIntermediateOutputPath>.obj\</BaseIntermediateOutputPath>-->
<!-- <BaseOutputPath>.bin\</BaseOutputPath>-->
<!-- </PropertyGroup>-->
<PropertyGroup>
<Version>224.10.9067.29817</Version>
<Company>AZ Corp</Company>
<Authors>azhe403</Authors>
<Product>ZiziBot</Product>
</PropertyGroup>
<!-- <!– Store Build Date –>-->
<!-- <ItemGroup Condition="'$(Configuration)' == 'Release'">-->
<!-- <AssemblyAttribute Include="ZiziBot.Attributes.BuildStampAttribute">-->
<!-- <_Parameter1>$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</_Parameter1>-->
<!-- </AssemblyAttribute>-->
<!-- </ItemGroup>-->
<!-- <ItemGroup Condition="'$(Configuration)' == 'Debug'">-->
<!-- <AssemblyAttribute Include="ZiziBot.Attributes.BuildStampAttribute">-->
<!-- <_Parameter1>20231020144910</_Parameter1>-->
<!-- </AssemblyAttribute>-->
<!-- </ItemGroup>-->
<!-- <!– Store Build Date –>-->
</Project>