Skip to content

Commit d6ca04f

Browse files
committed
Include Scripts folder in projects
1 parent dbcaf16 commit d6ca04f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

UnitsNet/UnitsNet.Net35.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Reference Include="System.Xml" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Compile Include="**\*.cs" Exclude="obj\**" />
46+
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
4747
</ItemGroup>
4848
<ItemGroup>
4949
<None Include="packages.config" />

UnitsNet/UnitsNet.Net451.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Reference Include="System.Xml" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Compile Include="**\*.cs" Exclude="obj\**" />
46+
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
4747
</ItemGroup>
4848
<ItemGroup>
4949
<None Include="packages.config" />

UnitsNet/UnitsNet.Portable40.csproj

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

UnitsNet/UnitsNet.Portable45.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Compile Include="**\*.cs" Exclude="obj\**" />
38+
<Compile Include="**\*.cs;Scripts\**\*.*" Exclude="obj\**" />
3939
</ItemGroup>
4040
<ItemGroup>
4141
<None Include="packages.config" />

0 commit comments

Comments
 (0)