|
@@ -260,6 +260,9 @@
|
|
|
<Reference Include="UIAutomationProvider" />
|
|
|
<Reference Include="UIAutomationTypes" />
|
|
|
<Reference Include="WindowsBase" />
|
|
|
+ <Reference Include="XamlAnimatedGif, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\XamlAnimatedGif.1.2.1\lib\net45\XamlAnimatedGif.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="App.xaml.cs" />
|
|
@@ -724,9 +727,13 @@
|
|
|
<DependentUpon>WinTraceView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="WinView\Upload\MTopologyGriph.cs" />
|
|
|
+ <Compile Include="WinView\Upload\ProgressOperation.cs" />
|
|
|
<Compile Include="WinView\Upload\UploadFilesSelectConverter.cs" />
|
|
|
<Compile Include="WinView\Upload\UploadFloor.cs" />
|
|
|
<Compile Include="WinView\Upload\VMUploadModeManage.cs" />
|
|
|
+ <Compile Include="WinView\Upload\WinLoading.xaml.cs">
|
|
|
+ <DependentUpon>WinLoading.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="WinView\Upload\WinUnlockedFloorList.xaml.cs">
|
|
|
<DependentUpon>WinUnlockedFloorList.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -974,6 +981,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="WinView\Upload\WinLoading.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="WinView\Upload\WinUnlockedFloorList.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
@@ -1097,6 +1108,9 @@
|
|
|
<Resource Include="Image\delete.png">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Resource>
|
|
|
+ <Resource Include="Image\loading.gif">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Resource>
|
|
|
<Content Include="sagacloud.ico" />
|
|
|
<Resource Include="Image\correlation.png">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|