diff options
author | segfault <toni@impl.cc> | 2022-09-16 19:12:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-16 20:27:16 +0200 |
commit | 8d3ba231015824813ce34db8bbc88fe6e39717e0 (patch) | |
tree | f5e97a1a5d9f7c017178364a327fea79537b4215 | |
parent | 85e43640bf34ec5c2981e945bcea52f27dde13ca (diff) |
Added batch files and README to the source tree.
-rw-r--r-- | PastDSEDriver/PastDSEDriver.vcxproj | 6 | ||||
-rw-r--r-- | PastDSEDriver/PastDSEDriver.vcxproj.filters | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/PastDSEDriver/PastDSEDriver.vcxproj b/PastDSEDriver/PastDSEDriver.vcxproj index 6b9e66a..7e3be35 100644 --- a/PastDSEDriver/PastDSEDriver.vcxproj +++ b/PastDSEDriver/PastDSEDriver.vcxproj @@ -133,6 +133,12 @@ <ClInclude Include="Native.h" /> <ClInclude Include="PE.h" /> </ItemGroup> + <ItemGroup> + <None Include="..\driver-sign.bat" /> + <None Include="..\driver-start.bat" /> + <None Include="..\driver-stop.bat" /> + <None Include="..\README.md" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> diff --git a/PastDSEDriver/PastDSEDriver.vcxproj.filters b/PastDSEDriver/PastDSEDriver.vcxproj.filters index 5d55943..6b4cb3a 100644 --- a/PastDSEDriver/PastDSEDriver.vcxproj.filters +++ b/PastDSEDriver/PastDSEDriver.vcxproj.filters @@ -40,4 +40,10 @@ <Filter>Header Files\Internal</Filter> </ClInclude> </ItemGroup> + <ItemGroup> + <None Include="..\driver-sign.bat" /> + <None Include="..\driver-start.bat" /> + <None Include="..\driver-stop.bat" /> + <None Include="..\README.md" /> + </ItemGroup> </Project>
\ No newline at end of file |