shithub: moonfish

ref: 41e9faca71d687dedc6c37892b4a7035bdb89139
dir: /moonfish.vcxproj/

View raw version
<!-- moonfish is licensed under the AGPL (v3 or later) -->
<!-- copyright 2025 zamfofex -->

<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
	<ItemGroup Label="ProjectConfigurations">
		<ProjectConfiguration Include="Release|x64">
			<Configuration>Release</Configuration>
			<Platform>x64</Platform>
		</ProjectConfiguration>
	</ItemGroup>
	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" />
	<PropertyGroup Label="Configuration">
		<PlatformToolset>v143</PlatformToolset>
	</PropertyGroup>
	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
	<ItemDefinitionGroup>
		<ClCompile>
			<LanguageStandard_C>stdc11</LanguageStandard_C>
		</ClCompile>
	</ItemDefinitionGroup>
	<ItemGroup>
		<ClInclude Include="moonfish.h" />
		<ClInclude Include="threads.h" />
		<ClCompile Include="chess.c" />
		<ClCompile Include="search.c" />
		<ClCompile Include="main.c" />
	</ItemGroup>
	<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>