123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{1B633864-9318-468F-BD4E-8073B278DD12}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>DataUpload</RootNamespace>
- <AssemblyName>DataUpload</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="CNPOPSOFT.Controls, Version=1.0.6187.19194, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Lib\CNPOPSOFT.Controls.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.0.6\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.15\lib\net40\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NPOI, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OOXML, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.OOXML.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXml4Net, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
- </Reference>
- <Reference Include="NPOI.OpenXmlFormats, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
- <HintPath>..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
- </Reference>
- <Reference Include="RDIFramework.Utilities, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Lib\RDIFramework.Utilities.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ExcelUtil.cs" />
- <Compile Include="FormMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormMain.Designer.cs">
- <DependentUpon>FormMain.cs</DependentUpon>
- </Compile>
- <Compile Include="ManyFormSearch.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="ManyFormSearch.Designer.cs">
- <DependentUpon>ManyFormSearch.cs</DependentUpon>
- </Compile>
- <Compile Include="LoraFormSearch.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="LoraFormSearch.Designer.cs">
- <DependentUpon>LoraFormSearch.cs</DependentUpon>
- </Compile>
- <Compile Include="NBFormSearch.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="NBFormSearch.Designer.cs">
- <DependentUpon>NBFormSearch.cs</DependentUpon>
- </Compile>
- <Compile Include="FormSearch.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormSearch.Designer.cs">
- <DependentUpon>FormSearch.cs</DependentUpon>
- </Compile>
- <Compile Include="Loading.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Loading.Designer.cs">
- <DependentUpon>Loading.cs</DependentUpon>
- </Compile>
- <Compile Include="Model\Apmt.cs" />
- <Compile Include="Model\Area.cs" />
- <Compile Include="Model\Bldg.cs" />
- <Compile Include="Model\Room.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Service References\IYCService\Reference.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Reference.svcmap</DependentUpon>
- </Compile>
- <Compile Include="Service References\QZSOAPClient\Reference.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Reference.svcmap</DependentUpon>
- </Compile>
- <Compile Include="Utils\JsonWebHelper.cs" />
- <EmbeddedResource Include="FormMain.resx">
- <DependentUpon>FormMain.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ManyFormSearch.resx">
- <DependentUpon>ManyFormSearch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="LoraFormSearch.resx">
- <DependentUpon>LoraFormSearch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="NBFormSearch.resx">
- <DependentUpon>NBFormSearch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FormSearch.resx">
- <DependentUpon>FormSearch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Loading.resx">
- <DependentUpon>Loading.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <None Include="Service References\IYCService\IYCMarkService1.wsdl" />
- <None Include="Service References\QZSOAPClient\GeneralWebService.wsdl" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Images\css3-loading.gif" />
- <Content Include="Lib\CNPOPSOFT.Controls.dll" />
- <Content Include="Lib\RDIFramework.Utilities.dll" />
- <None Include="Service References\IYCService\IYCMarkService1.disco" />
- <None Include="Service References\IYCService\Reference.svcmap">
- <Generator>WCF Proxy Generator</Generator>
- <LastGenOutput>Reference.cs</LastGenOutput>
- </None>
- <None Include="Service References\IYCService\configuration.svcinfo" />
- <None Include="Service References\IYCService\configuration91.svcinfo" />
- <None Include="Service References\QZSOAPClient\Reference.svcmap">
- <Generator>WCF Proxy Generator</Generator>
- <LastGenOutput>Reference.cs</LastGenOutput>
- </None>
- <None Include="Service References\QZSOAPClient\configuration.svcinfo" />
- <None Include="Service References\QZSOAPClient\configuration91.svcinfo" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadataStorage Include="Service References\IYCService\" />
- <WCFMetadataStorage Include="Service References\QZSOAPClient\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|