58 lines
2.3 KiB
XML
58 lines
2.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{D3F979CE-8FA7-48C9-A2B3-A33594B48536}</ProjectGuid>
|
|||
|
<Keyword>Win32Proj</Keyword>
|
|||
|
<RootNamespace>Project64input</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<ImportGroup Label="PropertySheets">
|
|||
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
|||
|
</ImportGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<PropertyGroup>
|
|||
|
<TargetName>Project64-Input</TargetName>
|
|||
|
<TargetName Condition="'$(Configuration)'=='Debug'">Project64-Input_d</TargetName>
|
|||
|
<OutDir>$(SolutionDir)Plugin\Input\</OutDir>
|
|||
|
<OutDir Condition="'$(Platform)'=='x64'">$(SolutionDir)Plugin64\Input\</OutDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup>
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
</ClCompile>
|
|||
|
<PreBuildEvent>
|
|||
|
<Command>"$(SolutionDir)Source\Script\UpdateVersion.cmd" "$(Configuration)" "$(Platform)" "$(SolutionDir)Source\Project64-input\Version.h.in" "$(SolutionDir)Source\Project64-input\Version.h"</Command>
|
|||
|
</PreBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="InputMain.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="ControllerSpec1.1.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Version.h.in" />
|
|||
|
</ItemGroup>
|
|||
|
</Project>
|