root/trunk/TruckExpoCDN/ExportToCDN.csproj @ 1001

Wersja 981, 5.4 KB (wprowadzona przez sylwek, 16 years temu)

Re #235 Migracja źródeł do VS 2008

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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    <FileUpgradeFlags>
13    </FileUpgradeFlags>
14    <OldToolsVersion>2.0</OldToolsVersion>
15    <UpgradeBackupLocation>
16    </UpgradeBackupLocation>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
37      <SpecificVersion>False</SpecificVersion>
38      <HintPath>..\lib\log4net.dll</HintPath>
39    </Reference>
40    <Reference Include="System" />
41    <Reference Include="System.configuration" />
42    <Reference Include="System.Data" />
43    <Reference Include="System.Deployment" />
44    <Reference Include="System.Drawing" />
45    <Reference Include="System.Windows.Forms" />
46    <Reference Include="System.Xml" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="CDNDataSet.cs">
50      <DependentUpon>CDNDataSet.xsd</DependentUpon>
51      <SubType>Component</SubType>
52    </Compile>
53    <Compile Include="CDNDataSet.Designer.cs">
54      <AutoGen>True</AutoGen>
55      <DesignTime>True</DesignTime>
56      <DependentUpon>CDNDataSet.xsd</DependentUpon>
57    </Compile>
58    <Compile Include="ConnString.cs" />
59    <Compile Include="DBUtils.cs" />
60    <Compile Include="EmailSender.cs" />
61    <Compile Include="EXPODataSet.cs">
62      <DependentUpon>EXPODataSet.xsd</DependentUpon>
63      <SubType>Component</SubType>
64    </Compile>
65    <Compile Include="EXPODataSet.Designer.cs">
66      <AutoGen>True</AutoGen>
67      <DesignTime>True</DesignTime>
68      <DependentUpon>EXPODataSet.xsd</DependentUpon>
69    </Compile>
70    <Compile Include="ExportForm.cs">
71      <SubType>Form</SubType>
72    </Compile>
73    <Compile Include="ExportForm.Designer.cs">
74      <DependentUpon>ExportForm.cs</DependentUpon>
75    </Compile>
76    <Compile Include="ExpoToCDNExport.cs" />
77    <Compile Include="Program.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <EmbeddedResource Include="ExportForm.resx">
80      <SubType>Designer</SubType>
81      <DependentUpon>ExportForm.cs</DependentUpon>
82    </EmbeddedResource>
83    <EmbeddedResource Include="Properties\Resources.resx">
84      <Generator>ResXFileCodeGenerator</Generator>
85      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
86      <SubType>Designer</SubType>
87    </EmbeddedResource>
88    <Compile Include="Properties\Resources.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DependentUpon>Resources.resx</DependentUpon>
91      <DesignTime>True</DesignTime>
92    </Compile>
93    <None Include="app.config" />
94    <None Include="CDNDataSet.xsc">
95      <DependentUpon>CDNDataSet.xsd</DependentUpon>
96    </None>
97    <None Include="CDNDataSet.xsd">
98      <SubType>Designer</SubType>
99      <Generator>MSDataSetGenerator</Generator>
100      <LastGenOutput>CDNDataSet.Designer.cs</LastGenOutput>
101    </None>
102    <None Include="CDNDataSet.xss">
103      <DependentUpon>CDNDataSet.xsd</DependentUpon>
104    </None>
105    <None Include="ClassDiagram1.cd" />
106    <None Include="EXPODataSet.xsc">
107      <DependentUpon>EXPODataSet.xsd</DependentUpon>
108    </None>
109    <None Include="EXPODataSet.xsd">
110      <SubType>Designer</SubType>
111      <Generator>MSDataSetGenerator</Generator>
112      <LastGenOutput>EXPODataSet.Designer.cs</LastGenOutput>
113    </None>
114    <None Include="EXPODataSet.xss">
115      <DependentUpon>EXPODataSet.xsd</DependentUpon>
116    </None>
117    <None Include="Properties\Settings.settings">
118      <Generator>SettingsSingleFileGenerator</Generator>
119      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
120    </None>
121    <Compile Include="Properties\Settings.Designer.cs">
122      <AutoGen>True</AutoGen>
123      <DependentUpon>Settings.settings</DependentUpon>
124      <DesignTimeSharedInput>True</DesignTimeSharedInput>
125    </Compile>
126    <Compile Include="Properties\Settings.cs" />
127  </ItemGroup>
128  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
129  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130       Other similar extension points exist, see Microsoft.Common.targets.
131  <Target Name="BeforeBuild">
132  </Target>
133  <Target Name="AfterBuild">
134  </Target>
135  -->
136</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.