Skip to content

Commit b2a2185

Browse files
more build fixing.
1 parent eea74ca commit b2a2185

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

box2d/box2d.MacOS.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
<Compile Include="Rope\b2Rope.cs" />
141141
<Compile Include="Rope\b2RopeDef.cs" />
142142
<Compile Include="b2FlagExtensions.cs" />
143-
</ItemGroup>
143+
<Compile Include="b2InternalClasses.cs" />
144+
</ItemGroup>
144145
<ItemGroup>
145146
<Folder Include="Collision\" />
146147
<Folder Include="Common\" />

box2d/box2d.PSM.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
<Compile Include="Properties\AssemblyInfo.cs" />
122122
<Compile Include="Rope\b2Rope.cs" />
123123
<Compile Include="Rope\b2RopeDef.cs" />
124-
</ItemGroup>
124+
<Compile Include="b2InternalClasses.cs" />
125+
</ItemGroup>
125126
<ItemGroup />
126127
<Import Project="$(MSBuildExtensionsPath)\Sce\Sce.Psm.CSharp.targets" />
127128
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

box2d/box2d.Phone.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
<Compile Include="Properties\AssemblyInfo.cs" />
130130
<Compile Include="Rope\b2Rope.cs" />
131131
<Compile Include="Rope\b2RopeDef.cs" />
132-
</ItemGroup>
132+
<Compile Include="b2InternalClasses.cs" />
133+
</ItemGroup>
133134
<ItemGroup />
134135
<ItemGroup>
135136
<Reference Include="Microsoft.Xna.Framework" />

box2d/box2d.XBox360.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@
123123
<Compile Include="Properties\AssemblyInfo.cs" />
124124
<Compile Include="Rope\b2Rope.cs" />
125125
<Compile Include="Rope\b2RopeDef.cs" />
126-
</ItemGroup>
126+
<Compile Include="b2FlagExtensions.cs" />
127+
<Compile Include="b2InternalClasses.cs" />
128+
</ItemGroup>
127129
<ItemGroup />
128130
<ItemGroup>
129131
<Reference Include="Microsoft.Xna.Framework" />

box2d/box2d.iOS.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<Compile Include="Rope\b2Rope.cs" />
163163
<Compile Include="Rope\b2RopeDef.cs" />
164164
<Compile Include="b2FlagExtensions.cs" />
165-
</ItemGroup>
165+
<Compile Include="b2InternalClasses.cs" />
166+
</ItemGroup>
166167
<ItemGroup />
167168
</Project>

0 commit comments

Comments
 (0)