diff options
author | robinsch <hello@robinsch.com> | 2023-12-02 12:27:51 +0100 |
---|---|---|
committer | robinsch <hello@robinsch.com> | 2023-12-02 12:27:51 +0100 |
commit | ab8f949c697c7e7d105fa1c02b282d02a14d116c (patch) | |
tree | d1e16dfdde9debd3c88eee104bd2bcd42f97f650 /Patcher/Patcher.vcxproj.filters | |
parent | 2545ee0127818680876fb9e82ecb0e1128690ca1 (diff) |
Added .sln
Diffstat (limited to 'Patcher/Patcher.vcxproj.filters')
-rw-r--r-- | Patcher/Patcher.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Patcher/Patcher.vcxproj.filters b/Patcher/Patcher.vcxproj.filters new file mode 100644 index 0000000..755b3b4 --- /dev/null +++ b/Patcher/Patcher.vcxproj.filters @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="Patcher.cpp" /> + </ItemGroup> +</Project>
\ No newline at end of file |