mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-05 20:51:31 +00:00
set up RvtSamples.addin and RvtSamples.txt
This commit is contained in:
@@ -450,7 +450,7 @@ namespace RvtSamples
|
|||||||
assembly, i, m_fileNameStem));
|
assembly, i, m_fileNameStem));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool testClassName = false; // jeremy
|
bool testClassName = true; // jeremy
|
||||||
if (testClassName)
|
if (testClassName)
|
||||||
{
|
{
|
||||||
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);
|
Debug.Print("RvtSamples: testing command {0} in assembly '{1}'.", className, assembly);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<RevitAddIns>
|
<RevitAddIns>
|
||||||
<AddIn Type="Application">
|
<AddIn Type="Application">
|
||||||
<Name>External Tool</Name>
|
<Name>External Tool</Name>
|
||||||
<Assembly>RvtSamples.dll</Assembly>
|
<Assembly>Y:\a\src\rvt\RevitSdkSamples\SDK\Samples\RvtSamples\CS\bin\Debug\net8.0-windows\RvtSamples.dll</Assembly>
|
||||||
<ClientId>42cb0a70-2ee7-4e64-a42d-87b9cdcc41c8</ClientId>
|
<ClientId>42cb0a70-2ee7-4e64-a42d-87b9cdcc41c8</ClientId>
|
||||||
<FullClassName>RvtSamples.Application</FullClassName>
|
<FullClassName>RvtSamples.Application</FullClassName>
|
||||||
<VendorId>ADSK</VendorId>
|
<VendorId>ADSK</VendorId>
|
||||||
|
|||||||
@@ -61,10 +61,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.targets" />
|
<Import Project="$(SolutionDir)VSProps\SDKSamples.Sdk.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup />
|
||||||
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.py"
|
|
||||||
if exist %25FILEFORSAMPLEREG%25 py -3 %25FILEFORSAMPLEREG%25 "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user