0
|
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>{9D063CAA-4C44-4C5E-9C9E-74EFA4049FEC}</ProjectGuid>
|
|
15 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
16 <Keyword>ManagedCProj</Keyword>
|
|
17 <RootNamespace>ExamplesCpp</RootNamespace>
|
|
18 </PropertyGroup>
|
|
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
21 <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
22 <UseDebugLibraries>true</UseDebugLibraries>
|
|
23 <PlatformToolset>v110</PlatformToolset>
|
|
24 <CLRSupport>true</CLRSupport>
|
|
25 <CharacterSet>Unicode</CharacterSet>
|
|
26 </PropertyGroup>
|
|
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
28 <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
29 <UseDebugLibraries>false</UseDebugLibraries>
|
|
30 <PlatformToolset>v110</PlatformToolset>
|
|
31 <CLRSupport>true</CLRSupport>
|
|
32 <CharacterSet>Unicode</CharacterSet>
|
|
33 </PropertyGroup>
|
|
34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
35 <ImportGroup Label="ExtensionSettings">
|
|
36 </ImportGroup>
|
|
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
39 </ImportGroup>
|
|
40 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
41 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
42 </ImportGroup>
|
|
43 <PropertyGroup Label="UserMacros" />
|
|
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
45 <LinkIncremental>true</LinkIncremental>
|
|
46 </PropertyGroup>
|
|
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
48 <LinkIncremental>false</LinkIncremental>
|
|
49 </PropertyGroup>
|
|
50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
51 <ClCompile>
|
|
52 <WarningLevel>Level3</WarningLevel>
|
|
53 <Optimization>Disabled</Optimization>
|
|
54 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
55 <PrecompiledHeader>Use</PrecompiledHeader>
|
|
56 </ClCompile>
|
|
57 <Link>
|
|
58 <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
59 <AdditionalDependencies />
|
|
60 </Link>
|
|
61 </ItemDefinitionGroup>
|
|
62 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
63 <ClCompile>
|
|
64 <WarningLevel>Level3</WarningLevel>
|
|
65 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
66 <PrecompiledHeader>Use</PrecompiledHeader>
|
|
67 </ClCompile>
|
|
68 <Link>
|
|
69 <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
70 <AdditionalDependencies />
|
|
71 </Link>
|
|
72 </ItemDefinitionGroup>
|
|
73 <ItemGroup>
|
|
74 <Reference Include="nunit.framework">
|
|
75 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
|
|
76 </Reference>
|
|
77 <Reference Include="System" />
|
|
78 <Reference Include="System.Data" />
|
|
79 <Reference Include="System.Xml" />
|
|
80 </ItemGroup>
|
|
81 <ItemGroup>
|
|
82 <ClInclude Include="Examples.Cpp.h" />
|
|
83 <ClInclude Include="resource.h" />
|
|
84 <ClInclude Include="Stdafx.h" />
|
|
85 </ItemGroup>
|
|
86 <ItemGroup>
|
|
87 <ClCompile Include="AssemblyInfo.cpp" />
|
|
88 <ClCompile Include="Examples.Cpp.cpp" />
|
|
89 <ClCompile Include="HelloWorld.cpp" />
|
|
90 <ClCompile Include="Stdafx.cpp">
|
|
91 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
92 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
93 </ClCompile>
|
|
94 </ItemGroup>
|
|
95 <ItemGroup>
|
|
96 <Text Include="ReadMe.txt" />
|
|
97 </ItemGroup>
|
|
98 <ItemGroup>
|
|
99 <ResourceCompile Include="app.rc" />
|
|
100 </ItemGroup>
|
|
101 <ItemGroup>
|
|
102 <Image Include="app.ico" />
|
|
103 </ItemGroup>
|
|
104 <ItemGroup>
|
|
105 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
|
|
106 <Project>{0c325f5d-e50e-4340-8724-d29896ccc583}</Project>
|
|
107 </ProjectReference>
|
|
108 </ItemGroup>
|
|
109 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
110 <ImportGroup Label="ExtensionTargets">
|
|
111 </ImportGroup>
|
|
112 </Project> |