1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <ProjectGuid >{2289652C-C12E-4C66-B72A-70DE6D0C67C5}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >LuaObfusactor</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >Application</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v142</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ <CLRSupport >true</CLRSupport >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ <PlatformToolset >v142</PlatformToolset >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >Unicode</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v142</PlatformToolset >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >Application</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v142</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >Unicode</CharacterSet >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57+ <ImportGroup Label =" ExtensionSettings" >
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <LinkIncremental >false</LinkIncremental >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84+ <LinkIncremental >false</LinkIncremental >
85+ </PropertyGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87+ <ClCompile >
88+ <PrecompiledHeader >
89+ </PrecompiledHeader >
90+ <WarningLevel >Level3</WarningLevel >
91+ <SDLCheck >true</SDLCheck >
92+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93+ <ConformanceMode >false</ConformanceMode >
94+ <LanguageStandard >stdcpp17</LanguageStandard >
95+ </ClCompile >
96+ <Link >
97+ <SubSystem >Console</SubSystem >
98+ <GenerateDebugInformation >true</GenerateDebugInformation >
99+ </Link >
100+ </ItemDefinitionGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102+ <ClCompile >
103+ <PrecompiledHeader >
104+ </PrecompiledHeader >
105+ <WarningLevel >Level3</WarningLevel >
106+ <SDLCheck >true</SDLCheck >
107+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108+ <ConformanceMode >true</ConformanceMode >
109+ <LanguageStandard >stdcpp17</LanguageStandard >
110+ </ClCompile >
111+ <Link >
112+ <SubSystem >Console</SubSystem >
113+ <GenerateDebugInformation >true</GenerateDebugInformation >
114+ </Link >
115+ </ItemDefinitionGroup >
116+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
117+ <ClCompile >
118+ <PrecompiledHeader >
119+ </PrecompiledHeader >
120+ <WarningLevel >Level3</WarningLevel >
121+ <FunctionLevelLinking >true</FunctionLevelLinking >
122+ <IntrinsicFunctions >true</IntrinsicFunctions >
123+ <SDLCheck >true</SDLCheck >
124+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
125+ <ConformanceMode >true</ConformanceMode >
126+ <LanguageStandard >stdcpp17</LanguageStandard >
127+ <DisableSpecificWarnings >4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
128+ </ClCompile >
129+ <Link >
130+ <SubSystem >Console</SubSystem >
131+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
132+ <OptimizeReferences >true</OptimizeReferences >
133+ <GenerateDebugInformation >true</GenerateDebugInformation >
134+ </Link >
135+ </ItemDefinitionGroup >
136+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
137+ <ClCompile >
138+ <PrecompiledHeader >
139+ </PrecompiledHeader >
140+ <WarningLevel >Level3</WarningLevel >
141+ <FunctionLevelLinking >true</FunctionLevelLinking >
142+ <IntrinsicFunctions >true</IntrinsicFunctions >
143+ <SDLCheck >true</SDLCheck >
144+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
145+ <ConformanceMode >true</ConformanceMode >
146+ <LanguageStandard >stdcpp17</LanguageStandard >
147+ <DisableSpecificWarnings >4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
148+ </ClCompile >
149+ <Link >
150+ <SubSystem >Console</SubSystem >
151+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
152+ <OptimizeReferences >true</OptimizeReferences >
153+ <GenerateDebugInformation >true</GenerateDebugInformation >
154+ </Link >
155+ </ItemDefinitionGroup >
156+ <ItemGroup >
157+ <ClCompile Include =" Lua Obfusactor.cpp" />
158+ </ItemGroup >
159+ <ItemGroup >
160+ <CopyFileToFolders Include =" obf.lua" >
161+ <FileType >Document</FileType >
162+ </CopyFileToFolders >
163+ <None Include =" lua.dll" />
164+ <None Include =" packages.config" />
165+ </ItemGroup >
166+ <ItemGroup >
167+ <Image Include =" icon.ico" />
168+ </ItemGroup >
169+ <ItemGroup >
170+ <ClInclude Include =" resource.h" />
171+ </ItemGroup >
172+ <ItemGroup >
173+ <ResourceCompile Include =" Resource.rc" />
174+ </ItemGroup >
175+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
176+ <ImportGroup Label =" ExtensionTargets" >
177+ <Import Project =" ..\packages\lua.redist.5.3.5.1\build\native\lua.redist.targets" Condition =" Exists('..\packages\lua.redist.5.3.5.1\build\native\lua.redist.targets')" />
178+ <Import Project =" ..\packages\lua.5.3.5.1\build\native\lua.targets" Condition =" Exists('..\packages\lua.5.3.5.1\build\native\lua.targets')" />
179+ </ImportGroup >
180+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
181+ <PropertyGroup >
182+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
183+ </PropertyGroup >
184+ <Error Condition =" !Exists('..\packages\lua.redist.5.3.5.1\build\native\lua.redist.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\lua.redist.5.3.5.1\build\native\lua.redist.targets'))" />
185+ <Error Condition =" !Exists('..\packages\lua.5.3.5.1\build\native\lua.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\lua.5.3.5.1\build\native\lua.targets'))" />
186+ </Target >
187+ </Project >
0 commit comments