root/trunk/TruckExpoCDN/ExportFaktur.csproj

Wersja 415, 4.9 KB (wprowadzona przez marek, 17 years temu)

re #104

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