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 >18.0</MinimumVisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ <UseCodebase >true</UseCodebase >
7+ </PropertyGroup >
8+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
9+ <PropertyGroup >
10+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
11+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
12+ <SchemaVersion >2.0</SchemaVersion >
13+ <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <ProjectGuid >{18BA03DB-BD8A-4BC1-873A-02E458D99D36}</ProjectGuid >
15+ <OutputType >Library</OutputType >
16+ <AppDesignerFolder >Properties</AppDesignerFolder >
17+ <RootNamespace >VisualStudioDiscordRPC.Dev18</RootNamespace >
18+ <AssemblyName >VisualStudioDiscordRPC.Dev18</AssemblyName >
19+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
20+ <GeneratePkgDefFile >true</GeneratePkgDefFile >
21+ <IncludeAssemblyInVSIXContainer >true</IncludeAssemblyInVSIXContainer >
22+ <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
23+ <IncludeDebugSymbolsInLocalVSIXDeployment >true</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+ <DeployExtension >True</DeployExtension >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41+ <DebugType >pdbonly</DebugType >
42+ <Optimize >true</Optimize >
43+ <OutputPath >bin\Release\</OutputPath >
44+ <DefineConstants >TRACE</DefineConstants >
45+ <ErrorReport >prompt</ErrorReport >
46+ <WarningLevel >4</WarningLevel >
47+ <DeployExtension >False</DeployExtension >
48+ </PropertyGroup >
49+ <ItemGroup >
50+ <Compile Include =" Properties\AssemblyInfo.cs" />
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Content Include =" ..\RELEASE_NOTES.txt" >
54+ <Link >RELEASE_NOTES.txt</Link >
55+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
56+ <IncludeInVSIX >true</IncludeInVSIX >
57+ </Content >
58+ <Content Include =" ..\LICENSE.txt" >
59+ <Link >LICENSE.txt</Link >
60+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
61+ <IncludeInVSIX >true</IncludeInVSIX >
62+ </Content >
63+ <Content Include =" ..\VisualStudioDiscordRPC.Shared\Configs\*.*" >
64+ <Link >Configs\%(Filename).%(Extension)</Link >
65+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
66+ <IncludeInVSIX >true</IncludeInVSIX >
67+ </Content >
68+ <Content Include =" ..\VisualStudioDiscordRPC.Shared\Translations\*.*" >
69+ <Link >Translations\%(Filename).%(Extension)</Link >
70+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
71+ <IncludeInVSIX >true</IncludeInVSIX >
72+ </Content >
73+ <Content Include =" ..\lib\**\**\*.*" >
74+ <Link >lib\%(RecursiveDir)%(Filename)%(Extension)</Link >
75+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
76+ <IncludeInVSIX >true</IncludeInVSIX >
77+ </Content >
78+ <None Include =" source.extension.vsixmanifest" >
79+ <SubType >Designer</SubType >
80+ </None >
81+ </ItemGroup >
82+ <ItemGroup >
83+ <PackageReference Include =" DiscordRichPresence" >
84+ <Version >1.2.1.24</Version >
85+ </PackageReference >
86+ <PackageReference Include =" LibGit2Sharp" >
87+ <Version >0.26.2</Version >
88+ </PackageReference >
89+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.4.33103.184" ExcludeAssets =" runtime" >
90+ <IncludeAssets >compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
91+ </PackageReference >
92+ <PackageReference Include =" Microsoft.VisualStudio.Shell.Framework" >
93+ <Version >17.4.33103.184</Version >
94+ </PackageReference >
95+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.4.2124" >
96+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
97+ <PrivateAssets >all</PrivateAssets >
98+ </PackageReference >
99+ <PackageReference Include =" Newtonsoft.Json" >
100+ <Version >13.0.3</Version >
101+ </PackageReference >
102+ </ItemGroup >
103+ <ItemGroup >
104+ <Reference Include =" Microsoft.CSharp" />
105+ <Reference Include =" PresentationCore" />
106+ <Reference Include =" PresentationFramework" />
107+ <Reference Include =" System" />
108+ <Reference Include =" System.ComponentModel.Composition" />
109+ <Reference Include =" System.Data" />
110+ <Reference Include =" System.Data.DataSetExtensions" />
111+ <Reference Include =" System.Design" />
112+ <Reference Include =" System.Drawing" />
113+ <Reference Include =" System.Windows.Forms" />
114+ <Reference Include =" System.Xaml" />
115+ <Reference Include =" System.Xml" />
116+ <Reference Include =" WindowsBase" />
117+ </ItemGroup >
118+ <ItemGroup >
119+ <VSCTCompile Include =" ..\VisualStudioDiscordRPC.Shared\VisualStudioDiscordRPCPackage.vsct" >
120+ <ResourceName >Menus.ctmenu</ResourceName >
121+ </VSCTCompile >
122+ </ItemGroup >
123+ <ItemGroup >
124+ <Content Include =" ..\VisualStudioDiscordRPC.Shared\icon.png" >
125+ <Link >icon.png</Link >
126+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
127+ <IncludeInVSIX >true</IncludeInVSIX >
128+ </Content >
129+ </ItemGroup >
130+ <Import Project =" ..\VisualStudioDiscordRPC.Shared\VisualStudioDiscordRPC.Shared.projitems" Label =" Shared" />
131+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
133+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134+ Other similar extension points exist, see Microsoft.Common.targets.
135+ <Target Name="BeforeBuild">
136+ </Target>
137+ <Target Name="AfterBuild">
138+ </Target>
139+ -->
140+ </Project >
0 commit comments