|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
| 3 | + <Import Project="..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" /> |
3 | 4 | <PropertyGroup>
|
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
9 | 10 | <OutputType>WinExe</OutputType>
|
10 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 12 | <RootNamespace>EveOPreview</RootNamespace>
|
12 |
| - <AssemblyName>Eve-O Preview</AssemblyName> |
| 13 | + <AssemblyName>EVE-O Preview</AssemblyName> |
13 | 14 | <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
14 | 15 | <NuGetPackageImportStamp>
|
15 | 16 | </NuGetPackageImportStamp>
|
|
75 | 76 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
76 | 77 | </PropertyGroup>
|
77 | 78 | <ItemGroup>
|
78 |
| - <Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
79 |
| - <HintPath>..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath> |
80 |
| - <Private>False</Private> |
| 79 | + <Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath> |
81 | 81 | </Reference>
|
82 |
| - <Reference Include="LightInject"> |
83 |
| - <HintPath>..\packages\LightInject.5.1.2\lib\net452\LightInject.dll</HintPath> |
84 |
| - <Private>True</Private> |
| 82 | + <Reference Include="LightInject, Version=5.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\LightInject.5.4.0\lib\net46\LightInject.dll</HintPath> |
85 | 84 | </Reference>
|
86 |
| - <Reference Include="MediatR, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
87 |
| - <HintPath>..\packages\MediatR.4.0.1\lib\net45\MediatR.dll</HintPath> |
| 85 | + <Reference Include="MediatR, Version=6.0.0.0, Culture=neutral, PublicKeyToken=bb9a41a5e8aaa7e2, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\MediatR.6.0.0\lib\net461\MediatR.dll</HintPath> |
88 | 87 | </Reference>
|
89 | 88 | <Reference Include="Microsoft.CSharp" />
|
90 |
| - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
91 |
| - <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 89 | + <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 90 | + <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
92 | 91 | </Reference>
|
93 | 92 | <Reference Include="System" />
|
94 | 93 | <Reference Include="System.Deployment" />
|
95 | 94 | <Reference Include="System.Drawing" />
|
| 95 | + <Reference Include="System.IO" /> |
| 96 | + <Reference Include="System.Linq.Expressions" /> |
| 97 | + <Reference Include="System.Runtime" /> |
| 98 | + <Reference Include="System.Threading.Tasks" /> |
| 99 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 100 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
| 101 | + </Reference> |
96 | 102 | <Reference Include="System.Windows.Forms" />
|
97 | 103 | <Reference Include="System.XML" />
|
98 | 104 | <Reference Include="System.Xml.Linq" />
|
|
141 | 147 | <Compile Include="Services\Interop\DWM_THUMBNAIL_PROPERTIES.cs" />
|
142 | 148 | <Compile Include="Services\Interop\DWM_TNP_CONSTANTS.cs" />
|
143 | 149 | <Compile Include="Services\Interface\IWindowManager.cs" />
|
| 150 | + <Compile Include="Services\Interop\Gdi32NativeMethods.cs" /> |
144 | 151 | <Compile Include="Services\Interop\MARGINS.cs" />
|
145 | 152 | <Compile Include="Services\Interop\RECT.cs" />
|
146 | 153 | <Compile Include="Configuration\Interface\ClientLayout.cs" />
|
|
151 | 158 | <Compile Include="Presenters\Interface\ViewCloseRequest.cs" />
|
152 | 159 | <Compile Include="Presenters\Implementation\ViewZoomAnchorConverter.cs" />
|
153 | 160 | <Compile Include="Services\Interop\WINDOWPLACEMENT.cs" />
|
| 161 | + <Compile Include="View\Implementation\LiveThumbnailView.cs"> |
| 162 | + <SubType>Form</SubType> |
| 163 | + </Compile> |
| 164 | + <Compile Include="View\Implementation\StaticThumbnailImage.cs"> |
| 165 | + <SubType>Component</SubType> |
| 166 | + </Compile> |
| 167 | + <Compile Include="View\Implementation\StaticThumbnailView.cs"> |
| 168 | + <SubType>Form</SubType> |
| 169 | + </Compile> |
154 | 170 | <Compile Include="View\Interface\IThumbnailViewFactory.cs" />
|
155 | 171 | <Compile Include="Services\Interface\IThumbnailManager.cs" />
|
156 | 172 | <Compile Include="View\Implementation\ThumbnailDescription.cs" />
|
|
206 | 222 | <Compile Include="View\Implementation\ThumbnailView.Designer.cs">
|
207 | 223 | <DependentUpon>ThumbnailView.cs</DependentUpon>
|
208 | 224 | </Compile>
|
209 |
| - <Compile Include="Services\Interop\DwmApiNativeMethods.cs" /> |
| 225 | + <Compile Include="Services\Interop\DwmNativeMethods.cs" /> |
210 | 226 | </ItemGroup>
|
211 | 227 | <ItemGroup>
|
212 | 228 | <None Include="app.config" />
|
213 | 229 | <EmbeddedResource Include="app.manifest" />
|
214 | 230 | <None Include="packages.config">
|
215 | 231 | <SubType>Designer</SubType>
|
216 | 232 | </None>
|
217 |
| - <None Include="Resources\icon.png" /> |
218 | 233 | </ItemGroup>
|
219 | 234 | <ItemGroup>
|
220 | 235 | <None Include="FodyWeavers.xml" />
|
221 | 236 | <Content Include="icon.ico" />
|
222 | 237 | </ItemGroup>
|
223 | 238 | <ItemGroup />
|
224 | 239 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
| 240 | + <Import Project="..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\packages\Fody.4.0.2\build\Fody.targets')" /> |
225 | 241 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
226 | 242 | <PropertyGroup>
|
227 | 243 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
228 | 244 | </PropertyGroup>
|
229 |
| - <Error Condition="!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" /> |
230 |
| - <Error Condition="!Exists('..\packages\Fody.2.4.6\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.4.6\build\Fody.targets'))" /> |
| 245 | + <Error Condition="!Exists('..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.0.2\build\Fody.targets'))" /> |
| 246 | + <Error Condition="!Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" /> |
231 | 247 | </Target>
|
232 |
| - <Import Project="..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" /> |
233 |
| - <Import Project="..\packages\Fody.2.4.6\build\Fody.targets" Condition="Exists('..\packages\Fody.2.4.6\build\Fody.targets')" /> |
234 | 248 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
235 | 249 | Other similar extension points exist, see Microsoft.Common.targets.
|
236 | 250 | <Target Name="BeforeBuild">
|
|
0 commit comments