fb43db73e877aac3b76c5e33500efcc751ff5163.svn-base 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6AB89D47-862A-4C45-BC09-BA23D8E8BEC7}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>IControls_FireManager</RootNamespace>
  12. <AssemblyName>IControls_FireOperator</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>FireOperator.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <Win32Resource>
  42. </Win32Resource>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="FirebirdSql.Data.FirebirdClient, Version=2.5.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>.\FirebirdSql.Data.FirebirdClient.dll</HintPath>
  48. </Reference>
  49. <Reference Include="r4nd_class">
  50. <HintPath>ref\r4nd_class.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Deployment" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Main.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="Main.Designer.cs">
  64. <DependentUpon>Main.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="Program.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="_Convert.cs" />
  69. <Compile Include="_Db.cs" />
  70. <Compile Include="_Diagnostics.cs" />
  71. <Compile Include="_Ini.cs" />
  72. <Compile Include="_Sql.cs" />
  73. <Compile Include="_Timer.cs" />
  74. <Compile Include="_RockeyDll.cs" />
  75. <Compile Include="_Encrypt.cs" />
  76. <Compile Include="Login.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="Login.Designer.cs">
  80. <DependentUpon>Login.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="User.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="User.Designer.cs">
  86. <DependentUpon>User.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="_RockeyDll2.cs" />
  89. <EmbeddedResource Include="Main.resx">
  90. <DependentUpon>Main.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Properties\Resources.resx">
  93. <Generator>ResXFileCodeGenerator</Generator>
  94. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95. <SubType>Designer</SubType>
  96. </EmbeddedResource>
  97. <Compile Include="Properties\Resources.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. <DesignTime>True</DesignTime>
  101. </Compile>
  102. <EmbeddedResource Include="Login.resx">
  103. <DependentUpon>Login.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="User.resx">
  106. <DependentUpon>User.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <None Include="app.config" />
  109. <None Include="Properties\Settings.settings">
  110. <Generator>SettingsSingleFileGenerator</Generator>
  111. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  112. </None>
  113. <Compile Include="Properties\Settings.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DependentUpon>Settings.settings</DependentUpon>
  116. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  117. </Compile>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Content Include="FirebirdSql.Data.FirebirdClient.dll" />
  121. <Content Include="FireOperator.ico" />
  122. <Content Include="Ry4S.dll">
  123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  124. </Content>
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>