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
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
5
+ <LangVersion >latest</LangVersion >
6
+ <TargetFrameworkProfile />
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 >{B37F2AE5-CDEC-45B3-944D-8EF912810A12}</ProjectGuid >
15
+ <OutputType >Library</OutputType >
16
+ <AppDesignerFolder >Properties</AppDesignerFolder >
17
+ <RootNamespace >CodeiumVS</RootNamespace >
18
+ <AssemblyName >Codeium</AssemblyName >
19
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
20
+ <GeneratePkgDefFile >true</GeneratePkgDefFile >
21
+ <UseCodebase >true</UseCodebase >
22
+ <IncludeAssemblyInVSIXContainer >true</IncludeAssemblyInVSIXContainer >
23
+ <IncludeDebugSymbolsInVSIXContainer >true</IncludeDebugSymbolsInVSIXContainer >
24
+ <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
25
+ <CopyBuildOutputToOutputDirectory >true</CopyBuildOutputToOutputDirectory >
26
+ <CopyOutputSymbolsToOutputDirectory >true</CopyOutputSymbolsToOutputDirectory >
27
+ <StartAction >Program</StartAction >
28
+ <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
29
+ <StartArguments >/rootsuffix Exp</StartArguments >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32
+ <DebugSymbols >true</DebugSymbols >
33
+ <DebugType >full</DebugType >
34
+ <Optimize >false</Optimize >
35
+ <OutputPath >bin\Debug\</OutputPath >
36
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <WarningLevel >4</WarningLevel >
39
+ <LangVersion >preview</LangVersion >
40
+ </PropertyGroup >
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42
+ <DebugType >pdbonly</DebugType >
43
+ <Optimize >true</Optimize >
44
+ <OutputPath >bin\Release\</OutputPath >
45
+ <DefineConstants >TRACE</DefineConstants >
46
+ <ErrorReport >prompt</ErrorReport >
47
+ <WarningLevel >4</WarningLevel >
48
+ </PropertyGroup >
49
+ <ItemGroup >
50
+ <Compile Include =" LanguageServer\LanguageServerController.cs" />
51
+ <Compile Include =" LanguageServer\LanguageServer.cs" />
52
+ <Compile Include =" LanguageServer\Packets.cs" />
53
+ <Compile Include =" NotificationBar.cs" />
54
+ <Compile Include =" Properties\Resources.Designer.cs" >
55
+ <AutoGen >True</AutoGen >
56
+ <DesignTime >True</DesignTime >
57
+ <DependentUpon >Resources.resx</DependentUpon >
58
+ </Compile >
59
+ <Compile Include =" Proposal\CodeiumProposalManager.cs" />
60
+ <Compile Include =" Proposal\CodeiumProposalManagerProvider.cs" />
61
+ <Compile Include =" Proposal\CodeiumProposalSource.cs" />
62
+ <Compile Include =" Proposal\CodeiumProposalSourceProvider.cs" />
63
+ <Compile Include =" Proposal\Mapper.cs" />
64
+ <Compile Include =" Windows\ChatToolWindow.cs" />
65
+ <Compile Include =" Windows\EnterTokenDialogWindow.cs" />
66
+ <Compile Include =" Commands.cs" />
67
+ <Compile Include =" OutputWindow.cs" />
68
+ <Compile Include =" Properties\AssemblyInfo.cs" />
69
+ <Compile Include =" SettingsPage.cs" >
70
+ <SubType >Component</SubType >
71
+ </Compile >
72
+ <Compile Include =" CodeiumVSPackage.cs" />
73
+ <Compile Include =" source.extension.cs" >
74
+ <AutoGen >True</AutoGen >
75
+ <DesignTime >True</DesignTime >
76
+ <DependentUpon >source.extension.vsixmanifest</DependentUpon >
77
+ </Compile >
78
+ <Compile Include =" VSCommandTable.cs" >
79
+ <AutoGen >True</AutoGen >
80
+ <DesignTime >True</DesignTime >
81
+ <DependentUpon >VSCommandTable.vsct</DependentUpon >
82
+ </Compile >
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <None Include =" ..\.editorconfig" >
86
+ <Link >.editorconfig</Link >
87
+ </None >
88
+ <None Include =" app.config" />
89
+ <None Include =" source.extension.vsixmanifest" >
90
+ <SubType >Designer</SubType >
91
+ <Generator >VsixManifestGenerator</Generator >
92
+ <LastGenOutput >source.extension.cs</LastGenOutput >
93
+ </None >
94
+ <None Include =" Resources\ChatLoadingPage.html.txt" />
95
+ <Content Include =" Resources\Icon.png" >
96
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
97
+ <IncludeInVSIX >true</IncludeInVSIX >
98
+ </Content >
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <VSCTCompile Include =" VSCommandTable.vsct" >
102
+ <ResourceName >Menus.ctmenu</ResourceName >
103
+ <Generator >VsctGenerator</Generator >
104
+ <LastGenOutput >VSCommandTable.cs</LastGenOutput >
105
+ </VSCTCompile >
106
+ </ItemGroup >
107
+ <ItemGroup >
108
+ <Reference Include =" Microsoft.CSharp" />
109
+ <Reference Include =" PresentationCore" />
110
+ <Reference Include =" PresentationFramework" />
111
+ <Reference Include =" System" />
112
+ <Reference Include =" System.Design" />
113
+ <Reference Include =" System.ComponentModel.Composition" />
114
+ <Reference Include =" System.Drawing" />
115
+ <Reference Include =" System.Net.Http" />
116
+ <Reference Include =" System.Xaml" />
117
+ <Reference Include =" System.Xml" />
118
+ <Reference Include =" WindowsBase" />
119
+ </ItemGroup >
120
+ <ItemGroup >
121
+ <PackageReference Include =" Community.VisualStudio.VSCT" Version =" 16.0.29.6" PrivateAssets =" all" />
122
+ <PackageReference Include =" Community.VisualStudio.Toolkit.17" Version =" 17.0.507" ExcludeAssets =" Runtime" >
123
+ <IncludeAssets >compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
124
+ </PackageReference >
125
+ <PackageReference Include =" Microsoft.VisualStudio.Language" >
126
+ <Version >17.8.222</Version >
127
+ </PackageReference >
128
+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.8.2365" >
129
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
130
+ <PrivateAssets >all</PrivateAssets >
131
+ </PackageReference >
132
+ <PackageReference Include =" Microsoft.Web.WebView2" >
133
+ <Version >1.0.2151.40</Version >
134
+ </PackageReference >
135
+ <PackageReference Include =" protobuf-net" >
136
+ <Version >3.2.30</Version >
137
+ </PackageReference >
138
+ <PackageReference Include =" WebSocketSharp" >
139
+ <Version >1.0.3-rc11</Version >
140
+ </PackageReference >
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <Page Include =" Windows\ChatToolWindowControl.xaml" >
144
+ <Generator >MSBuild:Compile</Generator >
145
+ </Page >
146
+ <Page Include =" Windows\EnterTokenDialogWindowControl.xaml" >
147
+ <Generator >MSBuild:Compile</Generator >
148
+ </Page >
149
+ </ItemGroup >
150
+ <ItemGroup >
151
+ <EmbeddedResource Include =" Properties\Resources.resx" >
152
+ <Generator >ResXFileCodeGenerator</Generator >
153
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
154
+ </EmbeddedResource >
155
+ </ItemGroup >
156
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157
+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
158
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159
+ Other similar extension points exist, see Microsoft.Common.targets.
160
+ <Target Name="BeforeBuild">
161
+ </Target>
162
+ <Target Name="AfterBuild">
163
+ </Target>
164
+ -->
165
+ </Project >
0 commit comments