1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" 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 =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" Main.c" />
23+ <ClCompile Include =" Misc.c" />
24+ <ClCompile Include =" SanityChecks.c" />
25+ </ItemGroup >
26+ <ItemGroup >
27+ <ClInclude Include =" TimeDefuserOffline.h" />
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <ProjectGuid >{572FCF13-40C5-4DA1-B9E9-853D0CBBDDB6}</ProjectGuid >
31+ <Keyword >Win32Proj</Keyword >
32+ <RootNamespace >offlinevs13</RootNamespace >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >true</UseDebugLibraries >
38+ <PlatformToolset >v120</PlatformToolset >
39+ <CharacterSet >Unicode</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
42+ <ConfigurationType >Application</ConfigurationType >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <PlatformToolset >v120</PlatformToolset >
45+ <CharacterSet >Unicode</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
48+ <ConfigurationType >Application</ConfigurationType >
49+ <UseDebugLibraries >false</UseDebugLibraries >
50+ <PlatformToolset >v120</PlatformToolset >
51+ <WholeProgramOptimization >true</WholeProgramOptimization >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
55+ <ConfigurationType >Application</ConfigurationType >
56+ <UseDebugLibraries >false</UseDebugLibraries >
57+ <PlatformToolset >v120</PlatformToolset >
58+ <WholeProgramOptimization >true</WholeProgramOptimization >
59+ <CharacterSet >Unicode</CharacterSet >
60+ </PropertyGroup >
61+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62+ <ImportGroup Label =" ExtensionSettings" >
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
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|Win32'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
74+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
75+ </ImportGroup >
76+ <PropertyGroup Label =" UserMacros" />
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ <OutDir >$(SolutionDir)\Out\</OutDir >
80+ <IntDir >$(SolutionDir)\Intermediate\$(Platform)\$(ConfigurationName)\</IntDir >
81+ <TargetName >TimeDefuser-Offline-$(Platform)-$(Configuration)</TargetName >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84+ <LinkIncremental >true</LinkIncremental >
85+ <OutDir >$(SolutionDir)\Out\</OutDir >
86+ <IntDir >$(SolutionDir)\Intermediate\$(Platform)\$(ConfigurationName)\</IntDir >
87+ <TargetName >TimeDefuser-Offline-$(Platform)-$(Configuration)</TargetName >
88+ </PropertyGroup >
89+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
90+ <LinkIncremental >false</LinkIncremental >
91+ <OutDir >$(SolutionDir)\Out\</OutDir >
92+ <IntDir >$(SolutionDir)\Intermediate\$(Platform)\$(ConfigurationName)\</IntDir >
93+ <TargetName >TimeDefuser-Offline-$(Platform)-$(Configuration)</TargetName >
94+ </PropertyGroup >
95+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
96+ <LinkIncremental >false</LinkIncremental >
97+ <OutDir >$(SolutionDir)\Out\</OutDir >
98+ <IntDir >$(SolutionDir)\Intermediate\$(Platform)\$(ConfigurationName)\</IntDir >
99+ <TargetName >TimeDefuser-Offline-$(Platform)-$(Configuration)</TargetName >
100+ </PropertyGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
102+ <ClCompile >
103+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
104+ <WarningLevel >Level3</WarningLevel >
105+ <Optimization >Disabled</Optimization >
106+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107+ <SDLCheck >true</SDLCheck >
108+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
109+ </ClCompile >
110+ <Link >
111+ <SubSystem >Console</SubSystem >
112+ <GenerateDebugInformation >true</GenerateDebugInformation >
113+ </Link >
114+ </ItemDefinitionGroup >
115+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
116+ <ClCompile >
117+ <PrecompiledHeader >Use</PrecompiledHeader >
118+ <WarningLevel >Level3</WarningLevel >
119+ <Optimization >Disabled</Optimization >
120+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <SDLCheck >true</SDLCheck >
122+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
123+ </ClCompile >
124+ <Link >
125+ <SubSystem >Console</SubSystem >
126+ <GenerateDebugInformation >true</GenerateDebugInformation >
127+ </Link >
128+ </ItemDefinitionGroup >
129+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
130+ <ClCompile >
131+ <WarningLevel >Level3</WarningLevel >
132+ <PrecompiledHeader >Use</PrecompiledHeader >
133+ <Optimization >MaxSpeed</Optimization >
134+ <FunctionLevelLinking >true</FunctionLevelLinking >
135+ <IntrinsicFunctions >true</IntrinsicFunctions >
136+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
137+ <SDLCheck >true</SDLCheck >
138+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
139+ </ClCompile >
140+ <Link >
141+ <SubSystem >Console</SubSystem >
142+ <GenerateDebugInformation >true</GenerateDebugInformation >
143+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
144+ <OptimizeReferences >true</OptimizeReferences >
145+ </Link >
146+ </ItemDefinitionGroup >
147+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
148+ <ClCompile >
149+ <WarningLevel >Level3</WarningLevel >
150+ <PrecompiledHeader >Use</PrecompiledHeader >
151+ <Optimization >MaxSpeed</Optimization >
152+ <FunctionLevelLinking >true</FunctionLevelLinking >
153+ <IntrinsicFunctions >true</IntrinsicFunctions >
154+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
155+ <SDLCheck >true</SDLCheck >
156+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
157+ </ClCompile >
158+ <Link >
159+ <SubSystem >Console</SubSystem >
160+ <GenerateDebugInformation >true</GenerateDebugInformation >
161+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
162+ <OptimizeReferences >true</OptimizeReferences >
163+ </Link >
164+ </ItemDefinitionGroup >
165+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
166+ <ImportGroup Label =" ExtensionTargets" >
167+ </ImportGroup >
168+ </Project >
0 commit comments