|
@@ -45,43 +45,43 @@
|
|
|
<Compile Include="BuiltinResources.cs" />
|
|
<Compile Include="BuiltinResources.cs" />
|
|
|
<Compile Include="Color.cs" />
|
|
<Compile Include="Color.cs" />
|
|
|
<Compile Include="Font.cs" />
|
|
<Compile Include="Font.cs" />
|
|
|
- <Compile Include="GUI.cs" />
|
|
|
|
|
- <Compile Include="GUIArea.cs" />
|
|
|
|
|
- <Compile Include="GUIBase.cs" />
|
|
|
|
|
- <Compile Include="GUIButton.cs" />
|
|
|
|
|
- <Compile Include="GUIContent.cs" />
|
|
|
|
|
- <Compile Include="GUIElement.cs" />
|
|
|
|
|
- <Compile Include="GUIElementStateStyle.cs" />
|
|
|
|
|
- <Compile Include="GUIElementStyle.cs" />
|
|
|
|
|
- <Compile Include="GUIListBox.cs" />
|
|
|
|
|
- <Compile Include="GUIScrollArea.cs" />
|
|
|
|
|
- <Compile Include="GUITextBox.cs" />
|
|
|
|
|
- <Compile Include="GUILabel.cs" />
|
|
|
|
|
- <Compile Include="GUILayout.cs" />
|
|
|
|
|
- <Compile Include="GUILayoutX.cs" />
|
|
|
|
|
- <Compile Include="GUILayoutY.cs" />
|
|
|
|
|
- <Compile Include="GUIOption.cs" />
|
|
|
|
|
- <Compile Include="GUISkin.cs" />
|
|
|
|
|
- <Compile Include="GUISpace.cs" />
|
|
|
|
|
- <Compile Include="GUITexture.cs" />
|
|
|
|
|
- <Compile Include="GUIToggle.cs" />
|
|
|
|
|
- <Compile Include="GUIToggleGroup.cs" />
|
|
|
|
|
|
|
+ <Compile Include="GUI\GUI.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIArea.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIBase.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIButton.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIContent.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIElement.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIElementStateStyle.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIElementStyle.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIListBox.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIScrollArea.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUITextBox.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUILabel.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUILayout.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUILayoutX.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUILayoutY.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIOption.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUISkin.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUISpace.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUITexture.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIToggle.cs" />
|
|
|
|
|
+ <Compile Include="GUI\GUIToggleGroup.cs" />
|
|
|
<Compile Include="LocString.cs" />
|
|
<Compile Include="LocString.cs" />
|
|
|
- <Compile Include="MathEx.cs" />
|
|
|
|
|
- <Compile Include="Matrix3.cs" />
|
|
|
|
|
- <Compile Include="Matrix4.cs" />
|
|
|
|
|
|
|
+ <Compile Include="Math\MathEx.cs" />
|
|
|
|
|
+ <Compile Include="Math\Matrix3.cs" />
|
|
|
|
|
+ <Compile Include="Math\Matrix4.cs" />
|
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <Compile Include="Quaternion.cs" />
|
|
|
|
|
|
|
+ <Compile Include="Math\Quaternion.cs" />
|
|
|
<Compile Include="Resource.cs" />
|
|
<Compile Include="Resource.cs" />
|
|
|
<Compile Include="ScriptObject.cs" />
|
|
<Compile Include="ScriptObject.cs" />
|
|
|
<Compile Include="SpriteTexture.cs" />
|
|
<Compile Include="SpriteTexture.cs" />
|
|
|
<Compile Include="StringTable.cs" />
|
|
<Compile Include="StringTable.cs" />
|
|
|
<Compile Include="Texture2D.cs" />
|
|
<Compile Include="Texture2D.cs" />
|
|
|
<Compile Include="TextureFormat.cs" />
|
|
<Compile Include="TextureFormat.cs" />
|
|
|
- <Compile Include="Vector2.cs" />
|
|
|
|
|
- <Compile Include="Vector3.cs" />
|
|
|
|
|
- <Compile Include="Vector4.cs" />
|
|
|
|
|
|
|
+ <Compile Include="Math\Vector2.cs" />
|
|
|
|
|
+ <Compile Include="Math\Vector3.cs" />
|
|
|
|
|
+ <Compile Include="Math\Vector4.cs" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|