- Simulation 기초
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<ProjectGuid>{D22B6894-B97F-4B53-92D3-D2B77FC929D5}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>AutoSeller</RootNamespace>
|
||||
<RootNamespace>AutoSellerNS</RootNamespace>
|
||||
<AssemblyName>AutoSeller</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
@@ -66,6 +66,10 @@
|
||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="EPPlus, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
|
||||
<HintPath>packages\EPPlus.4.1.0\lib\net40\EPPlus.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="MaterialSkin, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\MaterialSkin.0.2.1\lib\MaterialSkin.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
@@ -91,11 +95,13 @@
|
||||
<Compile Include="AutoSeller.Designer.cs">
|
||||
<DependentUpon>AutoSeller.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ExcelHandler.cs" />
|
||||
<Compile Include="ListViewNF.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="SimulationHelper.cs" />
|
||||
<Compile Include="Util.cs" />
|
||||
<EmbeddedResource Include="AutoSeller.resx">
|
||||
<DependentUpon>AutoSeller.cs</DependentUpon>
|
||||
@@ -108,6 +114,7 @@
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\app.manifest">
|
||||
|
||||
Reference in New Issue
Block a user