Skip to content

Commit

Permalink
Room Designer Layers + (Almost) No Limits on regions
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachshabtay committed Dec 5, 2014
1 parent 9dd0f75 commit 45010f2
Show file tree
Hide file tree
Showing 49 changed files with 5,956 additions and 3,367 deletions.
12 changes: 12 additions & 0 deletions Editor/AGS.Controls/AGS.Controls.csproj
Expand Up @@ -100,6 +100,13 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AdressBarEx\AddressBarExt.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="AdressBarEx\AddressBarExt.designer.cs">
<DependentUpon>AddressBarExt.cs</DependentUpon>
</Compile>
<Compile Include="AdressBarEx\IAddressNode.cs" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
Expand Down Expand Up @@ -129,6 +136,11 @@
<Name>AGS.Types</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AdressBarEx\AddressBarExt.resx">
<DependentUpon>AddressBarExt.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down

0 comments on commit 45010f2

Please sign in to comment.