Skip to content

Commit 5fda0ad

Browse files
authored
FixBuild (#41)
1 parent cf627da commit 5fda0ad

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

src/SampleExtension/SampleExtension.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,17 @@
141141
<Compile Include="Properties\AssemblyInfo.cs" />
142142
</ItemGroup>
143143
<ItemGroup>
144-
<None Include="app.config" />
145144
<None Include="packages.config" />
146145
</ItemGroup>
147146
<ItemGroup>
148-
<Content Include="images\logo.png" />
149147
<Content Include="SampleExtension_ExtensionDefinition.xml" />
150148
</ItemGroup>
151149
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
152-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153-
Other similar extension points exist, see Microsoft.Common.targets.
154-
<Target Name="BeforeBuild">
155-
</Target>
156-
<Target Name="AfterBuild">
157-
</Target>
150+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151+
Other similar extension points exist, see Microsoft.Common.targets.
152+
<Target Name="BeforeBuild">
153+
</Target>
154+
<Target Name="AfterBuild">
155+
</Target>
158156
-->
159157
</Project>

src/SampleLibraryTests/SampleLibraryTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
<Compile Include="Properties\AssemblyInfo.cs" />
146146
</ItemGroup>
147147
<ItemGroup>
148-
<None Include="app.config" />
149148
<None Include="HelloDynamoSystemTest.dyn">
150149
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
151150
</None>
@@ -154,9 +153,6 @@
154153
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155154
</None>
156155
</ItemGroup>
157-
<ItemGroup>
158-
<Content Include="images\logo.png" />
159-
</ItemGroup>
160156
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161157
<Target Name="BeforeBuild">
162158
</Target>

src/SampleLibraryZeroTouch/SampleLibraryZeroTouch.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,8 @@
144144
<Compile Include="Examples\TraceExample.cs" />
145145
</ItemGroup>
146146
<ItemGroup>
147-
<None Include="app.config" />
148147
<None Include="packages.config" />
149148
</ItemGroup>
150-
<ItemGroup>
151-
<Content Include="images\logo.png" />
152-
</ItemGroup>
153149
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154150
<PropertyGroup>
155151
<PreBuildEvent>

0 commit comments

Comments
 (0)