h-you / trunk / src / UpDateCopy / UpDateCopy / UpDateCopy.csproj @ 41
履歴 | 表示 | アノテート | ダウンロード (4.82 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 |
<PropertyGroup> |
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 |
<ProjectGuid>{3B7CCC3E-82E5-42CA-8EE1-7628D4B52820}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>UpDateCopy</RootNamespace> |
11 |
<AssemblyName>UpDateCopy</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
</PropertyGroup> |
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 |
<PlatformTarget>AnyCPU</PlatformTarget> |
17 |
<DebugSymbols>true</DebugSymbols> |
18 |
<DebugType>full</DebugType> |
19 |
<Optimize>false</Optimize> |
20 |
<OutputPath>bin\Debug\</OutputPath> |
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
24 |
</PropertyGroup> |
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 |
<PlatformTarget>AnyCPU</PlatformTarget> |
27 |
<DebugType>pdbonly</DebugType> |
28 |
<Optimize>true</Optimize> |
29 |
<OutputPath>bin\Release\</OutputPath> |
30 |
<DefineConstants>TRACE</DefineConstants> |
31 |
<ErrorReport>prompt</ErrorReport> |
32 |
<WarningLevel>4</WarningLevel> |
33 |
</PropertyGroup> |
34 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
35 |
<DebugSymbols>true</DebugSymbols> |
36 |
<OutputPath>bin\x86\Debug\</OutputPath> |
37 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
38 |
<DebugType>full</DebugType> |
39 |
<PlatformTarget>x86</PlatformTarget> |
40 |
<ErrorReport>prompt</ErrorReport> |
41 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
42 |
<Prefer32Bit>true</Prefer32Bit> |
43 |
</PropertyGroup> |
44 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
45 |
<OutputPath>bin\x86\Release\</OutputPath> |
46 |
<DefineConstants>TRACE</DefineConstants> |
47 |
<Optimize>true</Optimize> |
48 |
<DebugType>pdbonly</DebugType> |
49 |
<PlatformTarget>x86</PlatformTarget> |
50 |
<ErrorReport>prompt</ErrorReport> |
51 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
52 |
<Prefer32Bit>true</Prefer32Bit> |
53 |
</PropertyGroup> |
54 |
<PropertyGroup> |
55 |
<ApplicationIcon>updatIcon.ico</ApplicationIcon> |
56 |
</PropertyGroup> |
57 |
<ItemGroup> |
58 |
<Reference Include="System" /> |
59 |
<Reference Include="System.Core" /> |
60 |
<Reference Include="System.Xml.Linq" /> |
61 |
<Reference Include="System.Data.DataSetExtensions" /> |
62 |
<Reference Include="Microsoft.CSharp" /> |
63 |
<Reference Include="System.Data" /> |
64 |
<Reference Include="System.Deployment" /> |
65 |
<Reference Include="System.Drawing" /> |
66 |
<Reference Include="System.Windows.Forms" /> |
67 |
<Reference Include="System.Xml" /> |
68 |
</ItemGroup> |
69 |
<ItemGroup> |
70 |
<Compile Include="ClsCommon.cs" /> |
71 |
<Compile Include="FrmCopy.cs"> |
72 |
<SubType>Form</SubType> |
73 |
</Compile> |
74 |
<Compile Include="FrmCopy.Designer.cs"> |
75 |
<DependentUpon>FrmCopy.cs</DependentUpon> |
76 |
</Compile> |
77 |
<Compile Include="Program.cs" /> |
78 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
79 |
<EmbeddedResource Include="FrmCopy.resx"> |
80 |
<DependentUpon>FrmCopy.cs</DependentUpon> |
81 |
</EmbeddedResource> |
82 |
<EmbeddedResource Include="Properties\Resources.resx"> |
83 |
<Generator>ResXFileCodeGenerator</Generator> |
84 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
85 |
<SubType>Designer</SubType> |
86 |
</EmbeddedResource> |
87 |
<Compile Include="Properties\Resources.Designer.cs"> |
88 |
<AutoGen>True</AutoGen> |
89 |
<DependentUpon>Resources.resx</DependentUpon> |
90 |
</Compile> |
91 |
<None Include="Properties\Settings.settings"> |
92 |
<Generator>SettingsSingleFileGenerator</Generator> |
93 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
94 |
</None> |
95 |
<Compile Include="Properties\Settings.Designer.cs"> |
96 |
<AutoGen>True</AutoGen> |
97 |
<DependentUpon>Settings.settings</DependentUpon> |
98 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
99 |
</Compile> |
100 |
</ItemGroup> |
101 |
<ItemGroup> |
102 |
<None Include="App.config" /> |
103 |
</ItemGroup> |
104 |
<ItemGroup> |
105 |
<Content Include="updatIcon.ico" /> |
106 |
</ItemGroup> |
107 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
108 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
109 |
Other similar extension points exist, see Microsoft.Common.targets. |
110 |
<Target Name="BeforeBuild"> |
111 |
</Target> |
112 |
<Target Name="AfterBuild"> |
113 |
</Target> |
114 |
--> |
115 |
</Project> |