프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / Dwg2Igr / Dwg2Igr.csproj @ e416b230

이력 | 보기 | 이력해설 | 다운로드 (4.77 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" 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>{1624E62C-5AC6-407F-80D5-56D029ED8880}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>Converter.SPPID.Dwg2Igr</RootNamespace>
10
    <AssemblyName>Dwg2Igr</AssemblyName>
11
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>AnyCPU</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>C:\Program Files %28x86%29\SmartSketch\Program\Rad2d\bin\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>false</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <PropertyGroup>
36
    <StartupObject />
37
  </PropertyGroup>
38
  <ItemGroup>
39
    <Reference Include="RadNetAssemblyResolver">
40
      <HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RadNetAssemblyResolver.dll</HintPath>
41
      <Private>False</Private>
42
    </Reference>
43
    <Reference Include="RadNetAutomation">
44
      <HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RadNetAutomation.dll</HintPath>
45
      <Private>False</Private>
46
    </Reference>
47
    <Reference Include="RADNetStartup">
48
      <HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RADNetStartup.dll</HintPath>
49
      <Private>False</Private>
50
    </Reference>
51
    <Reference Include="System" />
52
    <Reference Include="System.Core" />
53
    <Reference Include="System.Xml.Linq" />
54
    <Reference Include="System.Data.DataSetExtensions" />
55
    <Reference Include="Microsoft.CSharp" />
56
    <Reference Include="System.Data" />
57
    <Reference Include="System.Deployment" />
58
    <Reference Include="System.Drawing" />
59
    <Reference Include="System.Net.Http" />
60
    <Reference Include="System.Windows.Forms" />
61
    <Reference Include="System.Xml" />
62
  </ItemGroup>
63
  <ItemGroup>
64
    <Compile Include="Launcher.cs">
65
      <SubType>Form</SubType>
66
    </Compile>
67
    <Compile Include="Launcher.Designer.cs">
68
      <DependentUpon>Launcher.cs</DependentUpon>
69
    </Compile>
70
    <Compile Include="Program.cs" />
71
    <Compile Include="Properties\AssemblyInfo.cs" />
72
    <EmbeddedResource Include="Launcher.resx">
73
      <DependentUpon>Launcher.cs</DependentUpon>
74
    </EmbeddedResource>
75
    <EmbeddedResource Include="Properties\Resources.resx">
76
      <Generator>ResXFileCodeGenerator</Generator>
77
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
78
      <SubType>Designer</SubType>
79
    </EmbeddedResource>
80
    <Compile Include="Properties\Resources.Designer.cs">
81
      <AutoGen>True</AutoGen>
82
      <DependentUpon>Resources.resx</DependentUpon>
83
      <DesignTime>True</DesignTime>
84
    </Compile>
85
    <None Include="Properties\Settings.settings">
86
      <Generator>SettingsSingleFileGenerator</Generator>
87
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
88
    </None>
89
    <Compile Include="Properties\Settings.Designer.cs">
90
      <AutoGen>True</AutoGen>
91
      <DependentUpon>Settings.settings</DependentUpon>
92
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
93
    </Compile>
94
  </ItemGroup>
95
  <ItemGroup>
96
    <None Include="App.config" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <Content Include="Obfuscar.xml">
100
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
101
    </Content>
102
  </ItemGroup>
103
  <ItemGroup>
104
    <PackageReference Include="Obfuscar">
105
      <Version>2.2.37</Version>
106
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
107
      <PrivateAssets>all</PrivateAssets>
108
    </PackageReference>
109
  </ItemGroup>
110
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111
  <PropertyGroup>
112
    <PostBuildEvent>if $(ConfigurationName) == Release cd "$(TargetDir)"
113
if $(ConfigurationName) == Release "$(Obfuscar)" "$(TargetDir)Obfuscar.xml"</PostBuildEvent>
114
  </PropertyGroup>
115
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)