Subversion Repositories Code-Repo

Rev

Rev 57 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57 Rev 63
Line 47... Line 47...
47
    <DefineConstants>TRACE</DefineConstants>
47
    <DefineConstants>TRACE</DefineConstants>
48
    <ErrorReport>prompt</ErrorReport>
48
    <ErrorReport>prompt</ErrorReport>
49
    <WarningLevel>4</WarningLevel>
49
    <WarningLevel>4</WarningLevel>
50
  </PropertyGroup>
50
  </PropertyGroup>
51
  <PropertyGroup>
51
  <PropertyGroup>
52
    <ApplicationIcon>application_osx_terminal.ico</ApplicationIcon>
52
    <ApplicationIcon>Resources\application_osx_terminal.ico</ApplicationIcon>
53
  </PropertyGroup>
53
  </PropertyGroup>
54
  <ItemGroup>
54
  <ItemGroup>
55
    <Reference Include="System" />
55
    <Reference Include="System" />
56
    <Reference Include="System.Core" />
56
    <Reference Include="System.Core" />
57
    <Reference Include="System.DirectoryServices.AccountManagement" />
57
    <Reference Include="System.DirectoryServices.AccountManagement" />
Line 63... Line 63...
63
    <Reference Include="System.Drawing" />
63
    <Reference Include="System.Drawing" />
64
    <Reference Include="System.Windows.Forms" />
64
    <Reference Include="System.Windows.Forms" />
65
    <Reference Include="System.Xml" />
65
    <Reference Include="System.Xml" />
66
  </ItemGroup>
66
  </ItemGroup>
67
  <ItemGroup>
67
  <ItemGroup>
68
    <Compile Include="AboutBox.cs">
68
    <Compile Include="About_Box.cs">
69
      <SubType>Form</SubType>
69
      <SubType>Form</SubType>
70
    </Compile>
70
    </Compile>
71
    <Compile Include="AboutBox.Designer.cs">
71
    <Compile Include="About_Box.Designer.cs">
72
      <DependentUpon>AboutBox.cs</DependentUpon>
72
      <DependentUpon>About_Box.cs</DependentUpon>
73
    </Compile>
73
    </Compile>
74
    <Compile Include="Add_Hidden_Account_Form.cs">
74
    <Compile Include="Add_Hidden_Account_Form.cs">
75
      <SubType>Form</SubType>
75
      <SubType>Form</SubType>
76
    </Compile>
76
    </Compile>
77
    <Compile Include="Add_Hidden_Account_Form.designer.cs">
77
    <Compile Include="Add_Hidden_Account_Form.designer.cs">
Line 87... Line 87...
87
      <SubType>Form</SubType>
87
      <SubType>Form</SubType>
88
    </Compile>
88
    </Compile>
89
    <Compile Include="Add_User_Account_Form.Designer.cs">
89
    <Compile Include="Add_User_Account_Form.Designer.cs">
90
      <DependentUpon>Add_User_Account_Form.cs</DependentUpon>
90
      <DependentUpon>Add_User_Account_Form.cs</DependentUpon>
91
    </Compile>
91
    </Compile>
92
    <Compile Include="DebugText.cs" />
92
    <Compile Include="Debug.cs" />
93
    <Compile Include="Delete_User_Verify_Form.cs">
93
    <Compile Include="Delete_User_Verify_Form.cs">
94
      <SubType>Form</SubType>
94
      <SubType>Form</SubType>
95
    </Compile>
95
    </Compile>
96
    <Compile Include="Delete_User_Verify_Form.designer.cs">
96
    <Compile Include="Delete_User_Verify_Form.designer.cs">
97
      <DependentUpon>Delete_User_Verify_Form.cs</DependentUpon>
97
      <DependentUpon>Delete_User_Verify_Form.cs</DependentUpon>
Line 146... Line 146...
146
      <SubType>Form</SubType>
146
      <SubType>Form</SubType>
147
    </Compile>
147
    </Compile>
148
    <Compile Include="Settings_Verify_Form.designer.cs">
148
    <Compile Include="Settings_Verify_Form.designer.cs">
149
      <DependentUpon>Settings_Verify_Form.cs</DependentUpon>
149
      <DependentUpon>Settings_Verify_Form.cs</DependentUpon>
150
    </Compile>
150
    </Compile>
151
    <Compile Include="StatLogging.cs" />
151
    <Compile Include="Stat_Logging.cs" />
152
    <Compile Include="Toggle_User_Verify_Form.cs">
152
    <Compile Include="Toggle_User_Verify_Form.cs">
153
      <SubType>Form</SubType>
153
      <SubType>Form</SubType>
154
    </Compile>
154
    </Compile>
155
    <Compile Include="Toggle_User_Verify_Form.designer.cs">
155
    <Compile Include="Toggle_User_Verify_Form.designer.cs">
156
      <DependentUpon>Toggle_User_Verify_Form.cs</DependentUpon>
156
      <DependentUpon>Toggle_User_Verify_Form.cs</DependentUpon>
157
    </Compile>
157
    </Compile>
158
    <EmbeddedResource Include="AboutBox.resx">
158
    <EmbeddedResource Include="About_Box.resx">
159
      <DependentUpon>AboutBox.cs</DependentUpon>
159
      <DependentUpon>About_Box.cs</DependentUpon>
160
    </EmbeddedResource>
160
    </EmbeddedResource>
161
    <EmbeddedResource Include="Add_Hidden_Account_Form.resx">
161
    <EmbeddedResource Include="Add_Hidden_Account_Form.resx">
162
      <DependentUpon>Add_Hidden_Account_Form.cs</DependentUpon>
162
      <DependentUpon>Add_Hidden_Account_Form.cs</DependentUpon>
163
    </EmbeddedResource>
163
    </EmbeddedResource>
164
    <EmbeddedResource Include="Add_System_Account_Form.resx">
164
    <EmbeddedResource Include="Add_System_Account_Form.resx">
Line 216... Line 216...
216
      <DependentUpon>Settings.settings</DependentUpon>
216
      <DependentUpon>Settings.settings</DependentUpon>
217
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
217
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
218
    </Compile>
218
    </Compile>
219
  </ItemGroup>
219
  </ItemGroup>
220
  <ItemGroup>
220
  <ItemGroup>
221
    <Content Include="application_osx_terminal.ico" />
221
    <Content Include="Resources\application_osx_terminal.ico" />
222
    <None Include="Resources\Refresh.png" />
222
    <None Include="Resources\Refresh.png" />
223
  </ItemGroup>
223
  </ItemGroup>
224
  <ItemGroup>
224
  <ItemGroup>
225
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
225
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
226
      <Visible>False</Visible>
226
      <Visible>False</Visible>