root/branches/Abonament/TruckExpoCDN/ExportToCDN.csproj @ 795

Wersja 528, 5.2 KB (wprowadzona przez marek, 17 years temu)

fixes #134

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>{E06D8F95-3C3F-4369-A60C-9DFF6703E8A0}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>ExportFaktur</RootNamespace>
11    <AssemblyName>ExportToCDN</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="CDNDataSet.cs">
45      <DependentUpon>CDNDataSet.xsd</DependentUpon>
46      <SubType>Component</SubType>
47    </Compile>
48    <Compile Include="CDNDataSet.Designer.cs">
49      <AutoGen>True</AutoGen>
50      <DesignTime>True</DesignTime>
51      <DependentUpon>CDNDataSet.xsd</DependentUpon>
52    </Compile>
53    <Compile Include="ConnString.cs" />
54    <Compile Include="DBUtils.cs" />
55    <Compile Include="EmailSender.cs" />
56    <Compile Include="EXPODataSet.cs">
57      <DependentUpon>EXPODataSet.xsd</DependentUpon>
58      <SubType>Component</SubType>
59    </Compile>
60    <Compile Include="EXPODataSet.Designer.cs">
61      <AutoGen>True</AutoGen>
62      <DesignTime>True</DesignTime>
63      <DependentUpon>EXPODataSet.xsd</DependentUpon>
64    </Compile>
65    <Compile Include="ExportForm.cs">
66      <SubType>Form</SubType>
67    </Compile>
68    <Compile Include="ExportForm.Designer.cs">
69      <DependentUpon>ExportForm.cs</DependentUpon>
70    </Compile>
71    <Compile Include="ExpoToCDNExport.cs" />
72    <Compile Include="Program.cs" />
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <EmbeddedResource Include="ExportForm.resx">
75      <SubType>Designer</SubType>
76      <DependentUpon>ExportForm.cs</DependentUpon>
77    </EmbeddedResource>
78    <EmbeddedResource Include="Properties\Resources.resx">
79      <Generator>ResXFileCodeGenerator</Generator>
80      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
81      <SubType>Designer</SubType>
82    </EmbeddedResource>
83    <Compile Include="Properties\Resources.Designer.cs">
84      <AutoGen>True</AutoGen>
85      <DependentUpon>Resources.resx</DependentUpon>
86      <DesignTime>True</DesignTime>
87    </Compile>
88    <None Include="app.config" />
89    <None Include="CDNDataSet.xsc">
90      <DependentUpon>CDNDataSet.xsd</DependentUpon>
91    </None>
92    <None Include="CDNDataSet.xsd">
93      <SubType>Designer</SubType>
94      <Generator>MSDataSetGenerator</Generator>
95      <LastGenOutput>CDNDataSet.Designer.cs</LastGenOutput>
96    </None>
97    <None Include="CDNDataSet.xss">
98      <DependentUpon>CDNDataSet.xsd</DependentUpon>
99    </None>
100    <None Include="ClassDiagram1.cd" />
101    <None Include="EXPODataSet.xsc">
102      <DependentUpon>EXPODataSet.xsd</DependentUpon>
103    </None>
104    <None Include="EXPODataSet.xsd">
105      <SubType>Designer</SubType>
106      <Generator>MSDataSetGenerator</Generator>
107      <LastGenOutput>EXPODataSet.Designer.cs</LastGenOutput>
108    </None>
109    <None Include="EXPODataSet.xss">
110      <DependentUpon>EXPODataSet.xsd</DependentUpon>
111    </None>
112    <None Include="Properties\Settings.settings">
113      <Generator>SettingsSingleFileGenerator</Generator>
114      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
115    </None>
116    <Compile Include="Properties\Settings.Designer.cs">
117      <AutoGen>True</AutoGen>
118      <DependentUpon>Settings.settings</DependentUpon>
119      <DesignTimeSharedInput>True</DesignTimeSharedInput>
120    </Compile>
121    <Compile Include="Properties\Settings.cs" />
122  </ItemGroup>
123  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.