Skip to content

Commit

Permalink
Grevit Revit 2017 added
Browse files Browse the repository at this point in the history
  • Loading branch information
moethu committed Jun 12, 2016
1 parent a34d2af commit 1e0c8ce
Show file tree
Hide file tree
Showing 22 changed files with 605 additions and 55 deletions.
223 changes: 176 additions & 47 deletions Grevit.Installer/GrevitInstaller.vdproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Grevit.Revit.2016/Properties/AssemblyInfo.cs
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
[assembly: AssemblyVersion("0.6.5.0")]
[assembly: AssemblyFileVersion("0.6.5.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
121 changes: 121 additions & 0 deletions Grevit.Revit.2017/Grevit.Revit.2017.csproj
@@ -0,0 +1,121 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0997B88A-23F6-446D-BEC7-CB68AC05F820}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Grevit.Revit</RootNamespace>
<AssemblyName>Grevit.Revit</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;Revit2017</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2017\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2017\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Grevit.Revit\ComponentExtension.cs">
<Link>ComponentExtension.cs</Link>
</Compile>
<Compile Include="..\Grevit.Revit\CreateExtension.cs">
<Link>CreateExtension.cs</Link>
</Compile>
<Compile Include="..\Grevit.Revit\ParameterExtension.cs">
<Link>ParameterExtension.cs</Link>
</Compile>
<Compile Include="..\Grevit.Revit\ParameterList.cs">
<Link>ParameterList.cs</Link>
<SubType>Form</SubType>
</Compile>
<Compile Include="..\Grevit.Revit\ParameterList.Designer.cs">
<Link>ParameterList.Designer.cs</Link>
</Compile>
<Compile Include="..\Grevit.Revit\Revit.cs">
<Link>Revit.cs</Link>
</Compile>
<Compile Include="..\Grevit.Revit\Utilities.cs">
<Link>Utilities.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Grevit.Revit.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Resources\tag_hash.png" />
<None Include="Resources\Skp.png" />
<None Include="Resources\paper_airplane.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Grevit.Revit\ParameterList.resx">
<Link>ParameterList.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Grevit.Types\Grevit.Types.csproj">
<Project>{4e16464a-4495-4a27-b810-a54f9ce3d191}</Project>
<Name>Grevit.Types</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy $(TargetDir)*.dll "$(SolutionDir)Package\APPDATA_Autodesk_Revit_Addins_2017"
copy $(TargetDir)*.addin "$(SolutionDir)Package\APPDATA_Autodesk_Revit_Addins_2017"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
11 changes: 11 additions & 0 deletions Grevit.Revit.2017/Grevit.Revit.addin
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RevitAddIns>
<AddIn Type="Application">
<Name>Grevit</Name>
<Assembly>Grevit.Revit.dll</Assembly>
<FullClassName>Grevit.Revit.GrevitUI</FullClassName>
<ClientId>ee5e6c73-6907-46e7-b588-1845bc7d0d3f</ClientId>
<VendorId>Grevit.net</VendorId>
<VendorDescription>Grevit.net</VendorDescription>
</AddIn>
</RevitAddIns>
38 changes: 38 additions & 0 deletions Grevit.Revit.2017/Properties/AssemblyInfo.cs
@@ -0,0 +1,38 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Grevit.Revit")]
[assembly: AssemblyDescription("Grevit Revit Plugin")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("grevit.net")]
[assembly: AssemblyProduct("Grevit")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a382e3c9-5485-4f1c-82f1-9adb4a2e45f4")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.5.0")]
[assembly: AssemblyFileVersion("0.6.5.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
93 changes: 93 additions & 0 deletions Grevit.Revit.2017/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e0c8ce

Please sign in to comment.