diff options
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 |
