Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Set root namespaces correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Mar 3, 2015
1 parent f6b8a2e commit fb994f9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build/Projects/Atf.Collada.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.Collada" Path="Framework\Atf.Collada" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf.Collada" />
</Properties>
<References>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.Core.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.Core" Path="Framework\Atf.Core" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf" />
</Properties>
<References>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.Gui.OpenGL.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.Gui.OpenGL" Path="Framework\Atf.Gui.OpenGL" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Atf.OpenGL" />
</Properties>
<References>
<Reference Include="DDSUtils" />
<Reference Include="System" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.Gui.WinForms.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.Gui.WinForms" Path="Framework\Atf.Gui.WinForms" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf" />
</Properties>
<References>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.Gui.Wpf.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.Gui.Wpf" Path="Framework\Atf.Gui.Wpf" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf.Wpf" />
</Properties>
<References>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.Gui.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.Gui" Path="Framework\Atf.Gui" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf" />
</Properties>
<References>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.IronPython.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.IronPython" Path="Framework\Atf.IronPython" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf.Applications" />
</Properties>
<References>
<Reference Include="IronPython" />
<Reference Include="Microsoft.Scripting" />
Expand Down
3 changes: 3 additions & 0 deletions Build/Projects/Atf.SyntaxEditorControl.definition
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Name="Atf.SyntaxEditorControl" Path="Framework\Atf.SyntaxEditorControl" Type="Library">
<Properties>
<Property Name="RootNamespace" Value="Sce.Atf.Controls.SyntaxEditorControl" />
</Properties>
<References>
<Reference Include="System" />
<Reference Include="System.Drawing" />
Expand Down

0 comments on commit fb994f9

Please sign in to comment.