root/branches/TruckExpo/TruckExpoClientComparer/TruckExpoClientComparer.csproj @ 782

Wersja 434, 3.5 KB (wprowadzona przez marek, 17 years temu)

re #111

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{E784D5C3-C936-48A7-A617-C64FFEB1B3C2}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>TruckExpoClientComparer</RootNamespace>
11    <AssemblyName>TruckExpoClientComparer</AssemblyName>
12  </PropertyGroup>
13  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14    <DebugSymbols>true</DebugSymbols>
15    <DebugType>full</DebugType>
16    <Optimize>false</Optimize>
17    <OutputPath>bin\Debug\</OutputPath>
18    <DefineConstants>DEBUG;TRACE</DefineConstants>
19    <ErrorReport>prompt</ErrorReport>
20    <WarningLevel>4</WarningLevel>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23    <DebugType>pdbonly</DebugType>
24    <Optimize>true</Optimize>
25    <OutputPath>bin\Release\</OutputPath>
26    <DefineConstants>TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <ItemGroup>
31    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
32      <SpecificVersion>False</SpecificVersion>
33      <HintPath>..\lib\log4net.dll</HintPath>
34    </Reference>
35    <Reference Include="System" />
36    <Reference Include="System.configuration" />
37    <Reference Include="System.Data" />
38    <Reference Include="System.Deployment" />
39    <Reference Include="System.Drawing" />
40    <Reference Include="System.Windows.Forms" />
41    <Reference Include="System.Xml" />
42  </ItemGroup>
43  <ItemGroup>
44    <Compile Include="DbUtils.cs" />
45    <Compile Include="Form1.cs">
46      <SubType>Form</SubType>
47    </Compile>
48    <Compile Include="Form1.Designer.cs">
49      <DependentUpon>Form1.cs</DependentUpon>
50    </Compile>
51    <Compile Include="Program.cs" />
52    <Compile Include="Properties\AssemblyInfo.cs" />
53    <EmbeddedResource Include="Form1.resx">
54      <SubType>Designer</SubType>
55      <DependentUpon>Form1.cs</DependentUpon>
56    </EmbeddedResource>
57    <EmbeddedResource Include="Properties\Resources.resx">
58      <Generator>ResXFileCodeGenerator</Generator>
59      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
60      <SubType>Designer</SubType>
61    </EmbeddedResource>
62    <Compile Include="Properties\Resources.Designer.cs">
63      <AutoGen>True</AutoGen>
64      <DependentUpon>Resources.resx</DependentUpon>
65    </Compile>
66    <None Include="App.config" />
67    <None Include="Properties\Settings.settings">
68      <Generator>SettingsSingleFileGenerator</Generator>
69      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
70    </None>
71    <Compile Include="Properties\Settings.Designer.cs">
72      <AutoGen>True</AutoGen>
73      <DependentUpon>Settings.settings</DependentUpon>
74      <DesignTimeSharedInput>True</DesignTimeSharedInput>
75    </Compile>
76  </ItemGroup>
77  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
78  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79       Other similar extension points exist, see Microsoft.Common.targets.
80  <Target Name="BeforeBuild">
81  </Target>
82  <Target Name="AfterBuild">
83  </Target>
84  -->
85</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.