diff options
Diffstat (limited to 'xeon.vcxproj')
| -rw-r--r-- | xeon.vcxproj | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xeon.vcxproj b/xeon.vcxproj new file mode 100644 index 0000000..eae4ea7 --- /dev/null +++ b/xeon.vcxproj @@ -0,0 +1,22 @@ +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" /> + <PropertyGroup> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>$(toolVersion)</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ItemGroup> + <ClCompile Include="main.cpp" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Targets" /> +</Project>
\ No newline at end of file |
