|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{6FA284AB-8D0D-422C-ABA2-6AAC31B12017}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>CNAS_SyncService</RootNamespace>
- <AssemblyName>CNAS_SyncService</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\dll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>upload_16px_1215335_easyicon.net.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\dll\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration.Install" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.ServiceProcess" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FileWatcherItem.cs" />
- <Compile Include="FileWatcherOperation.cs" />
- <Compile Include="ProjectInstaller.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="ProjectInstaller.Designer.cs">
- <DependentUpon>ProjectInstaller.cs</DependentUpon>
- </Compile>
- <Compile Include="SyncSerivice.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="SyncSerivice.Designer.cs">
- <DependentUpon>SyncSerivice.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SyncServiceOperation.cs" />
- <Compile Include="test.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="test.Designer.cs">
- <DependentUpon>test.cs</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="ProjectInstaller.resx">
- <DependentUpon>ProjectInstaller.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="test.resx">
- <DependentUpon>test.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
- <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
- <Name>CnasSynchronousCommon</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
- <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
- <Name>CnasSynchronusClient</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
- <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
- <Name>CnasSynchrousModel</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="upload_16px_1215335_easyicon.net.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|