aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsegfault <toni@impl.cc>2022-09-16 19:12:50 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-16 20:27:16 +0200
commit8d3ba231015824813ce34db8bbc88fe6e39717e0 (patch)
treef5e97a1a5d9f7c017178364a327fea79537b4215
parent85e43640bf34ec5c2981e945bcea52f27dde13ca (diff)
Added batch files and README to the source tree.
-rw-r--r--PastDSEDriver/PastDSEDriver.vcxproj6
-rw-r--r--PastDSEDriver/PastDSEDriver.vcxproj.filters6
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