|
135 | 135 | <Compile Include="Git\GitStatusEntry.cs" /> |
136 | 136 | <Compile Include="Git\IGitObjectFactory.cs" /> |
137 | 137 | <Compile Include="Git\Tasks\GitRevertTask.cs" /> |
138 | | - <Compile Include="IO\FileSystemHelpers.cs" /> |
139 | 138 | <Compile Include="Application\IApplicationManager.cs" /> |
140 | 139 | <Compile Include="Tasks\ActionTask.cs" /> |
141 | 140 | <Compile Include="Tasks\BaseOutputProcessor.cs" /> |
|
276 | 275 | <Content Include="PlatformResources\windows\git.zip"> |
277 | 276 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
278 | 277 | </Content> |
279 | | - <EmbeddedResource Include="PlatformResources\mac\gitconfig"> |
280 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
281 | | - </EmbeddedResource> |
282 | | - <EmbeddedResource Include="PlatformResources\windows\gitconfig"> |
283 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
284 | | - </EmbeddedResource> |
285 | | - </ItemGroup> |
286 | | - <ItemGroup> |
287 | | - <EmbeddedResource Include="Resources\.gitattributes" /> |
288 | | - <EmbeddedResource Include="Resources\.gitignore" /> |
289 | | - <EmbeddedResource Include="Resources\octorun.zip" /> |
290 | | - </ItemGroup> |
291 | | - <ItemGroup> |
292 | | - <EmbeddedResource Include="Localization.resx"> |
293 | | - <Generator>PublicResXFileCodeGenerator</Generator> |
294 | | - <LastGenOutput>Localization.Designer.cs</LastGenOutput> |
295 | | - <SubType>Designer</SubType> |
296 | | - </EmbeddedResource> |
297 | | - </ItemGroup> |
298 | | - <ItemGroup> |
299 | | - <None Include="packages.config" /> |
| 278 | + <EmbeddedResource Include="PlatformResources\mac\gitconfig" /> |
| 279 | + <EmbeddedResource Include="PlatformResources\windows\gitconfig" /> |
300 | 280 | <Content Include="PlatformResources\linux\git-lfs.zip"> |
301 | 281 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
302 | 282 | </Content> |
303 | | - <Content Include="PlatformResources\linux\git-lfs.zip.md5" /> |
| 283 | + <Content Include="PlatformResources\linux\git-lfs.zip.md5"> |
| 284 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 285 | + </Content> |
304 | 286 | <Content Include="PlatformResources\mac\git-lfs.zip.md5"> |
305 | 287 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
306 | 288 | </Content> |
|
310 | 292 | <Content Include="PlatformResources\windows\git.zip.md5"> |
311 | 293 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
312 | 294 | </Content> |
313 | | - <EmbeddedResource Include="PlatformResources\linux\gitconfig"> |
| 295 | + <EmbeddedResource Include="PlatformResources\linux\gitconfig" /> |
| 296 | + <EmbeddedResource Include="Resources\.gitattributes" /> |
| 297 | + <EmbeddedResource Include="Resources\.gitignore" /> |
| 298 | + <Content Include="Resources\octorun.zip"> |
| 299 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 300 | + </Content> |
| 301 | + <Content Include="Resources\octorun.zip.md5"> |
314 | 302 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 303 | + </Content> |
| 304 | + </ItemGroup> |
| 305 | + <ItemGroup> |
| 306 | + <None Include="packages.config" /> |
| 307 | + <EmbeddedResource Include="Localization.resx"> |
| 308 | + <Generator>PublicResXFileCodeGenerator</Generator> |
| 309 | + <LastGenOutput>Localization.Designer.cs</LastGenOutput> |
| 310 | + <SubType>Designer</SubType> |
315 | 311 | </EmbeddedResource> |
316 | 312 | </ItemGroup> |
317 | | - <ItemGroup /> |
318 | 313 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
319 | 314 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
320 | 315 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments