1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12.0" >
3
+ <PropertyGroup >
4
+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
5
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12.0</VisualStudioVersion >
6
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
7
+ <FileUpgradeFlags >
8
+ </FileUpgradeFlags >
9
+ <UpgradeBackupLocation >
10
+ </UpgradeBackupLocation >
11
+ <OldToolsVersion >12.0</OldToolsVersion >
12
+ </PropertyGroup >
13
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
14
+ <PropertyGroup >
15
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
16
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
17
+ <SchemaVersion >2.0</SchemaVersion >
18
+ <ProjectGuid >{3A2F99A1-2F03-4C5A-AF74-9923E4D1FB20}</ProjectGuid >
19
+ <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
20
+ <OutputType >Library</OutputType >
21
+ <AppDesignerFolder >Properties</AppDesignerFolder >
22
+ <RootNamespace >ImageVisualizer.Auto</RootNamespace >
23
+ <AssemblyName >Auto</AssemblyName >
24
+ <SignAssembly >True</SignAssembly >
25
+ <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
26
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29
+ <DebugSymbols >true</DebugSymbols >
30
+ <DebugType >full</DebugType >
31
+ <Optimize >false</Optimize >
32
+ <OutputPath >bin\Debug\</OutputPath >
33
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
38
+ <DebugType >pdbonly</DebugType >
39
+ <Optimize >true</Optimize >
40
+ <OutputPath >bin\Release\</OutputPath >
41
+ <DefineConstants >TRACE</DefineConstants >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <WarningLevel >4</WarningLevel >
44
+ <RunCodeAnalysis >true</RunCodeAnalysis >
45
+ </PropertyGroup >
46
+ <ItemGroup >
47
+ <Reference Include =" envdte90a, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
48
+ <EmbedInteropTypes >True</EmbedInteropTypes >
49
+ </Reference >
50
+ <Reference Include =" Microsoft.CSharp" />
51
+ <Reference Include =" Microsoft.VisualStudio.CoreUtility, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
52
+ <Reference Include =" Microsoft.VisualStudio.Debugger.Interop, Version=8.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
53
+ <EmbedInteropTypes >True</EmbedInteropTypes >
54
+ </Reference >
55
+ <Reference Include =" Microsoft.VisualStudio.Language.Intellisense, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
56
+ <Reference Include =" Microsoft.VisualStudio.OLE.Interop" />
57
+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop" />
58
+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.8.0" />
59
+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.9.0" />
60
+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.10.0" />
61
+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.11.0" >
62
+ <EmbedInteropTypes >true</EmbedInteropTypes >
63
+ </Reference >
64
+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.12.0" >
65
+ <EmbedInteropTypes >true</EmbedInteropTypes >
66
+ </Reference >
67
+ <Reference Include =" Microsoft.VisualStudio.Text.Data, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
68
+ <Reference Include =" Microsoft.VisualStudio.Text.Logic, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
69
+ <Reference Include =" Microsoft.VisualStudio.Text.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
70
+ <Reference Include =" Microsoft.VisualStudio.Text.UI.Wpf, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
71
+ <Reference Include =" Microsoft.VisualStudio.TextManager.Interop" />
72
+ <Reference Include =" Microsoft.VisualStudio.Shell.12.0" />
73
+ <Reference Include =" Microsoft.VisualStudio.Shell.Immutable.10.0" />
74
+ <Reference Include =" Microsoft.VisualStudio.Shell.Immutable.11.0" />
75
+ <Reference Include =" Microsoft.VisualStudio.Shell.Immutable.12.0" />
76
+ <Reference Include =" PresentationCore" />
77
+ <Reference Include =" PresentationFramework" />
78
+ <Reference Include =" System" />
79
+ <Reference Include =" System.ComponentModel.Composition" />
80
+ <Reference Include =" System.Core" />
81
+ <Reference Include =" System.Data" />
82
+ <Reference Include =" System.Design" />
83
+ <Reference Include =" System.Drawing" />
84
+ <Reference Include =" System.Windows" />
85
+ <Reference Include =" System.Windows.Controls.Ribbon" />
86
+ <Reference Include =" System.Windows.Forms" />
87
+ <Reference Include =" System.Xaml" />
88
+ <Reference Include =" System.Xml" />
89
+ <Reference Include =" WindowsBase" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <COMReference Include =" EnvDTE" >
93
+ <Guid >{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid >
94
+ <VersionMajor >8</VersionMajor >
95
+ <VersionMinor >0</VersionMinor >
96
+ <Lcid >0</Lcid >
97
+ <WrapperTool >primary</WrapperTool >
98
+ <Isolated >False</Isolated >
99
+ <EmbedInteropTypes >False</EmbedInteropTypes >
100
+ </COMReference >
101
+ <COMReference Include =" Microsoft.VisualStudio.CommandBars" >
102
+ <Guid >{1CBA492E-7263-47BB-87FE-639000619B15}</Guid >
103
+ <VersionMajor >8</VersionMajor >
104
+ <VersionMinor >0</VersionMinor >
105
+ <Lcid >0</Lcid >
106
+ <WrapperTool >primary</WrapperTool >
107
+ <Isolated >False</Isolated >
108
+ <EmbedInteropTypes >False</EmbedInteropTypes >
109
+ </COMReference >
110
+ <COMReference Include =" stdole" >
111
+ <Guid >{00020430-0000-0000-C000-000000000046}</Guid >
112
+ <VersionMajor >2</VersionMajor >
113
+ <VersionMinor >0</VersionMinor >
114
+ <Lcid >0</Lcid >
115
+ <WrapperTool >primary</WrapperTool >
116
+ <Isolated >False</Isolated >
117
+ <EmbedInteropTypes >False</EmbedInteropTypes >
118
+ </COMReference >
119
+ </ItemGroup >
120
+ <ItemGroup >
121
+ <Compile Include =" ImageVisualizerController.cs" />
122
+ <Compile Include =" Guids.cs" />
123
+ <Compile Include =" imageviewer.xaml.cs" >
124
+ <DependentUpon >imageviewer.xaml</DependentUpon >
125
+ </Compile >
126
+ <Compile Include =" Resources.Designer.cs" >
127
+ <AutoGen >True</AutoGen >
128
+ <DesignTime >True</DesignTime >
129
+ <DependentUpon >Resources.resx</DependentUpon >
130
+ </Compile >
131
+ <Compile Include =" GlobalSuppressions.cs" />
132
+ <Compile Include =" ImageVisualizerPackage.cs" />
133
+ <Compile Include =" Properties\AssemblyInfo.cs" />
134
+ <Compile Include =" PkgCmdID.cs" />
135
+ </ItemGroup >
136
+ <ItemGroup >
137
+ <EmbeddedResource Include =" Resources.resx" >
138
+ <Generator >ResXFileCodeGenerator</Generator >
139
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
140
+ <SubType >Designer</SubType >
141
+ </EmbeddedResource >
142
+ <EmbeddedResource Include =" VSPackage.resx" >
143
+ <MergeWithCTO >true</MergeWithCTO >
144
+ <ManifestResourceName >VSPackage</ManifestResourceName >
145
+ </EmbeddedResource >
146
+ </ItemGroup >
147
+ <ItemGroup >
148
+ <None Include =" source.extension.vsixmanifest" >
149
+ <SubType >Designer</SubType >
150
+ </None >
151
+ </ItemGroup >
152
+ <ItemGroup >
153
+ <None Include =" Key.snk" />
154
+ </ItemGroup >
155
+ <ItemGroup >
156
+ <VSCTCompile Include =" Auto.vsct" >
157
+ <ResourceName >Menus.ctmenu</ResourceName >
158
+ </VSCTCompile >
159
+ </ItemGroup >
160
+ <ItemGroup >
161
+ <None Include =" Resources\Images.png" />
162
+ </ItemGroup >
163
+ <ItemGroup >
164
+ <Content Include =" Resources\Package.ico" />
165
+ </ItemGroup >
166
+ <ItemGroup >
167
+ <Page Include =" imageviewer.xaml" >
168
+ <Generator >MSBuild:Compile</Generator >
169
+ <SubType >Designer</SubType >
170
+ </Page >
171
+ </ItemGroup >
172
+ <PropertyGroup >
173
+ <UseCodebase >true</UseCodebase >
174
+ </PropertyGroup >
175
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
176
+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
177
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178
+ Other similar extension points exist, see Microsoft.Common.targets.
179
+ <Target Name="BeforeBuild">
180
+ </Target>
181
+ <Target Name="AfterBuild">
182
+ </Target>
183
+ -->
184
+ </Project >
0 commit comments