Skip to content

Commit bfa1eca

Browse files
committed
fixup! Include Scripts folder in projects
1 parent d6ca04f commit bfa1eca

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

UnitsNet/UnitsNet.Net35.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
<Reference Include="System.Xml" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
46+
<Compile Include="**\*.cs;" Exclude="obj\**" />
47+
<None Include="Scripts\**\*.*" />
4748
</ItemGroup>
4849
<ItemGroup>
4950
<None Include="packages.config" />

UnitsNet/UnitsNet.Net451.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
<Reference Include="System.Xml" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
46+
<Compile Include="**\*.cs;" Exclude="obj\**" />
47+
<None Include="Scripts\**\*.*" />
4748
</ItemGroup>
4849
<ItemGroup>
4950
<None Include="packages.config" />

UnitsNet/UnitsNet.Portable40.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
<None Include="packages.UnitsNet.Portable40.config" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
47+
<Compile Include="**\*.cs;" Exclude="obj\**" />
48+
<None Include="Scripts\**\*.*" />
4849
</ItemGroup>
4950
<ItemGroup>
5051
<Reference Include="JetBrains.Annotations.PCL328">

UnitsNet/UnitsNet.Portable45.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
38+
<Compile Include="**\*.cs;" Exclude="obj\**" />
39+
<None Include="Scripts\**\*.*" />
3940
</ItemGroup>
4041
<ItemGroup>
4142
<None Include="packages.config" />

0 commit comments

Comments
 (0)