1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <MinimumVisualStudioVersion >17.0</MinimumVisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ </PropertyGroup >
7+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
8+ <PropertyGroup >
9+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11+ <SchemaVersion >2.0</SchemaVersion >
12+ <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
13+ <ProjectGuid >{2979BE80-DC0A-4096-8A07-439FEA4E4080}</ProjectGuid >
14+ <OutputType >Library</OutputType >
15+ <AppDesignerFolder >Properties</AppDesignerFolder >
16+ <RootNamespace >LuaDkmDebugger17</RootNamespace >
17+ <AssemblyName >LuaDkmDebugger17</AssemblyName >
18+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
19+ <GeneratePkgDefFile >true</GeneratePkgDefFile >
20+ <UseCodebase >true</UseCodebase >
21+ <IncludeAssemblyInVSIXContainer >true</IncludeAssemblyInVSIXContainer >
22+ <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
23+ <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
24+ <CopyBuildOutputToOutputDirectory >true</CopyBuildOutputToOutputDirectory >
25+ <CopyOutputSymbolsToOutputDirectory >true</CopyOutputSymbolsToOutputDirectory >
26+ <StartAction >Program</StartAction >
27+ <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
28+ <StartArguments >/rootsuffix Exp</StartArguments >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31+ <DebugSymbols >true</DebugSymbols >
32+ <DebugType >full</DebugType >
33+ <Optimize >false</Optimize >
34+ <OutputPath >bin\Debug\</OutputPath >
35+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36+ <ErrorReport >prompt</ErrorReport >
37+ <WarningLevel >4</WarningLevel >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
40+ <DebugType >pdbonly</DebugType >
41+ <Optimize >true</Optimize >
42+ <OutputPath >bin\Release\</OutputPath >
43+ <DefineConstants >TRACE</DefineConstants >
44+ <ErrorReport >prompt</ErrorReport >
45+ <WarningLevel >4</WarningLevel >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <Compile Include =" Properties\AssemblyInfo.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <None Include =" source.extension.vsixmanifest" >
52+ <SubType >Designer</SubType >
53+ </None >
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Reference Include =" PresentationCore" />
57+ <Reference Include =" PresentationFramework" />
58+ <Reference Include =" System" />
59+ <Reference Include =" System.ComponentModel.Composition" />
60+ <Reference Include =" System.Design" />
61+ <Reference Include =" System.Xaml" />
62+ <Reference Include =" WindowsBase" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.31902.203" ExcludeAssets =" runtime" />
66+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.0.5233" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <Content Include =" ..\LuaDkmDebuggerShared\.pkgdef" >
70+ <Link >.pkgdef</Link >
71+ <IncludeInVSIX >true</IncludeInVSIX >
72+ </Content >
73+ <Content Include =" ..\LuaDkmDebuggerShared\license.txt" >
74+ <Link >license.txt</Link >
75+ <IncludeInVSIX >true</IncludeInVSIX >
76+ </Content >
77+ <Content Include =" ..\LuaDkmDebuggerShared\LuaDebugAttacher_x64.exe" >
78+ <Link >LuaDebugAttacher_x64.exe</Link >
79+ <IncludeInVSIX >true</IncludeInVSIX >
80+ </Content >
81+ <Content Include =" ..\LuaDkmDebuggerShared\LuaDebugHelper_x64.dll" >
82+ <Link >LuaDebugHelper_x64.dll</Link >
83+ <IncludeInVSIX >true</IncludeInVSIX >
84+ </Content >
85+ <Content Include =" ..\LuaDkmDebuggerShared\LuaDebugHelper_x86.dll" >
86+ <Link >LuaDebugHelper_x86.dll</Link >
87+ <IncludeInVSIX >true</IncludeInVSIX >
88+ </Content >
89+ </ItemGroup >
90+ <ItemGroup >
91+ <VSCTCompile Include =" ..\LuaDkmDebuggerShared\LuaDkmDebugger.vsct" >
92+ <Link >LuaDkmDebugger.vsct</Link >
93+ <ResourceName >LuaDkmDebuggerMenus.ctmenu</ResourceName >
94+ </VSCTCompile >
95+ </ItemGroup >
96+ <ItemGroup >
97+ <ProjectReference Include =" ..\LuaDkmDebuggerComponent\LuaDkmDebuggerComponent.csproj" >
98+ <Project >{671c8b4f-93f5-4aec-82e6-6c65a80798e7}</Project >
99+ <Name >LuaDkmDebuggerComponent</Name >
100+ </ProjectReference >
101+ </ItemGroup >
102+ <Import Project =" ..\LuaDkmDebuggerCommon\LuaDkmDebuggerCommon.projitems" Label =" Shared" />
103+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
105+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106+ Other similar extension points exist, see Microsoft.Common.targets.
107+ <Target Name="BeforeBuild">
108+ </Target>
109+ <Target Name="AfterBuild">
110+ </Target>
111+ -->
112+ </Project >
0 commit comments