|
@@ -33,6 +33,9 @@
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
|
|
+ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
<Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.dll</HintPath>
|
|
<HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
@@ -72,6 +75,27 @@
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Compile Include="CreateFacility\CreateFacilityConst.cs" />
|
|
|
|
+ <Compile Include="CreateFacility\CreateFacilityRevitUtils.cs" />
|
|
|
|
+ <Compile Include="CreateFacility\MFacilityTabCode.cs" />
|
|
|
|
+ <Compile Include="CreateFacility\ParseFacilityTabCode.cs" />
|
|
|
|
+ <Compile Include="CreateFacility\VMCreateFacility.cs" />
|
|
|
|
+ <Compile Include="CreateFacility\WinSelectDeviceClass.xaml.cs">
|
|
|
|
+ <DependentUpon>WinSelectDeviceClass.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="CreateFacility\WinCreateFacility.xaml.cs">
|
|
|
|
+ <DependentUpon>WinCreateFacility.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="CreateFacility\WinTipExisted.xaml.cs">
|
|
|
|
+ <DependentUpon>WinTipExisted.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="CreateFacility\WinTipCreateSuccess.xaml.cs">
|
|
|
|
+ <DependentUpon>WinTipCreateSuccess.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="CreateFacility\WinTipMissFamily.xaml.cs">
|
|
|
|
+ <DependentUpon>WinTipMissFamily.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="CreateFacilityCommand.cs" />
|
|
<Compile Include="ModelCheckCommand.cs" />
|
|
<Compile Include="ModelCheckCommand.cs" />
|
|
<Compile Include="ModelCheck\ModelCheckConverter.cs" />
|
|
<Compile Include="ModelCheck\ModelCheckConverter.cs" />
|
|
<Compile Include="ModelCheck\VMModelCheck.cs" />
|
|
<Compile Include="ModelCheck\VMModelCheck.cs" />
|
|
@@ -106,6 +130,15 @@
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Resource Include="CreateFacility\Image\成功.png">
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </Resource>
|
|
|
|
+ <Resource Include="CreateFacility\Image\警告.png">
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </Resource>
|
|
|
|
+ <Resource Include="CreateFacility\Image\错误.png">
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </Resource>
|
|
<Content Include="ModelCheck\ExcelTemplate\模型检查结果输出格式-模版.xlsx">
|
|
<Content Include="ModelCheck\ExcelTemplate\模型检查结果输出格式-模版.xlsx">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</Content>
|
|
@@ -131,6 +164,26 @@
|
|
</ProjectReference>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Page Include="CreateFacility\WinSelectDeviceClass.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="CreateFacility\WinCreateFacility.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="CreateFacility\WinTipExisted.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="CreateFacility\WinTipCreateSuccess.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="CreateFacility\WinTipMissFamily.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="ModelCheck\WinModeCheck.xaml">
|
|
<Page Include="ModelCheck\WinModeCheck.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|