프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ConverterService / DeepViewConverter / DeepViewConverter.csproj @ f333dcc2

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{06180A34-3A6E-4672-8CBD-9CC1E3385791}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>DeepViewConverter</RootNamespace>
12
    <AssemblyName>DeepViewConverter</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>
15
    </TargetFrameworkProfile>
16
    <FileAlignment>512</FileAlignment>
17
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18
    <WarningLevel>4</WarningLevel>
19
  </PropertyGroup>
20
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
21
    <PlatformTarget>x86</PlatformTarget>
22
    <OutputPath>bin\Debug\</OutputPath>
23
    <DefineConstants>WPF</DefineConstants>
24
  </PropertyGroup>
25
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
26
    <PlatformTarget>AnyCPU</PlatformTarget>
27
    <OutputPath>bin\Release\</OutputPath>
28
  </PropertyGroup>
29
  <ItemGroup>
30
    <Reference Include="System" />
31
    <Reference Include="System.Data" />
32
    <Reference Include="System.Data.Entity" />
33
    <Reference Include="System.Runtime.Remoting" />
34
    <Reference Include="System.Runtime.Serialization" />
35
    <Reference Include="System.ServiceModel" />
36
    <Reference Include="System.Xml" />
37
    <Reference Include="Microsoft.CSharp" />
38
    <Reference Include="System.Core" />
39
    <Reference Include="System.Xml.Linq" />
40
    <Reference Include="System.Data.DataSetExtensions" />
41
    <Reference Include="System.Xaml">
42
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
43
    </Reference>
44
    <Reference Include="Telerik.WinControls.Themes.TelerikMetro, Version=2012.1.321.20, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" />
45
    <Reference Include="Telerik.Windows.Controls, Version=2012.2.607.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
46
      <SpecificVersion>False</SpecificVersion>
47
      <HintPath>..\..\..\AppData\Roaming\Telerik\Updates\RadControls_for_WPF_2012_2_0912_Dev_hotfix\Binaries\WPF40\Telerik.Windows.Controls.dll</HintPath>
48
    </Reference>
49
    <Reference Include="WindowsBase" />
50
    <Reference Include="PresentationCore" />
51
    <Reference Include="PresentationFramework" />
52
  </ItemGroup>
53
  <ItemGroup>
54
    <ApplicationDefinition Include="App.xaml">
55
      <Generator>MSBuild:Compile</Generator>
56
      <SubType>Designer</SubType>
57
    </ApplicationDefinition>
58
    <Compile Include="Service References\ServiceConverter\Reference.cs">
59
      <AutoGen>True</AutoGen>
60
      <DesignTime>True</DesignTime>
61
      <DependentUpon>Reference.svcmap</DependentUpon>
62
    </Compile>
63
    <Page Include="MainWindow.xaml">
64
      <Generator>MSBuild:Compile</Generator>
65
      <SubType>Designer</SubType>
66
    </Page>
67
    <Compile Include="App.xaml.cs">
68
      <DependentUpon>App.xaml</DependentUpon>
69
      <SubType>Code</SubType>
70
    </Compile>
71
    <Compile Include="MainWindow.xaml.cs">
72
      <DependentUpon>MainWindow.xaml</DependentUpon>
73
      <SubType>Code</SubType>
74
    </Compile>
75
  </ItemGroup>
76
  <ItemGroup>
77
    <Compile Include="Properties\AssemblyInfo.cs">
78
      <SubType>Code</SubType>
79
    </Compile>
80
    <Compile Include="Properties\Resources.Designer.cs">
81
      <AutoGen>True</AutoGen>
82
      <DesignTime>True</DesignTime>
83
      <DependentUpon>Resources.resx</DependentUpon>
84
    </Compile>
85
    <Compile Include="Properties\Settings.Designer.cs">
86
      <AutoGen>True</AutoGen>
87
      <DependentUpon>Settings.settings</DependentUpon>
88
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
89
    </Compile>
90
    <EmbeddedResource Include="Properties\Resources.resx">
91
      <Generator>ResXFileCodeGenerator</Generator>
92
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93
    </EmbeddedResource>
94
    <None Include="app.config" />
95
    <None Include="Properties\Settings.settings">
96
      <Generator>SettingsSingleFileGenerator</Generator>
97
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
98
    </None>
99
    <AppDesigner Include="Properties\" />
100
    <None Include="Service References\ServiceConverter\Conversion.wsdl" />
101
  </ItemGroup>
102
  <ItemGroup>
103
    <ProjectReference Include="..\..\DBAggrigater\DeepViewDataModel\DeepViewDataModel.csproj">
104
      <Project>{50F414CE-934A-4220-9D0A-C4B262F74A1C}</Project>
105
      <Name>DeepViewDataModel</Name>
106
    </ProjectReference>
107
    <ProjectReference Include="..\..\DeepView.Toolkit.GuidGenerator\DeepView.Toolkit.GuidGenerator.csproj">
108
      <Project>{B07FDC39-F202-4EAA-BD32-80BCD19AF630}</Project>
109
      <Name>DeepView.Toolkit.GuidGenerator</Name>
110
    </ProjectReference>
111
    <ProjectReference Include="..\IConverterPDF\IConverterPDF.csproj">
112
      <Project>{5B120817-FDAD-4D84-8A22-2505337D7FB0}</Project>
113
      <Name>IConverterPDF</Name>
114
    </ProjectReference>
115
  </ItemGroup>
116
  <ItemGroup>
117
    <WCFMetadata Include="Service References\" />
118
  </ItemGroup>
119
  <ItemGroup>
120
    <WCFMetadataStorage Include="Service References\ServiceConverter\" />
121
  </ItemGroup>
122
  <ItemGroup>
123
    <None Include="Service References\ServiceConverter\Conversion.disco" />
124
  </ItemGroup>
125
  <ItemGroup>
126
    <None Include="Service References\ServiceConverter\configuration91.svcinfo" />
127
  </ItemGroup>
128
  <ItemGroup>
129
    <None Include="Service References\ServiceConverter\configuration.svcinfo" />
130
  </ItemGroup>
131
  <ItemGroup>
132
    <None Include="Service References\ServiceConverter\Reference.svcmap">
133
      <Generator>WCF Proxy Generator</Generator>
134
      <LastGenOutput>Reference.cs</LastGenOutput>
135
    </None>
136
  </ItemGroup>
137
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
139
       Other similar extension points exist, see Microsoft.Common.targets.
140
  <Target Name="BeforeBuild">
141
  </Target>
142
  <Target Name="AfterBuild">
143
  </Target>
144
  -->
145
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)