diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-11-29 17:12:56 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-11-29 17:12:56 +0300 |
commit | 2afcbbf08c21aa7368361269f24240147aa79a00 (patch) | |
tree | 9f6494fb2f70d086059619c0dce6316b338b69ca /Rehau.Sku.Assist.csproj | |
parent | d176a023f06d70cb577e64d1a917e77d677d2a2b (diff) |
Организация директорий проекта
Diffstat (limited to 'Rehau.Sku.Assist.csproj')
-rw-r--r-- | Rehau.Sku.Assist.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj index 86fe220..5b7438a 100644 --- a/Rehau.Sku.Assist.csproj +++ b/Rehau.Sku.Assist.csproj @@ -80,12 +80,12 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> - <Compile Include="AddIn.cs" /> - <Compile Include="Assistant\IProduct.cs" /> - <Compile Include="Assistant\Product.cs" /> - <Compile Include="Functions.cs" /> + <Compile Include="src\ExcelDNA\AddIn.cs" /> + <Compile Include="src\Assistant\IProduct.cs" /> + <Compile Include="src\Assistant\Product.cs" /> + <Compile Include="src\ExcelDNA\Functions.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Assistant\SkuAssist.cs" /> + <Compile Include="src\Assistant\SkuAssist.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> |