프로젝트

일반

사용자정보

개정판 6b9e7a56

ID6b9e7a56350cae7bd8f2d3691f891eb1925efc35
상위 1be87cbd
하위 b3b970ef

gaqhf 이(가) 3년 이상 전에 추가함

dev issue #000 : add

Change-Id: Id659aaa3347c5df582b157d90a8a2055d72d43a7

차이점 보기:

DTI_PID/ID2PSN/ID2PSN.csproj
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
3 4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 5
  <PropertyGroup>
5 6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......
8 9
    <OutputType>WinExe</OutputType>
9 10
    <RootNamespace>ID2PSN</RootNamespace>
10 11
    <AssemblyName>ID2PSN</AssemblyName>
11
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12 13
    <FileAlignment>512</FileAlignment>
13 14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 15
    <Deterministic>true</Deterministic>
15 16
    <TargetFrameworkProfile />
17
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
16 19
  </PropertyGroup>
17 20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 21
    <PlatformTarget>AnyCPU</PlatformTarget>
......
34 37
    <WarningLevel>4</WarningLevel>
35 38
  </PropertyGroup>
36 39
  <ItemGroup>
40
    <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
41
    <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
42
    <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
43
    <Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
44
    <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
45
    <Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
46
    <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
47
    <Reference Include="DevExpress.XtraPrinting.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
48
    <Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
49
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
50
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
51
    </Reference>
52
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
53
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
54
    </Reference>
37 55
    <Reference Include="System" />
56
    <Reference Include="System.ComponentModel.DataAnnotations" />
38 57
    <Reference Include="System.Core" />
58
    <Reference Include="System.Data.Linq" />
59
    <Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
60
      <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath>
61
    </Reference>
62
    <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
63
      <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
64
    </Reference>
65
    <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
66
      <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
67
    </Reference>
39 68
    <Reference Include="System.Xml.Linq" />
40 69
    <Reference Include="System.Data.DataSetExtensions" />
41 70
    <Reference Include="Microsoft.CSharp" />
......
47 76
    <Reference Include="System.Xml" />
48 77
  </ItemGroup>
49 78
  <ItemGroup>
50
    <Compile Include="Item.cs" />
51
    <Compile Include="MainForm.cs">
79
    <Compile Include="DB.cs" />
80
    <Compile Include="Form\HeaderSettingForm.cs">
52 81
      <SubType>Form</SubType>
53 82
    </Compile>
54
    <Compile Include="MainForm.Designer.cs">
83
    <Compile Include="Form\HeaderSettingForm.Designer.cs">
84
      <DependentUpon>HeaderSettingForm.cs</DependentUpon>
85
    </Compile>
86
    <Compile Include="Object\Item.cs" />
87
    <Compile Include="Form\MainForm.cs">
88
      <SubType>Form</SubType>
89
    </Compile>
90
    <Compile Include="Form\MainForm.Designer.cs">
55 91
      <DependentUpon>MainForm.cs</DependentUpon>
56 92
    </Compile>
93
    <Compile Include="Log.cs" />
94
    <Compile Include="Object\HeaderInfo.cs" />
95
    <Compile Include="Form\PriorityForm.cs">
96
      <SubType>Form</SubType>
97
    </Compile>
98
    <Compile Include="Form\PriorityForm.Designer.cs">
99
      <DependentUpon>PriorityForm.cs</DependentUpon>
100
    </Compile>
57 101
    <Compile Include="Program.cs" />
102
    <Compile Include="Object\ID2Info.cs" />
58 103
    <Compile Include="Properties\AssemblyInfo.cs" />
59
    <Compile Include="Topology.cs" />
60
    <EmbeddedResource Include="MainForm.resx">
104
    <Compile Include="PSN.cs" />
105
    <Compile Include="Document.cs" />
106
    <Compile Include="Form\TopologyRuleForm.cs">
107
      <SubType>Form</SubType>
108
    </Compile>
109
    <Compile Include="Form\TopologyRuleForm.Designer.cs">
110
      <DependentUpon>TopologyRuleForm.cs</DependentUpon>
111
    </Compile>
112
    <EmbeddedResource Include="Form\HeaderSettingForm.resx">
113
      <DependentUpon>HeaderSettingForm.cs</DependentUpon>
114
    </EmbeddedResource>
115
    <EmbeddedResource Include="Form\MainForm.resx">
61 116
      <DependentUpon>MainForm.cs</DependentUpon>
62 117
    </EmbeddedResource>
118
    <EmbeddedResource Include="Form\PriorityForm.resx">
119
      <DependentUpon>PriorityForm.cs</DependentUpon>
120
    </EmbeddedResource>
121
    <EmbeddedResource Include="Form\TopologyRuleForm.resx">
122
      <DependentUpon>TopologyRuleForm.cs</DependentUpon>
123
    </EmbeddedResource>
124
    <EmbeddedResource Include="Properties\licenses.licx" />
63 125
    <EmbeddedResource Include="Properties\Resources.resx">
64 126
      <Generator>ResXFileCodeGenerator</Generator>
65 127
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
......
70 132
      <DependentUpon>Resources.resx</DependentUpon>
71 133
      <DesignTime>True</DesignTime>
72 134
    </Compile>
135
    <None Include="packages.config" />
73 136
    <None Include="Properties\Settings.settings">
74 137
      <Generator>SettingsSingleFileGenerator</Generator>
75 138
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
......
83 146
  <ItemGroup>
84 147
    <None Include="App.config" />
85 148
  </ItemGroup>
149
  <ItemGroup>
150
    <None Include="Resources\cancel_16x16.png" />
151
  </ItemGroup>
86 152
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
154
    <PropertyGroup>
155
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
156
    </PropertyGroup>
157
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
158
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
159
    <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
160
  </Target>
161
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
162
  <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
87 163
</Project>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)