1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Release|x64" >
5+ <Configuration >Release</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ </ItemGroup >
9+ <ItemGroup >
10+ <ClCompile Include =" main.cpp" />
11+ <ClCompile Include =" script.cpp" />
12+ <ClCompile Include =" utils.cpp" />
13+ </ItemGroup >
14+ <ItemGroup >
15+ <ClInclude Include =" ..\..\inc\main.h" />
16+ <ClInclude Include =" ..\..\inc\enums.h" />
17+ <ClInclude Include =" ..\..\inc\natives.h" />
18+ <ClInclude Include =" ..\..\inc\types.h" />
19+ <ClInclude Include =" script.h" />
20+ <ClInclude Include =" utils.h" />
21+ </ItemGroup >
22+ <ItemGroup >
23+ <None Include =" CustomCameraVPlus.ini" />
24+ </ItemGroup >
25+ <ItemGroup >
26+ <Text Include =" Install.txt" />
27+ </ItemGroup >
28+ <PropertyGroup Label =" Globals" >
29+ <ProjectGuid >{8D82F34A-1D64-465B-84B1-37F89AD3D20B}</ProjectGuid >
30+ <Keyword >Win32Proj</Keyword >
31+ <RootNamespace >CustomCameraVPlus</RootNamespace >
32+ <ProjectName >CustomCameraVPlus</ProjectName >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v141</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >MultiByte</CharacterSet >
41+ </PropertyGroup >
42+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
43+ <ImportGroup Label =" ExtensionSettings" >
44+ </ImportGroup >
45+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
46+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
47+ </ImportGroup >
48+ <PropertyGroup Label =" UserMacros" />
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
50+ <LinkIncremental >false</LinkIncremental >
51+ <TargetExt >.asi</TargetExt >
52+ <OutDir >bin\$(Configuration)\</OutDir >
53+ <IntDir >tmp\$(Configuration)\</IntDir >
54+ </PropertyGroup >
55+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
56+ <ClCompile >
57+ <WarningLevel >Level3</WarningLevel >
58+ <PrecompiledHeader >
59+ </PrecompiledHeader >
60+ <Optimization >MaxSpeed</Optimization >
61+ <FunctionLevelLinking >true</FunctionLevelLinking >
62+ <IntrinsicFunctions >true</IntrinsicFunctions >
63+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;NativeSpeedo_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
65+ <FloatingPointModel >Fast</FloatingPointModel >
66+ </ClCompile >
67+ <Link >
68+ <SubSystem >Windows</SubSystem >
69+ <GenerateDebugInformation >false</GenerateDebugInformation >
70+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
71+ <OptimizeReferences >true</OptimizeReferences >
72+ <AdditionalOptions >..\..\lib\ScriptHookV.lib %(AdditionalOptions)</AdditionalOptions >
73+ <AdditionalDependencies >E:\Trabajo\Dev\ScriptHookV_SDK_1.0.617.1a\inc\gainput\build\lib\Debug\gainput-d.lib;xinput.lib;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\x64\WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies >
74+ </Link >
75+ <PostBuildEvent >
76+ <Command >copy "$(TargetPath)" "E:\SteamLibrary\steamapps\common\Grand Theft Auto V\$(ProjectName).asi"</Command >
77+ </PostBuildEvent >
78+ </ItemDefinitionGroup >
79+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
80+ <ImportGroup Label =" ExtensionTargets" >
81+ </ImportGroup >
82+ </Project >
0 commit comments