プロジェクト

全般

プロフィール

統計
| リビジョン:

h-you / branches / src / UpDateCopy / UpDateCopy.csproj @ 71

履歴 | 表示 | アノテート | ダウンロード (4.97 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.IO.Compression" />
61
    <Reference Include="System.IO.Compression.FileSystem" />
62
    <Reference Include="System.Xml.Linq" />
63
    <Reference Include="System.Data.DataSetExtensions" />
64
    <Reference Include="Microsoft.CSharp" />
65
    <Reference Include="System.Data" />
66
    <Reference Include="System.Deployment" />
67
    <Reference Include="System.Drawing" />
68
    <Reference Include="System.Windows.Forms" />
69
    <Reference Include="System.Xml" />
70
  </ItemGroup>
71
  <ItemGroup>
72
    <Compile Include="ClsCommon.cs" />
73
    <Compile Include="FrmCopy.cs">
74
      <SubType>Form</SubType>
75
    </Compile>
76
    <Compile Include="FrmCopy.Designer.cs">
77
      <DependentUpon>FrmCopy.cs</DependentUpon>
78
    </Compile>
79
    <Compile Include="IniFile.cs" />
80
    <Compile Include="Program.cs" />
81
    <Compile Include="Properties\AssemblyInfo.cs" />
82
    <EmbeddedResource Include="FrmCopy.resx">
83
      <DependentUpon>FrmCopy.cs</DependentUpon>
84
    </EmbeddedResource>
85
    <EmbeddedResource Include="Properties\Resources.resx">
86
      <Generator>ResXFileCodeGenerator</Generator>
87
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
88
      <SubType>Designer</SubType>
89
    </EmbeddedResource>
90
    <Compile Include="Properties\Resources.Designer.cs">
91
      <AutoGen>True</AutoGen>
92
      <DependentUpon>Resources.resx</DependentUpon>
93
    </Compile>
94
    <None Include="Properties\Settings.settings">
95
      <Generator>SettingsSingleFileGenerator</Generator>
96
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
97
    </None>
98
    <Compile Include="Properties\Settings.Designer.cs">
99
      <AutoGen>True</AutoGen>
100
      <DependentUpon>Settings.settings</DependentUpon>
101
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
102
    </Compile>
103
  </ItemGroup>
104
  <ItemGroup>
105
    <None Include="App.config" />
106
  </ItemGroup>
107
  <ItemGroup>
108
    <Content Include="updatIcon.ico" />
109
  </ItemGroup>
110
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
112
       Other similar extension points exist, see Microsoft.Common.targets.
113
  <Target Name="BeforeBuild">
114
  </Target>
115
  <Target Name="AfterBuild">
116
  </Target>
117
  -->
118
</Project>