Upload initial project
[9413project001.git] / Decrypt / Decrypt / Decrypt.vcxproj
blobca3f8ce88c05b288b97c1cf27c3c0690fc2657b8
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   <ItemGroup>
14     <ClCompile Include="Crypt.cpp" />
15     <ClCompile Include="md5.cpp" />
16     <ClCompile Include="test.cpp" />
17   </ItemGroup>
18   <ItemGroup>
19     <ClInclude Include="crypt.h" />
20     <ClInclude Include="md5.h" />
21   </ItemGroup>
22   <PropertyGroup Label="Globals">
23     <ProjectGuid>{3A75A712-3FB1-4D8D-9E65-B14AD1A24EB6}</ProjectGuid>
24     <RootNamespace>Decrypt</RootNamespace>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29     <UseDebugLibraries>true</UseDebugLibraries>
30     <PlatformToolset>v110</PlatformToolset>
31     <CharacterSet>MultiByte</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34     <ConfigurationType>Application</ConfigurationType>
35     <UseDebugLibraries>false</UseDebugLibraries>
36     <PlatformToolset>v110</PlatformToolset>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38     <CharacterSet>MultiByte</CharacterSet>
39   </PropertyGroup>
40   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41   <ImportGroup Label="ExtensionSettings">
42   </ImportGroup>
43   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
45   </ImportGroup>
46   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48   </ImportGroup>
49   <PropertyGroup Label="UserMacros" />
50   <PropertyGroup />
51   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52     <ClCompile>
53       <WarningLevel>Level3</WarningLevel>
54       <Optimization>Disabled</Optimization>
55       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
56       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
57     </ClCompile>
58     <Link>
59       <GenerateDebugInformation>true</GenerateDebugInformation>
60     </Link>
61   </ItemDefinitionGroup>
62   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63     <ClCompile>
64       <WarningLevel>Level3</WarningLevel>
65       <Optimization>MaxSpeed</Optimization>
66       <FunctionLevelLinking>true</FunctionLevelLinking>
67       <IntrinsicFunctions>true</IntrinsicFunctions>
68       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
69     </ClCompile>
70     <Link>
71       <GenerateDebugInformation>true</GenerateDebugInformation>
72       <EnableCOMDATFolding>true</EnableCOMDATFolding>
73       <OptimizeReferences>true</OptimizeReferences>
74     </Link>
75   </ItemDefinitionGroup>
76   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
77   <ImportGroup Label="ExtensionTargets">
78   </ImportGroup>
79 </Project>