mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-06 05:01:35 +00:00
updated RvtSamples to load new SDK
This commit is contained in:
@@ -449,7 +449,7 @@ namespace RvtSamples
|
||||
assembly, i, m_fileNameStem));
|
||||
}
|
||||
|
||||
bool testClassName = false; // jeremy
|
||||
bool testClassName = true; // jeremy
|
||||
if (testClassName)
|
||||
{
|
||||
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RevitAddIns>
|
||||
<AddIn Type="Application">
|
||||
<Name>External Tool</Name>
|
||||
<Assembly>RvtSamples.dll</Assembly>
|
||||
<Name>RvtSamples External Application</Name>
|
||||
<Assembly>Y:\a\src\rvt\RevitSdkSamples\SDK\Samples\RvtSamples\CS\bin\Debug\RvtSamples.dll</Assembly>
|
||||
<ClientId>42cb0a70-2ee7-4e64-a42d-87b9cdcc41c8</ClientId>
|
||||
<FullClassName>RvtSamples.Application</FullClassName>
|
||||
<VendorId>ADSK</VendorId>
|
||||
|
||||
@@ -85,7 +85,9 @@
|
||||
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<None Include="RvtSamples.addin" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Icons\Analysis.ico">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user