Skip to content

Commit

Permalink
flat migration to Revit 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Oct 2, 2019
1 parent 5719d13 commit cc17fed
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 102 deletions.
Empty file.
Binary file added .vs/RvtVa3c/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file added .vs/RvtVa3c/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file added .vs/RvtVa3c/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
173 changes: 87 additions & 86 deletions DynVa3c/DynVa3c.csproj
Original file line number Diff line number Diff line change
@@ -1,93 +1,94 @@
<?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>{1127D4DE-31BB-4D7E-B663-759ACE7B8230}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DynVa3c</RootNamespace>
<AssemblyName>DynVa3c</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</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="DSCoreNodes">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\DSCoreNodes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DynamoCore">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\DynamoCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoCore">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\ProtoCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoGeometry">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\ProtoGeometry.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoInterface">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\ProtoInterface.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2015\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2015\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitNodes">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\Revit_2015\RevitNodes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitServices">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\Revit_2015\RevitServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RvtVa3c">
<HintPath>..\RvtVa3c\bin\Debug\RvtVa3c.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Va3c4Dynamo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?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>{1127D4DE-31BB-4D7E-B663-759ACE7B8230}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DynVa3c</RootNamespace>
<AssemblyName>DynVa3c</AssemblyName>
<TargetFrameworkVersion>v4.7</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>DEBUG;TRACE</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="DSCoreNodes">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\DSCoreNodes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DynamoCore">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\DynamoCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoCore">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\ProtoCore.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoGeometry">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\ProtoGeometry.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ProtoInterface">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\ProtoInterface.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2015\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Revit 2015\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitNodes">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\Revit_2015\RevitNodes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitServices">
<HintPath>..\..\..\..\..\..\Program Files\Dynamo 0.7\Revit_2015\RevitServices.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RvtVa3c">
<HintPath>..\RvtVa3c\bin\Debug\RvtVa3c.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Va3c4Dynamo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>
13 changes: 5 additions & 8 deletions RvtVa3c.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RvtVa3c", "RvtVa3c\RvtVa3c.csproj", "{3F865D22-8849-4DFA-9E7C-3533A8A159EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynVa3c", "DynVa3c\DynVa3c.csproj", "{1127D4DE-31BB-4D7E-B663-759ACE7B8230}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -17,12 +15,11 @@ Global
{3F865D22-8849-4DFA-9E7C-3533A8A159EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F865D22-8849-4DFA-9E7C-3533A8A159EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F865D22-8849-4DFA-9E7C-3533A8A159EA}.Release|Any CPU.Build.0 = Release|Any CPU
{1127D4DE-31BB-4D7E-B663-759ACE7B8230}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1127D4DE-31BB-4D7E-B663-759ACE7B8230}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1127D4DE-31BB-4D7E-B663-759ACE7B8230}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1127D4DE-31BB-4D7E-B663-759ACE7B8230}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F258DCE5-3575-4A0A-9423-949D11A5146D}
EndGlobalSection
EndGlobal
5 changes: 3 additions & 2 deletions RvtVa3c/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
// 2015-04-13 2015.0.0.31 cleaned up after ana
// 2016-12-10 2017.0.0.0 flat migration to Revit 2017
// 2017-06-29 2018.0.0.0 flat migration to Revit 2018
// 2019-10-02 2020.0.0.0 flat migration to Revit 2020
//
[assembly: AssemblyVersion( "2018.0.0.0" )]
[assembly: AssemblyFileVersion( "2018.0.0.0" )]
[assembly: AssemblyVersion( "2020.0.0.0" )]
[assembly: AssemblyFileVersion( "2020.0.0.0" )]
12 changes: 6 additions & 6 deletions RvtVa3c/RvtVa3c.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RvtVa3c</RootNamespace>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -51,11 +51,11 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\Program Files\Autodesk\Revit 2018\RevitAPIUI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -97,8 +97,8 @@
<Delete Files="$(AppData)\Autodesk\REVIT\Addins\2015\RvtVa3c.dll" />
</Target>
<PropertyGroup>
<PostBuildEvent>copy "$(ProjectDir)RvtVa3c.addin" "$(AppData)\Autodesk\REVIT\Addins\2018"
copy "$(ProjectDir)bin\debug\RvtVa3c.dll" "$(AppData)\Autodesk\REVIT\Addins\2018"
copy "$(ProjectDir)bin\debug\Newtonsoft.Json.dll" "$(AppData)\Autodesk\REVIT\Addins\2018"</PostBuildEvent>
<PostBuildEvent>copy "$(ProjectDir)RvtVa3c.addin" "$(AppData)\Autodesk\REVIT\Addins\2020"
copy "$(ProjectDir)bin\debug\RvtVa3c.dll" "$(AppData)\Autodesk\REVIT\Addins\2020"
copy "$(ProjectDir)bin\debug\Newtonsoft.Json.dll" "$(AppData)\Autodesk\REVIT\Addins\2020"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit cc17fed

Please sign in to comment.