File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333[Ll ]og /
3434[Ll ]ogs /
3535
36+ # But ALLOW lib folder DLLs
37+ ! lib /* .dll
38+
3639# Visual Studio 2015/2017 cache/options directory
3740.vs /
3841# Uncomment if you have tasks that create the project's static files in wwwroot
Original file line number Diff line number Diff line change 1717 <PackageTags >etabs;structural-engineering;civil-engineering;structural-analysis;csi;etabs-api;building-design;structural-design</PackageTags >
1818
1919 <!-- Repository & Documentation -->
20+ <packageReadmeFile >README.md</packageReadmeFile >
2021 <PackageProjectUrl >https://github.com/tadodev/EtabSharp</PackageProjectUrl >
21- <PackageReadmeFile >README.md</PackageReadmeFile >
2222 <RepositoryUrl >https://github.com/tadodev/EtabSharp</RepositoryUrl >
2323 <RepositoryType >git</RepositoryType >
2424 <PackageLicenseExpression >MIT</PackageLicenseExpression >
5252 </ItemGroup >
5353
5454 <ItemGroup >
55- <Reference Include =" ETABSv1" >
56- <HintPath >C:\Program Files\Computers and Structures\ETABS 22\ETABSv1.dll</HintPath >
57- <Private >False</Private >
58- <SpecificVersion >False</SpecificVersion >
59- </Reference >
55+ <Reference Include =" ETABSv1" >
56+ <HintPath >..\..\lib\ETABSv1.dll</HintPath >
57+ <Private >True</Private >
58+ </Reference >
6059 </ItemGroup >
6160
61+ <!-- Include README and icon in package -->
62+ <ItemGroup >
63+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
64+ </ItemGroup >
65+
66+
67+
6268</Project >
You can’t perform that action at this time.
0 commit comments