diff options
| author | chai <chaifix@163.com> | 2020-07-20 09:42:30 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2020-07-20 09:42:30 +0800 |
| commit | 77ac95b9985f5669d6659bfb54728786d28c2ef0 (patch) | |
| tree | ab42f7da14ffbd9ba72f503baff71b44298b113a /math/math.vcxproj.filters | |
| parent | c5d9668a1b7092262b7132679e961a5297da2f75 (diff) | |
*misc
Diffstat (limited to 'math/math.vcxproj.filters')
| -rw-r--r-- | math/math.vcxproj.filters | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/math.vcxproj.filters b/math/math.vcxproj.filters new file mode 100644 index 0000000..67045a2 --- /dev/null +++ b/math/math.vcxproj.filters @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\src\math\math.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\src\math\math.h" /> + </ItemGroup> +</Project>
\ No newline at end of file |
