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 >16.0</MinimumVisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ <TargetFrameworkProfile />
7+ </PropertyGroup >
8+ <PropertyGroup >
9+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
10+ </PropertyGroup >
11+ <PropertyGroup >
12+ <SignAssembly >true</SignAssembly >
13+ </PropertyGroup >
14+ <PropertyGroup >
15+ <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
18+ <DebugType >full</DebugType >
19+ <DefineConstants >DEBUG</DefineConstants >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
22+ <Optimize >true</Optimize >
23+ </PropertyGroup >
24+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
25+ <PropertyGroup >
26+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
27+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
28+ <SchemaVersion >2.0</SchemaVersion >
29+ <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
30+ <ProjectGuid >{20E5D5AE-8299-4522-AD34-FAE0DB331560}</ProjectGuid >
31+ <OutputType >Library</OutputType >
32+ <AppDesignerFolder >Properties</AppDesignerFolder >
33+ <RootNamespace >WakaTime</RootNamespace >
34+ <AssemblyName >WakaTime.Dev18</AssemblyName >
35+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
36+ <GeneratePkgDefFile >true</GeneratePkgDefFile >
37+ <UseCodebase >true</UseCodebase >
38+ <IncludeAssemblyInVSIXContainer >true</IncludeAssemblyInVSIXContainer >
39+ <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
40+ <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
41+ <CopyBuildOutputToOutputDirectory >true</CopyBuildOutputToOutputDirectory >
42+ <CopyOutputSymbolsToOutputDirectory >true</CopyOutputSymbolsToOutputDirectory >
43+ <StartAction >Program</StartAction >
44+ <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
45+ <StartArguments >/rootsuffix Exp</StartArguments >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
48+ <PlatformTarget >x64</PlatformTarget >
49+ <OutputPath >bin\x64\Debug\</OutputPath >
50+ <DefineConstants >TRACE;DEBUG</DefineConstants >
51+ <DebugType >full</DebugType >
52+ <DeployExtension >True</DeployExtension >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
55+ <PlatformTarget >x64</PlatformTarget >
56+ <OutputPath >bin\x64\Release\</OutputPath >
57+ <Optimize >true</Optimize >
58+ <DefineConstants >TRACE</DefineConstants >
59+ <DebugType >pdbonly</DebugType >
60+ <DebugSymbols >true</DebugSymbols >
61+ </PropertyGroup >
62+ <ItemGroup >
63+ <Compile Include =" ExtensionUtils\GuidList2026.cs" />
64+ <Compile Include =" ExtensionUtils\Logger.cs" />
65+ <Compile Include =" ExtensionUtils\StatusbarControl.cs" />
66+ <Compile Include =" ExtensionUtils\StatusbarInjector.cs" />
67+ <Compile Include =" Forms\ApiKeyForm.cs" >
68+ <SubType >Form</SubType >
69+ </Compile >
70+ <Compile Include =" Forms\ApiKeyForm.Designer.cs" >
71+ <DependentUpon >ApiKeyForm.cs</DependentUpon >
72+ </Compile >
73+ <Compile Include =" Forms\SettingsForm.cs" >
74+ <SubType >Form</SubType >
75+ </Compile >
76+ <Compile Include =" Forms\SettingsForm.Designer.cs" >
77+ <DependentUpon >SettingsForm.cs</DependentUpon >
78+ </Compile >
79+ <Compile Include =" GlobalSuppressions.cs" />
80+ <Compile Include =" Properties\AssemblyInfo.cs" />
81+ <Compile Include =" WakaTimePackage.cs" />
82+ </ItemGroup >
83+ <ItemGroup >
84+ <Content Include =" ..\LICENSE" >
85+ <Link >LICENSE</Link >
86+ <IncludeInVSIX >true</IncludeInVSIX >
87+ </Content >
88+ <None Include =" Key.snk" />
89+ <None Include =" source.extension.vsixmanifest" >
90+ <SubType >Designer</SubType >
91+ </None >
92+ </ItemGroup >
93+ <ItemGroup >
94+ <Reference Include =" PresentationCore" />
95+ <Reference Include =" PresentationFramework" />
96+ <Reference Include =" System" />
97+ <Reference Include =" System.Design" />
98+ <Reference Include =" System.Drawing" />
99+ <Reference Include =" System.IO.Compression.FileSystem" />
100+ <Reference Include =" System.Web.Extensions" />
101+ <Reference Include =" System.Windows.Forms" />
102+ <Reference Include =" WindowsBase" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.32112.339" ExcludeAssets =" runtime" >
106+ <IncludeAssets >compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
107+ </PackageReference >
108+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.0.5234" >
109+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
110+ <PrivateAssets >all</PrivateAssets >
111+ </PackageReference >
112+ <PackageReference Include =" WakaTime.Shared.ExtensionUtils" >
113+ <Version >4.2.2</Version >
114+ </PackageReference >
115+ </ItemGroup >
116+ <ItemGroup >
117+ <EmbeddedResource Include =" Forms\APIKeyForm.resx" >
118+ <DependentUpon >ApiKeyForm.cs</DependentUpon >
119+ </EmbeddedResource >
120+ <EmbeddedResource Include =" Forms\SettingsForm.resx" >
121+ <DependentUpon >SettingsForm.cs</DependentUpon >
122+ </EmbeddedResource >
123+ </ItemGroup >
124+ <ItemGroup >
125+ <Content Include =" Assets\dashboard.png" >
126+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
127+ <IncludeInVSIX >true</IncludeInVSIX >
128+ </Content >
129+ <Content Include =" Assets\output-window.png" />
130+ <Content Include =" Assets\wakatime-120.ico" />
131+ <Content Include =" Assets\wakatime-120.png" >
132+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
133+ <IncludeInVSIX >true</IncludeInVSIX >
134+ </Content >
135+ <Content Include =" Assets\wakatime-16.png" />
136+ <VSCTCompile Include =" WakaTime.vsct" >
137+ <ResourceName >Menus.ctmenu</ResourceName >
138+ <SubType >Designer</SubType >
139+ </VSCTCompile >
140+ </ItemGroup >
141+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
143+ <PropertyGroup >
144+ <PreBuildEvent >
145+ </PreBuildEvent >
146+ </PropertyGroup >
147+ <PropertyGroup >
148+ <PostBuildEvent >
149+ </PostBuildEvent >
150+ </PropertyGroup >
151+ </Project >
0 commit comments