root/trunk/BazaZamowien_Updater/Updater.csproj @ 974

Wersja 711, 3.5 KB (wprowadzona przez dorota, 18 years temu)

updater - zarowno do bazy zamowien jak i do baze reklam

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>{B8DCD30C-ED1D-4DBE-AAD0-4ACF17959090}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Updater</RootNamespace>
11    <AssemblyName>Updater</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="System" />
32    <Reference Include="System.Data" />
33    <Reference Include="System.Deployment" />
34    <Reference Include="System.Drawing" />
35    <Reference Include="System.Windows.Forms" />
36    <Reference Include="System.Xml" />
37  </ItemGroup>
38  <ItemGroup>
39    <Compile Include="Program.cs" />
40    <Compile Include="Properties\AssemblyInfo.cs" />
41    <EmbeddedResource Include="Properties\Resources.resx">
42      <Generator>ResXFileCodeGenerator</Generator>
43      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
44      <SubType>Designer</SubType>
45    </EmbeddedResource>
46    <EmbeddedResource Include="UpdateForm.resx">
47      <SubType>Designer</SubType>
48      <DependentUpon>UpdateForm.cs</DependentUpon>
49    </EmbeddedResource>
50    <Compile Include="Properties\Resources.Designer.cs">
51      <AutoGen>True</AutoGen>
52      <DependentUpon>Resources.resx</DependentUpon>
53    </Compile>
54    <None Include="Properties\Settings.settings">
55      <Generator>SettingsSingleFileGenerator</Generator>
56      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
57    </None>
58    <Compile Include="Properties\Settings.Designer.cs">
59      <AutoGen>True</AutoGen>
60      <DependentUpon>Settings.settings</DependentUpon>
61      <DesignTimeSharedInput>True</DesignTimeSharedInput>
62    </Compile>
63    <Compile Include="UpdateForm.cs">
64      <SubType>Form</SubType>
65    </Compile>
66    <Compile Include="UpdateForm.Designer.cs">
67      <DependentUpon>UpdateForm.cs</DependentUpon>
68    </Compile>
69  </ItemGroup>
70  <ItemGroup>
71    <COMReference Include="Shell32">
72      <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
73      <VersionMajor>1</VersionMajor>
74      <VersionMinor>0</VersionMinor>
75      <Lcid>0</Lcid>
76      <WrapperTool>tlbimp</WrapperTool>
77      <Isolated>False</Isolated>
78      <Private>False</Private>
79    </COMReference>
80  </ItemGroup>
81  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83       Other similar extension points exist, see Microsoft.Common.targets.
84  <Target Name="BeforeBuild">
85  </Target>
86  <Target Name="AfterBuild">
87  </Target>
88  -->
89</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.