markus / ConvertService / ConverterService / DBAggrigater / AssemblySettings / AssemblySettings.csproj @ b05da22f
이력 | 보기 | 이력해설 | 다운로드 (4.49 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>9.0.30729</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{A23B1CE4-43C8-442F-86C8-2C757F75BC31}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>AssemblySettings</RootNamespace> |
12 |
<AssemblyName>AssemblySettings</AssemblyName> |
13 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<FileUpgradeFlags> |
16 |
</FileUpgradeFlags> |
17 |
<UpgradeBackupLocation> |
18 |
</UpgradeBackupLocation> |
19 |
<OldToolsVersion>3.5</OldToolsVersion> |
20 |
<PublishUrl>publish\</PublishUrl> |
21 |
<Install>true</Install> |
22 |
<InstallFrom>Disk</InstallFrom> |
23 |
<UpdateEnabled>false</UpdateEnabled> |
24 |
<UpdateMode>Foreground</UpdateMode> |
25 |
<UpdateInterval>7</UpdateInterval> |
26 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
27 |
<UpdatePeriodically>false</UpdatePeriodically> |
28 |
<UpdateRequired>false</UpdateRequired> |
29 |
<MapFileExtensions>true</MapFileExtensions> |
30 |
<ApplicationRevision>0</ApplicationRevision> |
31 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
32 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
33 |
<UseApplicationTrust>false</UseApplicationTrust> |
34 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
35 |
</PropertyGroup> |
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 |
<DebugSymbols>true</DebugSymbols> |
38 |
<DebugType>full</DebugType> |
39 |
<Optimize>false</Optimize> |
40 |
<OutputPath>bin\Debug\</OutputPath> |
41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
<ErrorReport>prompt</ErrorReport> |
43 |
<WarningLevel>4</WarningLevel> |
44 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
45 |
</PropertyGroup> |
46 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
47 |
<DebugType>pdbonly</DebugType> |
48 |
<Optimize>true</Optimize> |
49 |
<OutputPath>bin\Release\</OutputPath> |
50 |
<DefineConstants>TRACE</DefineConstants> |
51 |
<ErrorReport>prompt</ErrorReport> |
52 |
<WarningLevel>4</WarningLevel> |
53 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
54 |
</PropertyGroup> |
55 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
56 |
<DebugSymbols>true</DebugSymbols> |
57 |
<OutputPath>bin\x64\Debug\</OutputPath> |
58 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
59 |
<DebugType>full</DebugType> |
60 |
<PlatformTarget>x64</PlatformTarget> |
61 |
<ErrorReport>prompt</ErrorReport> |
62 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
63 |
</PropertyGroup> |
64 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
65 |
<OutputPath>bin\x64\Release\</OutputPath> |
66 |
<DefineConstants>TRACE</DefineConstants> |
67 |
<Optimize>true</Optimize> |
68 |
<DebugType>pdbonly</DebugType> |
69 |
<PlatformTarget>x64</PlatformTarget> |
70 |
<ErrorReport>prompt</ErrorReport> |
71 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
72 |
</PropertyGroup> |
73 |
<ItemGroup> |
74 |
<Reference Include="System" /> |
75 |
<Reference Include="System.configuration" /> |
76 |
<Reference Include="System.Data" /> |
77 |
<Reference Include="System.Xml" /> |
78 |
</ItemGroup> |
79 |
<ItemGroup> |
80 |
<Compile Include="ConfigurationFileApplicationSettings.cs" /> |
81 |
</ItemGroup> |
82 |
<ItemGroup> |
83 |
<Folder Include="Properties\" /> |
84 |
</ItemGroup> |
85 |
<ItemGroup> |
86 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
87 |
<Visible>False</Visible> |
88 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
89 |
<Install>false</Install> |
90 |
</BootstrapperPackage> |
91 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
92 |
<Visible>False</Visible> |
93 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
94 |
<Install>true</Install> |
95 |
</BootstrapperPackage> |
96 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
97 |
<Visible>False</Visible> |
98 |
<ProductName>Windows Installer 3.1</ProductName> |
99 |
<Install>true</Install> |
100 |
</BootstrapperPackage> |
101 |
</ItemGroup> |
102 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
103 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
104 |
Other similar extension points exist, see Microsoft.Common.targets. |
105 |
<Target Name="BeforeBuild"> |
106 |
</Target> |
107 |
<Target Name="AfterBuild"> |
108 |
</Target> |
109 |
--> |
110 |
</Project> |