This commit is contained in:
2022-06-22 18:35:26 +00:00
parent b14b36c6e9
commit 9198e2a3ea
4 changed files with 56 additions and 9 deletions

View File

@@ -93,6 +93,7 @@
<Compile Include="tfa.Designer.cs">
<DependentUpon>tfa.cs</DependentUpon>
</Compile>
<Compile Include="Timestamp.cs" />
<Compile Include="UserType.cs" />
<Compile Include="util.cs" />
<EmbeddedResource Include="auth.resx">
@@ -150,4 +151,7 @@
<Content Include="devinfo.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>"C:\data\code\ravenqbi\devutil\TimeStamp\TimeStamp.exe" "$(ProjectDir)Timestamp.cs" "/N:AyaNovaQBI"</PreBuildEvent>
</PropertyGroup>
</Project>