root/lang/c/NetworkUpdater/trunk/Build/msw/Test.vcxproj @ 39015

Revision 39015, 5.6 kB (checked in by saturday06, 20 months ago)

iosdfja

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
9      <Configuration>Release</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{9AEFE2C7-D066-49E0-9DE6-0E583AE1010E}</ProjectGuid>
15    <RootNamespace>AutoUpdater</RootNamespace>
16    <Keyword>Win32Proj</Keyword>
17  </PropertyGroup>
18  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20    <ConfigurationType>Application</ConfigurationType>
21    <CharacterSet>MultiByte</CharacterSet>
22    <WholeProgramOptimization>true</WholeProgramOptimization>
23  </PropertyGroup>
24  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25    <ConfigurationType>Application</ConfigurationType>
26    <CharacterSet>Unicode</CharacterSet>
27    <CLRSupport>false</CLRSupport>
28  </PropertyGroup>
29  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30  <ImportGroup Label="ExtensionSettings">
31  </ImportGroup>
32  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34    <Import Project="NetworkUpdater.props" />
35  </ImportGroup>
36  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38    <Import Project="NetworkUpdater.props" />
39  </ImportGroup>
40  <PropertyGroup Label="UserMacros" />
41  <PropertyGroup>
42    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
43    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
44    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
45  </PropertyGroup>
46  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47    <ClCompile>
48      <Optimization>Disabled</Optimization>
49      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
50      <MinimalRebuild>false</MinimalRebuild>
51      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
52      <SmallerTypeCheck>true</SmallerTypeCheck>
53      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
54      <PrecompiledHeader>
55      </PrecompiledHeader>
56      <WarningLevel>Level4</WarningLevel>
57      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
58    </ClCompile>
59    <Link>
60      <GenerateDebugInformation>true</GenerateDebugInformation>
61      <AssemblyDebug>true</AssemblyDebug>
62      <SubSystem>Console</SubSystem>
63      <TargetMachine>MachineX86</TargetMachine>
64    </Link>
65  </ItemDefinitionGroup>
66  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67    <ClCompile>
68      <Optimization>MaxSpeed</Optimization>
69      <IntrinsicFunctions>true</IntrinsicFunctions>
70      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
71      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
73      <FunctionLevelLinking>true</FunctionLevelLinking>
74      <PrecompiledHeader>
75      </PrecompiledHeader>
76      <WarningLevel>Level4</WarningLevel>
77      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78      <EnablePREfast>true</EnablePREfast>
79    </ClCompile>
80    <Link>
81      <AdditionalDependencies>wininet.lib;%(AdditionalDependencies)</AdditionalDependencies>
82      <GenerateDebugInformation>true</GenerateDebugInformation>
83      <SubSystem>Console</SubSystem>
84      <OptimizeReferences>true</OptimizeReferences>
85      <EnableCOMDATFolding>true</EnableCOMDATFolding>
86      <TargetMachine>MachineX86</TargetMachine>
87    </Link>
88  </ItemDefinitionGroup>
89  <ItemGroup>
90    <ClCompile Include="Common.c" />
91    <ClCompile Include="Interface.c" />
92    <ClCompile Include="MSW.c" />
93    <ClCompile Include="MSWCom.c" />
94    <ClCompile Include="MSWDownload.c" />
95    <ClCompile Include="MSWExtract.c" />
96    <ClCompile Include="MSWHash.c" />
97    <ClCompile Include="MSWXml.c" />
98    <ClCompile Include="Nodefaultlib.cpp" />
99    <ClCompile Include="Test.cpp" />
100    <ClCompile Include="Version.c" />
101  </ItemGroup>
102  <ItemGroup>
103    <ClInclude Include="Extracter\7za\7za.h" />
104    <ClInclude Include="extracter\7zxa\7zxa.h" />
105    <ClInclude Include="Common.h" />
106    <ClInclude Include="Copy.h" />
107    <ClInclude Include="Headers.h" />
108    <ClInclude Include="MSW.h" />
109    <ClInclude Include="NetworkUpdater.h" />
110    <ClInclude Include="Nodefaultlib.h" />
111    <ClInclude Include="scope_exit.h" />
112    <ClInclude Include="XDef.h" />
113  </ItemGroup>
114  <ItemGroup>
115    <ResourceCompile Include="Test.rc" />
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="License.txt" />
119    <None Include="TODO.txt" />
120  </ItemGroup>
121  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
122  <ImportGroup Label="ExtensionTargets">
123  </ImportGroup>
124</Project>
Note: See TracBrowser for help on using the browser.