Skip to content

Commit ac34e9f

Browse files
author
Frank Robijn
committed
WiFi.TEMPLATE.cs replaced by other mechanism.
1 parent 6cc1448 commit ac34e9f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!WiFi.cs
File renamed without changes.

tests/WebServerE2ETests/WebServerE2ETests.nfproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,10 @@
7575
<ProjectConfigurationsDeclaredAsItems />
7676
</ProjectCapabilities>
7777
</ProjectExtensions>
78+
<Target Name="CopyWiFiTemplate" Condition="!Exists('$(MSBuildProjectDirectory)\WiFi.cs')" BeforeTargets="BeforeBuild">
79+
<ItemGroup>
80+
<WIFI_TEMPLATE Include="$(MSBuildProjectDirectory)\Template\WiFi.cs"/>
81+
</ItemGroup>
82+
<Copy SourceFiles="@(WIFI_TEMPLATE)" DestinationFolder="$(MSBuildProjectDirectory)" />
83+
</Target>
7884
</Project>

0 commit comments

Comments
 (0)