개정판 0acd6104
dev issue #000 : minor
Change-Id: I26e2097240db75249fd4e8599ccbd62e7cb913e9
DTI_PID/BaseModel/BaseModel.csproj | ||
---|---|---|
30 | 30 |
<ErrorReport>prompt</ErrorReport> |
31 | 31 |
<WarningLevel>4</WarningLevel> |
32 | 32 |
</PropertyGroup> |
33 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
34 |
<DebugSymbols>true</DebugSymbols> |
|
35 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
36 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
37 |
<DebugType>full</DebugType> |
|
38 |
<PlatformTarget>x86</PlatformTarget> |
|
39 |
<ErrorReport>prompt</ErrorReport> |
|
40 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
41 |
</PropertyGroup> |
|
42 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
43 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
44 |
<DefineConstants>TRACE</DefineConstants> |
|
45 |
<Optimize>true</Optimize> |
|
46 |
<DebugType>pdbonly</DebugType> |
|
47 |
<PlatformTarget>x86</PlatformTarget> |
|
48 |
<ErrorReport>prompt</ErrorReport> |
|
49 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
50 |
</PropertyGroup> |
|
33 | 51 |
<ItemGroup> |
34 | 52 |
<Reference Include="System" /> |
35 | 53 |
<Reference Include="System.Core" /> |
DTI_PID/DTI_PID.sln | ||
---|---|---|
16 | 16 |
Global |
17 | 17 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
18 | 18 |
Debug|Any CPU = Debug|Any CPU |
19 |
Debug|x64 = Debug|x64 |
|
20 | 19 |
Debug|x86 = Debug|x86 |
21 | 20 |
Release|Any CPU = Release|Any CPU |
22 |
Release|x64 = Release|x64 |
|
23 | 21 |
Release|x86 = Release|x86 |
24 | 22 |
EndGlobalSection |
25 | 23 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
26 | 24 |
{7C2E55A3-2B16-4B4F-867F-F16E2EF6F2F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
27 |
{7C2E55A3-2B16-4B4F-867F-F16E2EF6F2F0}.Debug|x64.ActiveCfg = Debug|Any CPU |
|
28 | 25 |
{7C2E55A3-2B16-4B4F-867F-F16E2EF6F2F0}.Debug|x86.ActiveCfg = Debug|Any CPU |
29 | 26 |
{7C2E55A3-2B16-4B4F-867F-F16E2EF6F2F0}.Release|Any CPU.ActiveCfg = Release|Any CPU |
30 |
{7C2E55A3-2B16-4B4F-867F-F16E2EF6F2F0}.Release|x64.ActiveCfg = Release|Any CPU |
|
31 | 27 |
{7C2E55A3-2B16-4B4F-867F-F16E2EF6F2F0}.Release|x86.ActiveCfg = Release|Any CPU |
32 | 28 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
33 | 29 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|Any CPU.Build.0 = Debug|Any CPU |
34 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x64.ActiveCfg = Debug|Any CPU |
|
35 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x64.Build.0 = Debug|Any CPU |
|
36 | 30 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x86.ActiveCfg = Debug|x86 |
37 | 31 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Debug|x86.Build.0 = Debug|x86 |
38 | 32 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|Any CPU.ActiveCfg = Release|Any CPU |
39 | 33 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|Any CPU.Build.0 = Release|Any CPU |
40 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x64.ActiveCfg = Release|x64 |
|
41 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x64.Build.0 = Release|x64 |
|
42 | 34 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x86.ActiveCfg = Release|x86 |
43 | 35 |
{B7B8B0AE-9F03-4543-BC05-813A25E9D584}.Release|x86.Build.0 = Release|x86 |
44 | 36 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
45 | 37 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
46 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|x64.ActiveCfg = Debug|Any CPU |
|
47 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|x64.Build.0 = Debug|Any CPU |
|
48 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|x86.ActiveCfg = Debug|Any CPU |
|
49 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|x86.Build.0 = Debug|Any CPU |
|
38 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|x86.ActiveCfg = Debug|x86 |
|
39 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Debug|x86.Build.0 = Debug|x86 |
|
50 | 40 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
51 | 41 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|Any CPU.Build.0 = Release|Any CPU |
52 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|x64.ActiveCfg = Release|Any CPU |
|
53 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|x64.Build.0 = Release|Any CPU |
|
54 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|x86.ActiveCfg = Release|Any CPU |
|
55 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|x86.Build.0 = Release|Any CPU |
|
42 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|x86.ActiveCfg = Release|x86 |
|
43 |
{50BEB77D-9842-4C35-8369-0B5BD5C69EFA}.Release|x86.Build.0 = Release|x86 |
|
56 | 44 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
57 | 45 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Debug|Any CPU.Build.0 = Debug|Any CPU |
58 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Debug|x64.ActiveCfg = Debug|Any CPU |
|
59 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Debug|x64.Build.0 = Debug|Any CPU |
|
60 | 46 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Debug|x86.ActiveCfg = Debug|x86 |
61 | 47 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Debug|x86.Build.0 = Debug|x86 |
62 | 48 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Release|Any CPU.ActiveCfg = Release|Any CPU |
63 | 49 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Release|Any CPU.Build.0 = Release|Any CPU |
64 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Release|x64.ActiveCfg = Release|Any CPU |
|
65 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Release|x64.Build.0 = Release|Any CPU |
|
66 | 50 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Release|x86.ActiveCfg = Release|x86 |
67 | 51 |
{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}.Release|x86.Build.0 = Release|x86 |
68 | 52 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
69 | 53 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|Any CPU.Build.0 = Debug|Any CPU |
70 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|x64.ActiveCfg = Debug|Any CPU |
|
71 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|x64.Build.0 = Debug|Any CPU |
|
72 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|x86.ActiveCfg = Debug|Any CPU |
|
73 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|x86.Build.0 = Debug|Any CPU |
|
54 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|x86.ActiveCfg = Debug|x86 |
|
55 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Debug|x86.Build.0 = Debug|x86 |
|
74 | 56 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|Any CPU.ActiveCfg = Release|Any CPU |
75 | 57 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|Any CPU.Build.0 = Release|Any CPU |
76 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|x64.ActiveCfg = Release|Any CPU |
|
77 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|x64.Build.0 = Release|Any CPU |
|
78 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|x86.ActiveCfg = Release|Any CPU |
|
79 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|x86.Build.0 = Release|Any CPU |
|
58 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|x86.ActiveCfg = Release|x86 |
|
59 |
{BEEC4A21-BD63-40D2-B745-027B19241A70}.Release|x86.Build.0 = Release|x86 |
|
80 | 60 |
EndGlobalSection |
81 | 61 |
GlobalSection(SolutionProperties) = preSolution |
82 | 62 |
HideSolutionNode = FALSE |
DTI_PID/DTI_PID/bin64/PDF_TO_IMAGE.exe.config | ||
---|---|---|
6 | 6 |
</sectionGroup> |
7 | 7 |
</configSections> |
8 | 8 |
<startup> |
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
|
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
|
|
10 | 10 |
</startup> |
11 | 11 |
<userSettings> |
12 | 12 |
<PDF_TO_IMAGE.Properties.Settings> |
13 |
<setting name="_Dpi" serializeAs="String">
|
|
14 |
<value/>
|
|
13 |
<setting name="_Scale" serializeAs="String">
|
|
14 |
<value>0</value>
|
|
15 | 15 |
</setting> |
16 |
<setting name="_Height" serializeAs="String">
|
|
17 |
<value/>
|
|
16 |
<setting name="_LengthType" serializeAs="String">
|
|
17 |
<value>0</value>
|
|
18 | 18 |
</setting> |
19 |
<setting name="_Width" serializeAs="String"> |
|
20 |
<value/> |
|
19 |
<setting name="_Length" serializeAs="String"> |
|
20 |
<value>0</value> |
|
21 |
</setting> |
|
22 |
<setting name="_UseScale" serializeAs="String"> |
|
23 |
<value>True</value> |
|
21 | 24 |
</setting> |
22 | 25 |
</PDF_TO_IMAGE.Properties.Settings> |
23 | 26 |
</userSettings> |
DTI_PID/PDF_TO_IMAGE/PDF_TO_IMAGE.csproj | ||
---|---|---|
34 | 34 |
<WarningLevel>4</WarningLevel> |
35 | 35 |
<Prefer32Bit>true</Prefer32Bit> |
36 | 36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
38 |
<DebugSymbols>true</DebugSymbols> |
|
39 |
<OutputPath>bin\x64\Debug\</OutputPath> |
|
40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
41 |
<DebugType>full</DebugType> |
|
42 |
<PlatformTarget>x86</PlatformTarget> |
|
43 |
<ErrorReport>prompt</ErrorReport> |
|
44 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
45 |
</PropertyGroup> |
|
46 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
47 |
<OutputPath>bin\x64\Release\</OutputPath> |
|
48 |
<DefineConstants>TRACE</DefineConstants> |
|
49 |
<Optimize>true</Optimize> |
|
50 |
<DebugType>pdbonly</DebugType> |
|
51 |
<PlatformTarget>x64</PlatformTarget> |
|
52 |
<ErrorReport>prompt</ErrorReport> |
|
53 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
54 |
</PropertyGroup> |
|
55 | 37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
56 | 38 |
<DebugSymbols>true</DebugSymbols> |
57 | 39 |
<OutputPath>bin\x86\Debug\</OutputPath> |
... | ... | |
62 | 44 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
63 | 45 |
</PropertyGroup> |
64 | 46 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
65 |
<OutputPath>..\DTI_PID\bin64\</OutputPath>
|
|
47 |
<OutputPath>bin\x86\Release\</OutputPath>
|
|
66 | 48 |
<DefineConstants>TRACE</DefineConstants> |
67 | 49 |
<Optimize>true</Optimize> |
68 | 50 |
<DebugType>pdbonly</DebugType> |
DTI_PID/SPPIDConverter_DialogBarWrapper/SPPIDConverter_Wrapper.csproj | ||
---|---|---|
29 | 29 |
<ErrorReport>prompt</ErrorReport> |
30 | 30 |
<WarningLevel>4</WarningLevel> |
31 | 31 |
</PropertyGroup> |
32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
33 |
<DebugSymbols>true</DebugSymbols> |
|
34 |
<OutputPath>bin\x86\Debug\</OutputPath> |
|
35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
36 |
<DebugType>full</DebugType> |
|
37 |
<PlatformTarget>x86</PlatformTarget> |
|
38 |
<ErrorReport>prompt</ErrorReport> |
|
39 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
40 |
</PropertyGroup> |
|
41 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
42 |
<OutputPath>bin\x86\Release\</OutputPath> |
|
43 |
<DefineConstants>TRACE</DefineConstants> |
|
44 |
<Optimize>true</Optimize> |
|
45 |
<DebugType>pdbonly</DebugType> |
|
46 |
<PlatformTarget>x86</PlatformTarget> |
|
47 |
<ErrorReport>prompt</ErrorReport> |
|
48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
49 |
</PropertyGroup> |
|
32 | 50 |
<ItemGroup> |
33 | 51 |
<Reference Include="Interop.RAD2D"> |
34 | 52 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\Interop.RAD2D.dll</HintPath> |
내보내기 Unified diff