CassiniDev4.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0D9F0FEA-45F7-4CE4-9868-6FB9BBE3DD4C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev</RootNamespace>
  12. <AssemblyName>CassiniDev</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ApplicationIcon>Resources\earth_network.ico</ApplicationIcon>
  16. <StartupObject>
  17. </StartupObject>
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <SccAuxPath>
  23. </SccAuxPath>
  24. <SccProvider>
  25. </SccProvider>
  26. <SignAssembly>true</SignAssembly>
  27. <AssemblyOriginatorKeyFile>..\CasssiniDev-DevKey.snk</AssemblyOriginatorKeyFile>
  28. <TargetFrameworkSubset>
  29. </TargetFrameworkSubset>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>TRACE;DEBUG</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.configuration" />
  55. <Reference Include="System.Core">
  56. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\lib\System.Data.SQLite.dll</HintPath>
  62. <Private>False</Private>
  63. </Reference>
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Web" />
  66. <Reference Include="System.Windows.Forms" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Views\HelpView.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Views\HelpView.Designer.cs">
  73. <DependentUpon>HelpView.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Core\NtlmAuth.cs" />
  76. <Compile Include="Core\RequestEventArgs.cs" />
  77. <Compile Include="Core\Server.cs" />
  78. <Compile Include="Misc\CommandLineParser.cs" />
  79. <Compile Include="Misc\Common.cs" />
  80. <Compile Include="Misc\Interop.cs" />
  81. <Compile Include="Views\BodyView.cs">
  82. <SubType>UserControl</SubType>
  83. </Compile>
  84. <Compile Include="Views\BodyView.Designer.cs">
  85. <DependentUpon>BodyView.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Logging\ServerLogBase.cs" />
  88. <Compile Include="Logging\SQLiteServerLog.cs" />
  89. <Compile Include="Logging\LogInfo.cs" />
  90. <Compile Include="Views\LogView.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Views\LogView.Designer.cs">
  94. <DependentUpon>LogView.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Logging\NullServerLogDal.cs" />
  97. <Compile Include="Misc\NetworkUtils.cs" />
  98. <Compile Include="Program.cs" />
  99. <Compile Include="Misc\HostsFile.cs" />
  100. <Compile Include="Core\Connection.cs">
  101. <SubType>
  102. </SubType>
  103. </Compile>
  104. <Compile Include="Views\FormView.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="Views\FormView.Designer.cs">
  108. <DependentUpon>FormView.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Core\Host.cs">
  111. <SubType>
  112. </SubType>
  113. </Compile>
  114. <Compile Include="Core\Messages.cs">
  115. <SubType>
  116. </SubType>
  117. </Compile>
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. <Compile Include="Core\Request.cs">
  120. <SubType>
  121. </SubType>
  122. </Compile>
  123. <Compile Include="Misc\CommandLineArguments.cs" />
  124. <Compile Include="Resources\SR.cs" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="Resources\earth_network.ico" />
  128. <Content Include="Ms-PL.htm">
  129. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  130. </Content>
  131. <Content Include="ReadMe.htm">
  132. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  133. </Content>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <EmbeddedResource Include="Views\BodyView.resx">
  137. <DependentUpon>BodyView.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="Views\HelpView.resx">
  140. <DependentUpon>HelpView.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="Views\LogView.resx">
  143. <DependentUpon>LogView.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Views\FormView.resx">
  146. <DependentUpon>FormView.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="Resources\CassiniDev.resx">
  149. <SubType>Designer</SubType>
  150. </EmbeddedResource>
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  154. Other similar extension points exist, see Microsoft.Common.targets.
  155. <Target Name="BeforeBuild">
  156. </Target>
  157. <Target Name="AfterBuild">
  158. </Target>
  159. -->
  160. <PropertyGroup>
  161. <PostBuildEvent>xcopy "$(TargetDir)$(TargetName).*" "$(ProjectDir)..\deploy\$(ConfigurationName)\" /S /I /F /Y &lt;nul:</PostBuildEvent>
  162. </PropertyGroup>
  163. </Project>