File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<ItemGroup >
24
24
<Compile Include =" ..\LibGit2Sharp\Core\Platform.cs" Link =" TestHelpers\Platform.cs" />
25
- <Compile Remove =" desktop\**" Condition =" '$(TargetFramework)' != 'net46' " />
25
+ <Compile Remove =" desktop\**" Condition =" '$(TargetFramework)' != 'net46'" />
26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
29
- <Content Include =" Resources\**\*.*" >
30
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
31
- </Content >
29
+ <Content Include =" Resources\**\*.*" CopyToOutputDirectory =" PreserveNewest" />
32
30
</ItemGroup >
33
31
34
32
<Target Name =" CopyTestAppExes" AfterTargets =" ResolveProjectReferences" >
Original file line number Diff line number Diff line change 18
18
19
19
<ItemGroup >
20
20
<CodeAnalysisDictionary Include =" CustomDictionary.xml" />
21
- <None Include =" Core\Handles\Objects.tt" >
22
- <Generator >TextTemplatingFileGenerator</Generator >
23
- <LastGenOutput >Objects.cs</LastGenOutput >
24
- </None >
25
21
<None Include =" ..\README.md" Pack =" true" PackagePath =" App_Readme\" />
26
22
<None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" App_Readme\" />
27
23
<None Include =" ..\CHANGES.md" Pack =" true" PackagePath =" App_Readme\" />
28
- <Compile Update =" Core\Handles\Objects.cs" DependentUpon =" Objects.tt" />
24
+ <None Update =" Core\Handles\Objects.tt" Generator =" TextTemplatingFileGenerator" LastGenOutput =" Objects.cs" />
25
+ <Compile Update =" Core\Handles\Objects.cs" DependentUpon =" Objects.tt" DesignTime =" True" AutoGen =" True" />
26
+ <Service Include =" {508349b6-6b84-4df5-91f0-309beebad82d}" /> <!-- Needed for T4 generation -->
29
27
</ItemGroup >
30
28
31
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments